Edgewall Software

Changes between Version 29 and Version 30 of TracSyntaxColoring


Ignore:
Timestamp:
Jan 19, 2007, 3:54:49 PM (17 years ago)
Author:
Christian Boos
Comment:

a few additional changes for the Pygments documentation

Legend:

Unmodified
Added
Removed
Modified
  • TracSyntaxColoring

    v29 v30  
    88 * [http://www.codento.com/people/mtr/genscript/ GNU Enscript]
    99 * [http://silvercity.sourceforge.net/ SilverCity]
     10 * [http://pygments.pocoo.org/ Pygments] (but needs a plugin for 0.10, see [#AboutPygments below])
    1011
    1112To activate syntax coloring, simply install either one (or more) of these packages. No additional configuration is required, however to modify the colors, have a look at `trac/htdocs/css/code.css`.
     
    2425=== About Pygments ===
    2526
    26 Starting with trac 0.11 [http://pygments.pocoo.org/ pygments] will be the new default highlighter. It's a highlighting library implemented in pure python, very fast, easy to extend and [http://pygments.pocoo.org/docs/ good documented]. While it does not support as many languages as Enscript or Scintilla the overall output quality is much better.
     27Starting with trac 0.11 [http://pygments.pocoo.org/ pygments] will be the new default highlighter. It's a highlighting library implemented in pure python, very fast, easy to extend and [http://pygments.pocoo.org/docs/ well documented]. While it does not support as many languages as Enscript or Scintilla the overall output quality is much better.
    2728
    2829To use pygments trac 0.11 you just have to install pygments 0.5.1 or higher. If you want to use it in trac 0.10 too you have to install the [http://trac-hacks.org/wiki/TracPygmentsPlugin TracPygmentsPlugin] from trac hacks. If you encounter any bugs, please file tickets regarding pygments in [http://trac.pocoo.org/ the pocoo trac].
     
    99100 * GNU Enscript for Windows -- http://gnuwin32.sourceforge.net/packages/enscript.htm
    100101 * !SilverCity -- http://silvercity.sf.net/
     102 * Pygments -- http://pygments.pocoo.org/
    101103
    102104----