Changes between Version 9 and Version 10 of TracSyntaxColoring


Ignore:
Timestamp:
25/03/2015 10:37:39 (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSyntaxColoring

    v9 v10  
    66Currently Trac supports syntax coloring using one or more of the following packages:
    77
    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 supported
     8 * [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
    99 * [http://www.codento.com/people/mtr/genscript/ GNU Enscript], commonly available on Unix but somewhat unsupported on Windows //(use is deprecated)//
    1010 * [http://silvercity.sourceforge.net/ SilverCity], legacy system, some versions can be problematic //(use is deprecated)//
     
    1717=== About Pygments ===
    1818
    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].
    2020
    2121The 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].
     
    106106
    107107== Extra Software ==
    108  * GNU Enscript — http://directory.fsf.org/GNU/enscript.html
     108 * GNU Enscript — http://www.gnu.org/software/enscript/
    109109 * GNU Enscript for Windows — http://gnuwin32.sourceforge.net/packages/enscript.htm
    110110 * !SilverCity — http://silvercity.sf.net/