Edgewall Software

Changes between Version 192 and Version 193 of TracInstall


Ignore:
Timestamp:
Nov 5, 2006, 1:19:05 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Add setuptools and Genshi dependencies for 0.11dev

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v192 v193  
    1414   * ClearSilver and Python 2.5 don't seem to get along, so you'll probably have more luck with Python 2.4.  Note about it in [http://www.mail-archive.com/trac-dev@googlegroups.com/msg00034.html this mail exchange].
    1515     ''To follow-up on that thread, with Trac 0.11dev (i.e. current trunk since r3832), Clearsilver is no longer needed. Yay. See instructions in ["TracOnWindows/Python2.5"] [[br]]  -- ChristianBoos''
     16 * You also need a database system and the corresponding python drivers for it.
     17   The database can be either SQLite, PostgreSQL or ''MySQL (experimental)''.
     18 * '''For 0.11dev''':
     19   * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6
     20   * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.3.3
    1621 * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.3
    1722   * With python-bindings (`./configure --with-python=/usr/bin/python`)
    18  * You also need a database system and the corresponding python drivers for it.
    19    The database can be either SQLite, PostgreSQL or ''MySQL (experimental)''.
     23   * ''No longer required by Trac core starting with 0.11dev… although some plugins may still require it''
    2024
    2125=== For SQLite ===
     
    6872==== Other Python Utilities ====
    6973 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6 for using plugins (see TracPlugins)
     74   * ''No longer optional starting with 0.11dev''
    7075 * [http://docutils.sourceforge.net/ docutils], version >= 0.3.9 for WikiRestructuredText.
    7176 * [http://silvercity.sourceforge.net/ SilverCity] and/or [http://www.gnu.org/software/enscript/enscript.html Enscript] for [wiki:TracSyntaxColoring syntax highlighting].