slackbuilds/python/Pygments
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
Pygments.SlackBuild python/Pygments: Updated for version 1.5 and moved from development. 2012-04-30 00:40:05 -05:00
Pygments.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
README python/Pygments: Updated for version 1.5 and moved from development. 2012-04-30 00:40:05 -05:00
slack-desc python/Pygments: Updated for version 1.5 and moved from development. 2012-04-30 00:40:05 -05:00

README

Pygments 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.

Highlights are:
  * A wide range of common languages and markup formats is supported.
  * Special attention is paid to details, increasing quality by a fair amount.
  * Support for new languages and formats are added easily.
  * A number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI
    sequences.
  * It is usable as a command-line tool and as a library.