Changeset 5835 for README.html.en


Ignore:
Timestamp:
12/07/11 00:00:29 (6 months ago)
Author:
vain
Message:
  • updated toplevel infos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.html.en

    r3410 r5835  
    11<pre> 
    2                          _________________________ 
    3                          C  L  A  N  S  U  I  T  E 
     2  _________________________ 
     3  C  L  A  N  S  U  I  T  E 
    44 
    55This is the top of the Clansuite Subversion repository. 
    66 
    7 This document explains the folder structure and the development cycle we use. 
     7This document explains the folder structure. 
    88 
    9 1) Folder Structure 
     9Folder Structure 
     10---------------- 
    1011 
    11    [at-dev]    ---->  Various stuff in development. 
    12                       You can find our Developler Ressources in the /resources folder too. 
    13     
    14    [toolbar]   ---->  Main-Folder for the Clansuite Community Toolbar. 
    15                       Main-working directory for developers is /toolbar/trunk/. 
    16                       Releases are found under /toolbar/tags. 
    17  
    18    [trunk]     ---->  Is the main working directory for developers. 
    19                       Here you find the latest development sources. 
    20                       When people say "Get the head of trunk", they mean 
    21                       the latest revision of this directory tree. 
    22  
    23    [branches]  ---->  Various development branches. This folder typically 
     12  [branches]  ---->   Various development branches. This folder typically 
    2413                      contains a complete copy of /trunk in a subfolder, usally 
    2514                      /clansuite-rev. When that certain /clansuite-rev is stable 
     
    2716                      And /trunk development proceeds normally. 
    2817 
    29    [tags]      ---->  The tags folder contains the snapshots of milestone releases. 
     18  [resources] ---->   Contains images and some developer resources. 
     19 
     20  [subprojects] -->   Contains several additional projects, created from ideas during 
     21                      the development of Clansuite. 
     22 
     23  [tags]      ---->   The tags folder contains the snapshots of milestone releases. 
    3024                      Tags aren't changed after they are created! 
    3125 
    32    [website]   ---->  Contains the PHP/HTML Sourcecode of Clansuite's Website at GNA. 
     26  [website]   ---->   Contains the PHP/HTML Sourcecode of Clansuite's Website at GNA. 
     27                      Here you find the latest development sources. 
    3328 
    34    [website-clansuite.com]   ---->  Contains the PHP/HTML Sourcecode of Clansuite's Official Website. 
     29  [vendors]   ---->   All 3th party libraries are stored in this folder. 
     30                      When a vendor updates his library, we tag the version number. 
     31                      Tag updates are marked as [vendor][version] when commiting. 
     32                      The up-to-date version remains in the subfolder /current.  
     33                      Clansuite Core or a Module. 
    3534 
    36 2) Development Cycle 
     35  [website]   ---->   Contains the HTML Sourcecode of the GNA Project website. 
    3736 
    38         New Stuff -> TRUNK -> if stable -> BRANCH -> add bugfixes -> TAG (Milestone Release) 
    3937</pre> 
Note: See TracChangeset for help on using the changeset viewer.