summaryrefslogtreecommitdiff
path: root/syntax-highlighting-server.py
diff options
context:
space:
mode:
Diffstat (limited to 'syntax-highlighting-server.py')
-rwxr-xr-xsyntax-highlighting-server.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/syntax-highlighting-server.py b/syntax-highlighting-server.py
index a1e30d6..481c4c0 100755
--- a/syntax-highlighting-server.py
+++ b/syntax-highlighting-server.py
@@ -1,16 +1,5 @@
#!/usr/bin/env python3
-# syntax-highlighting-server.py: create a simple HTTP server to highlight
-# source for cgit. improves performance compared to invoking python on every
-# request.
-#
-# Requirements: Python 3, pygments.
-#
-# Usage: Configure your system to run this at boot. Note that this program is
-# not hardened, and it can be trivially DoSed. therefore, do not configure it
-# to listen on a public network. Once configured, set your cgit source filter
-# to syntax-highlighting-client.sh.
-
import pygments
from pygments import highlight
from pygments.formatters import HtmlFormatter