Changes between Version 9 and Version 10 of TracLegosScript


Ignore:
Timestamp:
Sep 2, 2008, 6:18:31 PM (16 years ago)
Author:
Jeff Hammel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracLegosScript

    v9 v10  
    1717 * programmatically
    1818
     19!TracLegos also desires to make it easy to turn an existing project into a pastescript template.
     20
    1921== Bugs/Feature Requests ==
     22
     23This is a new and somewhat experimental plugin so feedback and feature requests are greatly appreciated
    2024
    2125Existing bugs and feature requests for !TracLegosScript are
     
    3135== Example ==
    3236
    33 Example of command line usage:
     37''Example of command line usage:''
    3438
    3539{{{
     
    6670}}}
    6771
     72''Example of turning an existing project into a pastescript template:''
     73
     74{{{
     75> paster create -t trac_project foo
     76Selected and implied templates:
     77  TracLegos#trac_project  templatize configuration for a trac project
     78
     79Variables:
     80  egg:      foo
     81  package:  foo
     82  project:  foo
     83Enter file (file or project to templatize) ['']: /home/jhammel/20080519133401/projects/trachours/conf/trac.ini
     84Enter description (One-line description of the package) ['']: a new trac template based on the trachours .ini file
     85Creating template trac_project
     86Creating directory ./foo
     87  Recursing into +package+
     88    Creating ./foo/foo/
     89    Copying __init__.py to ./foo/foo/__init__.py
     90    Copying project.py_tmpl to ./foo/foo/project.py
     91    Recursing into template
     92      Creating ./foo/foo/template/
     93      Recursing into conf
     94        Creating ./foo/foo/template/conf/
     95  Copying setup.py_tmpl to ./foo/setup.py
     96Running /home/jhammel/TracLegos/bin/python setup.py egg_info
     97}}}
     98
    6899== Recent Changes ==
    69100