Changeset 2316 for vidalia/trunk/doc

Show
Ignore:
Timestamp:
01/22/08 11:18:55 (10 months ago)
Author:
edmanm
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/doc/coding-spec.txt

    r1563 r2316  
    1616  Vidalia source via: 
    1717 
    18     svn co svn://svn.vidalia-project.org/vidalia/trunk/ vidalia 
     18    svn co https://svn.vidalia-project.net/svn/vidalia/trunk/ vidalia 
    1919     
    20201.2 Directory Layout 
     
    4343        All Vidalia source code will be contained under this directory. 
    4444 
    45      ./trunk/src/config: 
    46  
    47         Source code pertaining to storing and retrieving Vidalia's 
    48         configuration and settings information will be stored in this 
    49         directory. 
    50  
    51      ./trunk/src/control: 
     45     ./trunk/src/torcontrol: 
    5246 
    5347        Code in this directory implements Tor's control protocol. It also 
     
    5549        status of the Tor process. 
    5650 
    57      ./trunk/src/gui: 
     51     ./trunk/src/vidalia: 
    5852 
    5953       This directory contains code that implements the GUI components of 
     
    6155       an appropriately-named subdirectory of ./trunk/src/gui. 
    6256 
    63     ./trunk/src/gui/res: 
     57    ./trunk/src/vidalia/res: 
    6458 
    6559       All GUI-related resource files, such as images, should go in this