Changeset 832 in ExiteCMS for README.TXT


Ignore:
Timestamp:
09/19/07 22:14:21 (5 years ago)
Author:
root
Message:

Updated the readme, added the GPL v2 licence text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.TXT

    r1 r832  
    1 Use this file to give new users information about the project 
     1/------------------------------------\ 
     2| ExiteCMS - Web Development Project | 
     3|                                    | 
     4| (c) 2007 Harro Verton - Exite BV   | 
     5| Portions (c) 2004-2006 Nick Jones  | 
     6|                                    | 
     7| ExiteCMS is released under GPL v2  | 
     8\------------------------------------/ 
     9 
     10This is the software repository of the ExiteCMS project.  
     11 
     12Exite also uses this SVN repository to manage the branches 
     13or forks of ExiteCMS the main development train, with  
     14specific modifications to the core code on request of it's 
     15clients. 
     16 
     17This SVN repository uses the following structure: 
     18 
     19/                           SVN root directory 
     20 
     21/trunk                      main ExiteCMS development train 
     22 
     23/branches                   branches of the main train 
     24 
     25/modules                    optional CMS modules 
     26    /common                 ExiteCMS supplied modules 
     27    /<client or site>       client or site specific modules 
     28 
     29/tags                       tagged releases 
     30    /ExiteCMS core          ExiteCMS core releases 
     31    /<client or site>       client or site specific releases 
     32 
     33/themes                     themes designed for ExiteCMS 
     34    /<client or site>       client or site specific themes 
     35 
     36The rights on SVN are setup in such a way that every authorized 
     37person has read-only access to the trunk and the common modules. 
     38 
     39Access to client or website specific directories have been  
     40restricted to persons authorised to access the client's code 
     41 
     42For questions or for more information regarding this repository 
     43or the ExiteCMS development, contact the SVN administrator. 
Note: See TracChangeset for help on using the changeset viewer.