Edgewall Software

Changes between Version 204 and Version 205 of TracDownload


Ignore:
Timestamp:
Jan 6, 2019, 4:10:09 PM (5 years ago)
Author:
Christian Boos
Comment:

#LatestDevRelease: mention Jinja2 and Genshi 0.7.1

Legend:

Unmodified
Added
Removed
Modified
  • TracDownload

    v204 v205  
    120120== Latest Development Releases for the 1.3.x  line (unstable) #LatestDevRelease
    121121
    122 The //really// latest and greatest version of Trac.However this is a development release, so a few caveats are in order:
     122The //really// latest and greatest version of Trac. However this is a development release, so a few caveats are in order:
    123123 - don't expect the level of API or feature stability you'll get from either 1.0.x
    124124 or 1.2.x
    125125 - don't use in production unless you're at ease with backup, upgrade and manual downgrade procedures
    126126 - don't ship this one in your favorite distribution if you're a Trac package maintainer
     127 - **this version of Trac now uses Jinja2 as it's main template engine** - however plugins relying on the Genshi template engine are still supported for now
    127128
    128129[[TracDownloads(Trac-latest-dev, #fda)]]
     
    138139=== About the prerequisites for Trac 1.3.x
    139140 - Python 2.7 exclusively (+[https://pypi.python.org/pypi/setuptools#windows-simplified setuptools])
    140  - Genshi: [https://genshi.edgewall.org/wiki/Download#LatestRelease:0.7 0.7] (or [https://genshi.edgewall.org/wiki/Download#a0.6.1-2013-01-27 0.6.1]) (win32 installer available)
    141  - Babel: [https://pypi.python.org/pypi/Babel/1.3 1.3] (or [https://babel.edgewall.org/wiki/Download#LatestRelease:0.9.6-2011-03-17 0.9.6], win32 installer available) needed for localizing Trac, otherwise optional. Note that it needs to be installed **before** Trac when installing the latter from source (.gz or .zip).
     141 - [https://pypi.python.org/pypi/Jinja Jinja] -- will be installed automatically when installing Trac
     142 - //[https://pypi.python.org/pypi/Genshi Genshi] // -- now optional, only install if you have plugins still needing it
     143   \\ Versions that should work: [https://genshi.edgewall.org/wiki/Download#LatestRelease:0.7 0.7], [https://github.com/edgewall/genshi/releases/tag/0.7.1 0.7.1]
     144   \\ Version that may still work but not recommended:  [https://genshi.edgewall.org/wiki/Download#a0.6.1-2013-01-27 0.6.1] (win32 installer available)
     145 - [https://pypi.python.org/pypi/Babel Babel] -- needed for localizing Trac, otherwise optional. Note that it needs to be installed **before** Trac when installing the latter from source (.gz or .zip).
     146   \\ Versions that should work:  [https://babel.edgewall.org/wiki/Download#LatestRelease:0.9.6-2011-03-17 0.9.6], 1.3, 2.6.0 \\
    142147
    143148For Windows x64, there are no installers for Genshi and Babel so install them by [TracInstall#Usingeasy_install using easy_install] or pip.