Changes between Version 58 and Version 59 of TicketImportPlugin


Ignore:
Timestamp:
Jul 14, 2017, 6:36:18 AM (7 years ago)
Author:
Jun Omae
Comment:

add information for Trac 1.0+

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v58 v59  
    5656
    5757For a machine-wide installation, run as root on your machine:
    58  * `easy_install https://trac-hacks.org/svn/ticketimportplugin/0.10` for Trac 0.10, or
    59  * `easy_install https://trac-hacks.org/svn/ticketimportplugin/0.11` for Trac 0.11 or 0.12.
     58
     59||= Trac version ||= Command ||
     60|| 1.0+          || `easy_install https://trac-hacks.org/svn/ticketimportplugin/1.0` ||
     61|| 0.11, 0.12    || `easy_install https://trac-hacks.org/svn/ticketimportplugin/0.11` ||
     62|| 0.10          || `easy_install https://trac-hacks.org/svn/ticketimportplugin/0.10` ||
    6063
    6164=== Trac instance installation
     
    6366For an installation for only one Trac instance (on Trac 0.10, requires the Admin plugin):
    6467 * Download the code (requires Subversion):
    65    `svn co https://trac-hacks.org/svn/ticketimportplugin/0.10 ticketimportplugin` for Trac 0.10, or
    66    `svn co https://trac-hacks.org/svn/ticketimportplugin/0.11 ticketimportplugin` for Trac 0.11 or 0.12
     68   * `svn co https://trac-hacks.org/svn/ticketimportplugin/1.0 ticketimportplugin` for Trac 1.0 or later
     69   * `svn co https://trac-hacks.org/svn/ticketimportplugin/0.11 ticketimportplugin` for Trac 0.11 or 0.12
     70   * `svn co https://trac-hacks.org/svn/ticketimportplugin/0.10 ticketimportplugin` for Trac 0.10
    6771 * Build by hand:
    6872   ` cd ticketimportplugin; python setup.py bdist_egg`