summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/filters/html-converters/man2html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-14 22:44:50 -0500
committerJune McEnroe <june@causal.agency>2022-02-14 22:44:50 -0500
commit0f2436b6f949b6ed6d887df7849fd4626843735a (patch)
treec9ec947d216c117b31973b7c8f0527852f62d3a1 /www/git.causal.agency/cgit/filters/html-converters/man2html
parentNarrow filter (diff)
downloadsrc-0f2436b6f949b6ed6d887df7849fd4626843735a.tar.gz
src-0f2436b6f949b6ed6d887df7849fd4626843735a.zip
Remove cgit
My fork of cgit is now <https://git.causal.agency/cgit-pink/>.
Diffstat (limited to 'www/git.causal.agency/cgit/filters/html-converters/man2html')
-rwxr-xr-xwww/git.causal.agency/cgit/filters/html-converters/man2html4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/git.causal.agency/cgit/filters/html-converters/man2html b/www/git.causal.agency/cgit/filters/html-converters/man2html
deleted file mode 100755
index 0ef78841..00000000
--- a/www/git.causal.agency/cgit/filters/html-converters/man2html
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-echo "<div style=\"font-family: monospace\">"
-groff -mandoc -T html -P -r -P -l | egrep -v '(<html>|<head>|<meta|<title>|</title>|</head>|<body>|</body>|</html>|<!DOCTYPE|"http://www.w3.org)'
-echo "</div>"