summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2023-11-20 18:37:01 +0100
committerYorhel <git@yorhel.nl>2023-11-20 18:37:01 +0100
commita4f97105ef184676d1813a372416ca1e6e0c173a (patch)
tree28eee6a0b98c66dfdc56ca5d7217f8504c735e20
parentb9f55ade4561f6c99358075ece09e7aa164f03d7 (diff)
nginx-confgen moved to mdoc + guestbook post \o/HEADmaster
-rw-r--r--.gitignore2
-rw-r--r--Makefile7
-rw-r--r--dat/guestbook.md5
3 files changed, 10 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 9df4bdc..efd059d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,7 +21,7 @@ dat/ncdu/man.pod
dat/nginx-confgen/changes.log
dat/nginx-confgen/changes.md
dat/nginx-confgen/man.md
-dat/nginx-confgen/man.pod
+dat/nginx-confgen/man.mdoc
dat/torreas/changes.log
dat/torreas/changes.md
dat/torreas/man.md
diff --git a/Makefile b/Makefile
index 4141540..1276038 100644
--- a/Makefile
+++ b/Makefile
@@ -5,14 +5,15 @@
# If no $URL is given or the $URL is '-', then the input file is assumed to be
# in dat/, otherwise it will be fetched from $URL.
#
-# A $title should be given for .pod and .log files, it is ignored for .md files
-# because those already have a title embedded in the file.
+# A $title should be given for .pod, .log and .mdoc files, it is ignored for
+# .md files because those already have a title embedded in the file.
#
# Supported file types:
# .md: Converted directly into .html with pandoc.
# .pod: Perl's Plain Old Documentation, converted through HTML into a .md
# file which is then converted into .html again with the proper template.
# .log: A ChangeLog-formatted file, converted through .md into .html.
+# .mdoc: mandoc manual page, converted through .md into .html.
PAGES=\
"contributing.md"\
"doc.md"\
@@ -54,7 +55,7 @@ PAGES=\
"ncdu/scr.md"\
"nginx-confgen.md"\
"nginx-confgen/changes.log https://g.blicky.net/nginx-confgen.git/plain/ChangeLog Nginx-confgen Release History"\
- "nginx-confgen/man.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod The nginx-confgen(1) Man Page"\
+ "nginx-confgen/man.mdoc https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.1 The nginx-confgen(1) Man Page"\
"tuwf.md"\
"tuwf/changes.log https://g.blicky.net/tuwf.git/plain/ChangeLog TUWF Release History"\
"tuwf/man.pod https://g.blicky.net/tuwf.git/plain/lib/TUWF.pod TUWF Documentation"\
diff --git a/dat/guestbook.md b/dat/guestbook.md
index 4e6126c..7dadfd1 100644
--- a/dat/guestbook.md
+++ b/dat/guestbook.md
@@ -17,6 +17,11 @@ respective issue tracker or send a mail to
# Entries
+`2023-11-20` - Zael
+: Thank you very much for the NCdu! I have been happily using it for years,
+ and somehow just now made it to your homepage - where I am sure I shall
+ discover other lovely utils. ^^
+
`2023-10-27` - kspes
: I love this tool so much! I use it on all my unix and mac machines quite often :)