From 84d24fa1eff86eae6643875f91907df488ce6078 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 11 Nov 2020 21:32:01 -0500 Subject: improve documentation --- syntax-highlighting-server.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'syntax-highlighting-server.py') 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 -- cgit v1.2.3-54-g00ecf