Changes between Version 6 and Version 7 of TracLegosConfiguration


Ignore:
Timestamp:
Feb 9, 2009, 11:06:01 PM (15 years ago)
Author:
Jeff Hammel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracLegosConfiguration

    v6 v7  
    1313[[Include(source:traclegosscript/anyrelease/example/topp/site.ini, text/plain)]]
    1414
     15There are two sections:
     16
     17 * `[site-configuration]` contains defaults for arguments to [source:traclegosscript/anyrelease/traclegos/legos.py#L100 TracLegos.create_project] and the [source:traclegosscript/anyrelease/traclegos/legos.py#L32 TracLegos constructor].  These have the same name as specified on the command line and also the method arguments.  ''This section also contains the database types and project types '''TO BE IMPLEMENTED?''' ''
     18
     19 * `[variables]` contains default values for variables.  For instance, if your company has a standard footer, and you are using which is set by `$footer` in templates, you could set `footer = Visit <a href="http://example.com">Our Company</a>" to have a sane default.
     20
    1521== Use of [TracLegosScript TracLegos] Site Configuration ==
    1622