source: README.html.en @ 6398

Revision 5835, 1.5 KB checked in by vain, 6 months ago (diff)
  • updated toplevel infos
Line 
1<pre>
2  _________________________
3  C  L  A  N  S  U  I  T  E
4
5This is the top of the Clansuite Subversion repository.
6
7This document explains the folder structure.
8
9Folder Structure
10----------------
11
12  [branches]  ---->   Various development branches. This folder typically
13                      contains a complete copy of /trunk in a subfolder, usally
14                      /clansuite-rev. When that certain /clansuite-rev is stable
15                      it's merged back into /trunk/ and removed from /branch.
16                      And /trunk development proceeds normally.
17
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.
24                      Tags aren't changed after they are created!
25
26  [website]   ---->   Contains the PHP/HTML Sourcecode of Clansuite's Website at GNA.
27                      Here you find the latest development sources.
28
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.
34
35  [website]   ---->   Contains the HTML Sourcecode of the GNA Project website.
36
37</pre>
Note: See TracBrowser for help on using the repository browser.