Changes between Version 9 and Version 10 of FlexibleAssignToPlugin


Ignore:
Timestamp:
Mar 2, 2008, 9:57:57 PM (16 years ago)
Author:
anonymous
Comment:

make the text less complicated ...

Legend:

Unmodified
Added
Removed
Modified
  • FlexibleAssignToPlugin

    v9 v10  
    2727
    2828=== How do I install it? ===
    29 Just like any other Trac (0.11) plugin.[[BR]]
    30 Build the .egg file following the plugin packaging instructions [http://projects.edgewall.com/trac/wiki/TracDev/PluginDevelopment here].  If you already have setuptools (v0.6+) installed, your command is
     29
    3130{{{
    32 python setup.py bdist_egg
     31easy_install http://trac-hacks.org/svn/flexibleassigntoplugin/0.11/trunk
    3332}}}
    34 Once you've built the .egg, copy it into your Trac environment's plugin directory.  You still need to activate the plugin -- in trac.ini, add this line to the components section:
     33
     34Activate the plugin either with webadmin or in trac.ini:
    3535{{{
    3636[components]
     
    4242=== Prerequisites ===
    4343 * '''Trac 0.11+''' (built and tested against [http://trac.edgewall.org/browser/trunk?rev=6047 0.11dev trunk r6047])
    44  * '''Python 2.5+''' (''I can't confirm that Python 2.5 is actually required -- but it's the version I developed under and the only one I've tested with.  If you successfully use this plugin with another version of Python, please update this wiki with your notes. - Morris'')
    4544
    4645=== How do I use it? ===
     
    114113[http://trac-hacks.org/newticket?component=FlexibleAssignToPlugin&owner=gt4329b new ticket].
    115114
    116 == Download ==
     115== Download & Source ==
    117116
    118117 * '''Source'''
     
    120119 * '''Binaries'''
    121120   * Python 2.5: [attachment:FlexibleAssignTo-0.6-py2.5.zip FlexibleAssignTo-0.6-py2.5] ''(includes sample plugin !SampleValidOwnerProvider.py)''
    122 
    123 == Source ==
    124 
    125 You can check out FlexibleAssignToPlugin from [http://trac-hacks.org/svn/flexibleassigntoplugin here] using Subversion, or [source:flexibleassigntoplugin browse the source] with Trac.
    126121
    127122== Example ==