summaryrefslogtreecommitdiffstats
path: root/python/Pygments/README
diff options
context:
space:
mode:
author Andy Alt2012-04-30 02:16:40 +0200
committer Erik Hanson2012-04-30 07:40:05 +0200
commit3083d7626d834d262d01942c270cf48608faa171 (patch)
tree25c949706aac0f2bb69a5bf136ca45af513f4011 /python/Pygments/README
parentb8554585093ab792db3da31b994db59212a483e0 (diff)
downloadslackbuilds-3083d7626d834d262d01942c270cf48608faa171.tar.gz
python/Pygments: Updated for version 1.5 and moved from development.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/Pygments/README')
-rw-r--r--python/Pygments/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/Pygments/README b/python/Pygments/README
new file mode 100644
index 0000000000..975ce911d5
--- /dev/null
+++ b/python/Pygments/README
@@ -0,0 +1,11 @@
+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.