[tor-commits] r24551: {arm} Updating content listings with new modules. (in arm/trunk: . src/interface/connections)

Damian Johnson atagar1 at gmail.com
Sun Apr 3 18:32:14 UTC 2011


Author: atagar
Date: 2011-04-03 18:32:14 +0000 (Sun, 03 Apr 2011)
New Revision: 24551

Modified:
   arm/trunk/README
   arm/trunk/src/interface/connections/__init__.py
Log:
Updating content listings with new modules.



Modified: arm/trunk/README
===================================================================
--- arm/trunk/README	2011-04-03 18:03:25 UTC (rev 24550)
+++ arm/trunk/README	2011-04-03 18:32:14 UTC (rev 24551)
@@ -140,6 +140,13 @@
     uninstall         - removal script
     
     interface/
+      connections/
+        __init__.py
+        connPanel.py      - (page 2) lists the active tor connections
+        circEntry.py      - circuit entries in the connection panel
+        connEntry.py      - individual connections to or from the system
+        entries.py        - common parent for connPanel display entries
+      
       graphing/
         __init__.py
         graphPanel.py     - (page 1) presents graphs for data instances
@@ -154,7 +161,7 @@
       logPanel.py            - (page 1) displays tor, arm, and torctl events
       fileDescriptorPopup.py - (popup) displays file descriptors used by tor
       
-      connPanel.py           - (page 2) displays information on tor connections
+      connPanel.py           - (page 2) deprecated counterpart for connections/*
       descriptorPopup.py     - (popup) displays connection descriptor data
       
       configPanel.py         - (page 3) editor panel for the tor configuration
@@ -164,6 +171,7 @@
       __init__.py
       conf.py        - loading and persistence for user configuration
       connections.py - service providing periodic connection lookups
+      enum.py        - enumerations for ordered collections
       hostnames.py   - service providing nonblocking reverse dns lookups
       log.py         - aggregator for application events
       panel.py       - wrapper for safely working with curses subwindows

Modified: arm/trunk/src/interface/connections/__init__.py
===================================================================
--- arm/trunk/src/interface/connections/__init__.py	2011-04-03 18:03:25 UTC (rev 24550)
+++ arm/trunk/src/interface/connections/__init__.py	2011-04-03 18:32:14 UTC (rev 24551)
@@ -2,5 +2,5 @@
 Panels, popups, and handlers comprising the arm user interface.
 """
 
-__all__ = ["connEntry", "connPanel", "entries"]
+__all__ = ["circEntry", "connEntry", "connPanel", "entries"]
 



More information about the tor-commits mailing list