Changes between Version 39 and Version 40 of TracLegosScript


Ignore:
Timestamp:
Feb 11, 2009, 4:06:20 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracLegosScript

    v39 v40  
    1 [[Image(source:traclegosscript/anyrelease/TracLegos.png, 200px, align=right)]]
     1[[Image(source:traclegosscript/anyrelease/image/TracLegos.png, 200px, align=right)]]
    22
    33= building blocks for creating Trac projects =
     
    1919!TracLegos can be invoked in a number of ways:
    2020 * through a command-line interface (source:traclegosscript/anyrelease/traclegos/legos.py)
    21  * through a WSGI wrapper around trac (source:traclegosscript/anyrelease/traclegos/web.py)
     21 * through a web-based interface wrapped around trac (source:traclegosscript/anyrelease/traclegos/web.py)
    2222 * via `paster create`
    23  * programmatically
     23 * programmatically using the [source:traclegosscript/anyrelease/traclegos/legos.py API]
    2424
    2525!TracLegos also makes it easy to turn an existing project into a [http://pythonpaste.org/script/developer.html#template PasteScript template].