Changes between Version 3 and Version 4 of TracLegosConfiguration


Ignore:
Timestamp:
Feb 9, 2009, 10:05:26 PM (15 years ago)
Author:
Jeff Hammel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracLegosConfiguration

    v3 v4  
    11= [TracLegosScript TracLegos] Configuration =
     2
     3'''NOTE: not all of the functionality presented herein has been implemented.  This documentation primarily serves as a spec for how [TracLegosScript TracLegos] should work.'''
    24
    35[TracLegosScript TracLegos] is designed to support several ways of creating trac projects: from the command line (`create-trac-project`), via a [http://pythonpaste.org paster] [source:traclegosscript/anyrelease/traclegos/web.py web interface], and via API calls to [source:traclegosscript/anyrelease/traclegos/legos.py#L100 TracLegos.create_project] and support functions such as [source:traclegosscript/anyrelease/traclegos/legos#L253].
    46
     7In all three cases, you can have a site configuration file.  The site configuration file contains [TracLegosTemplate template] variables appropriate to the particular site as well driven configuration defining the project directory, database type, a default set of templates, and other configuration needed to define trac project creation. 
     8
    59[[Image(source:traclegosscript/anyrelease/image/traclegos-conf.png)]]