Changes between Version 4 and Version 5 of TracInstall

Show
Ignore:
Timestamp:
04/16/06 02:08:30 (7 years ago)
Author:
cookedm
Comment:

fix up > mangling from spammy bastards

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v4 v5  
    1313   * Python 2.4 is not supported on Windows since there are no Subversion bindings available for it. 
    1414   * For RPM-based systems you might also need the `python-devel` and `python-xml` packages. 
    15  * [http://subversion.tigris.org/ Subversion], version >= 1.0. (>= 1.1 recommended) and corresponding [http://svnbook.red-bean.com/svnbook-1.1/ch08s02.html#svn-ch-8-sect-2.3 Python bindings] 
     15 * [http://subversion.tigris.org/ Subversion], version >= 1.0. (>= 1.1 recommended) and corresponding [http://svnbook.red-bean.com/svnbook-1.1/ch08s02.html#svn-ch-8-sect-2.3 Python bindings] 
    1616   * Trac uses the [http://www.swig.org/ SWIG] bindings included in the Subversion distribution, '''not''' [http://pysvn.tigris.org/ PySVN] (which is sometimes confused with the standard SWIG bindings). 
    1717   * If Subversion was already installed without the SWIG bindings, you'll need to re-`configure` Subversion and `make swig-py`, `make install-swig-py`. 
    18  * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.3 
     18 * [http://www.clearsilver.net/ ClearSilver], version >= 0.9.3 
    1919   * With python-bindings (`./configure --with-python=/usr/bin/python`) 
    2020 
     
    3636 * a [http://www.fastcgi.com/ FastCGI]-capable web server (see TracFastCgi), or 
    3737 * [http://httpd.apache.org/ Apache] with [http://www.modpython.org/ mod_python 3.1.3+] (see TracModPython) 
    38  * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.5a13 for using plugins (see TracPlugins) 
    39  * [http://docutils.sourceforge.net/ docutils], version >= 0.3.3 for WikiRestructuredText. 
     38 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.5a13 for using plugins (see TracPlugins) 
     39 * [http://docutils.sourceforge.net/ docutils], version >= 0.3.3 for WikiRestructuredText. 
    4040 * [http://silvercity.sourceforge.net/ SilverCity] and/or [http://www.gnu.org/software/enscript/enscript.html Enscript] for [wiki:TracSyntaxColoring syntax highlighting]. 
    4141