Changeset 221 for cleverbox

Show
Ignore:
Timestamp:
02/13/08 20:31:09 (4 years ago)
Author:
trivoallan
Message:

cleverbox : documentation cleanup

Location:
cleverbox/branches/0.4
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.4/docs/README

    r165 r221  
    1 The Cleverbox sits on top of [http://trac.edgewall.org Trac] and [http://subversion.tigris.org Subversion]. 
    2 It provides an interactive shell for deploying and maintaining instances of both projects. 
     1== What is it ? == 
    32 
    4 == Features == 
     3The cleverbox provides an interactive command line shell dedicated to the deployment and maintenance of trac and subversion instances. 
    54 
    6  * Configuration profiles : 
    7    * Apache configuration templates 
    8    * `trac.ini` configuration template 
    9    * Default permissions 
    10  * Easy to setup 
    11  * Easy to use 
    12  * Upgrade scripts provided with each new release (as of 0.4) 
     5It can handle multiple configuration profiles, enabling the deployment of differently flavored type of project (trac configuration and permissions, apache configuration templates, etc). 
    136 
    14 == Non-goals == 
    15  
    16 This project does not have these features and will not get them anytime : 
    17  
    18  * A web frontend 
    19  * Full fledged plugins support 
    20  * Multi-project Trac 
    21   
    22 Why ? Because this script is meant to stay simple. If you want that you'd better checkout [http://www.kforgeproject.com/ KForge] which has the  
    23 same feature set as the Cleverbox + a [http://www.djangoproject.com django]-based web frontend and very nice plugins integration (for providing new services).  
    24 Caveats : difficult to install and a bit instable at the moment (but i'm confident it will get better with 0.13 release).  
     7Project's main objective is to make your life as simple as possible. Thus, it comes with easy installation, easy upgrades and a comprehensive documentation. 
    258 
    269== License ==