Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-12-27 22:35:22
Size: 649
Comment: initial version: pygments-0.11.1
Revision 3 as of 2022-04-05 00:56:55
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Pygments =

== Description ==

Pygments is a syntax highlighting package written in Python.

It is a generic syntax highlighter for general use in all kinds of
software such as forum systems, wikis or other applications that need
to prettify source code.

== License ==

Modified BSD

== SPKG Maintainers ==

Mike Hansen <[email protected]>

== Upstream Contact ==

Author: Georg Brandl <georg at python org>
Home Page: http://pygments.org

== Dependencies ==

None

== Special Update/Build Instructions ==

None

== Changelog ==

=== pygments-0.11.1 (Mike Hansen, September 15th, 2008) ===
 * Initial version.