[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2316: I guess I can't give arma a hard time about vidalia-project. (in vidalia/trunk: . doc)



Author: edmanm
Date: 2008-01-22 11:18:55 -0500 (Tue, 22 Jan 2008)
New Revision: 2316

Modified:
   vidalia/trunk/
   vidalia/trunk/doc/coding-spec.txt
Log:
 r65@lysithea:  edmanm | 2008-01-22 11:18:52 -0500
 I guess I can't give arma a hard time about vidalia-project.org when I messed
 that one up, too.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r65] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/doc/coding-spec.txt
===================================================================
--- vidalia/trunk/doc/coding-spec.txt	2008-01-22 01:52:34 UTC (rev 2315)
+++ vidalia/trunk/doc/coding-spec.txt	2008-01-22 16:18:55 UTC (rev 2316)
@@ -15,7 +15,7 @@
   Vidalia's repository supports anonymous checkout. You can grab the current
   Vidalia source via:
 
-    svn co svn://svn.vidalia-project.org/vidalia/trunk/ vidalia
+    svn co https://svn.vidalia-project.net/svn/vidalia/trunk/ vidalia
     
 1.2 Directory Layout
 
@@ -42,25 +42,19 @@
 
         All Vidalia source code will be contained under this directory.
 
-     ./trunk/src/config:
+     ./trunk/src/torcontrol:
 
-        Source code pertaining to storing and retrieving Vidalia's
-        configuration and settings information will be stored in this
-        directory.
-
-     ./trunk/src/control:
-
         Code in this directory implements Tor's control protocol. It also
         handles things such as starting and stopping Tor and checking the
         status of the Tor process.
 
-     ./trunk/src/gui:
+     ./trunk/src/vidalia:
 
        This directory contains code that implements the GUI components of
        Vidalia. Whenever possible and sane, each component should be placed in
        an appropriately-named subdirectory of ./trunk/src/gui.
 
-    ./trunk/src/gui/res:
+    ./trunk/src/vidalia/res:
 
        All GUI-related resource files, such as images, should go in this
        directory. Images should be placed in sub-directories appropriate for