Changes between Version 9 and Version 10 of TracSyntaxColoring
- Timestamp:
- 25/03/2015 10:37:39 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracSyntaxColoring
v9 v10 6 6 Currently Trac supports syntax coloring using one or more of the following packages: 7 7 8 * [http://pygments. pocoo.org/ Pygments], by far the preferred system, as it covers a wide range of programming languages and other structured texts and is actively supported8 * [http://pygments.org/ Pygments], by far the preferred system, as it covers a wide range of programming languages and other structured texts and is actively supported 9 9 * [http://www.codento.com/people/mtr/genscript/ GNU Enscript], commonly available on Unix but somewhat unsupported on Windows //(use is deprecated)// 10 10 * [http://silvercity.sourceforge.net/ SilverCity], legacy system, some versions can be problematic //(use is deprecated)// … … 17 17 === About Pygments === 18 18 19 Since Trac 0.11 [http://pygments.org/ pygments] is the new default highlighter. It's a highlighting library implemented in pure python, very fast, easy to extend and [http://pygments.org/docs/ well documented].19 [http://pygments.org/ Pygments] is a highlighting library implemented in pure python, very fast, easy to extend and [http://pygments.org/docs/ well documented]. 20 20 21 21 The Pygments default style can specified in the [TracIni#mimeviewer-section mime-viewer] section of trac.ini. The default style can be overridden by setting a Style preference on the [/prefs/pygments preferences page]. … … 106 106 107 107 == Extra Software == 108 * GNU Enscript — http:// directory.fsf.org/GNU/enscript.html108 * GNU Enscript — http://www.gnu.org/software/enscript/ 109 109 * GNU Enscript for Windows — http://gnuwin32.sourceforge.net/packages/enscript.htm 110 110 * !SilverCity — http://silvercity.sf.net/