nginx-confgen moved to mdoc + guestbook post \o/
This commit is contained in:
parent
b9f55ade45
commit
a4f97105ef
3 changed files with 10 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -21,7 +21,7 @@ dat/ncdu/man.pod
|
||||||
dat/nginx-confgen/changes.log
|
dat/nginx-confgen/changes.log
|
||||||
dat/nginx-confgen/changes.md
|
dat/nginx-confgen/changes.md
|
||||||
dat/nginx-confgen/man.md
|
dat/nginx-confgen/man.md
|
||||||
dat/nginx-confgen/man.pod
|
dat/nginx-confgen/man.mdoc
|
||||||
dat/torreas/changes.log
|
dat/torreas/changes.log
|
||||||
dat/torreas/changes.md
|
dat/torreas/changes.md
|
||||||
dat/torreas/man.md
|
dat/torreas/man.md
|
||||||
|
|
|
||||||
7
Makefile
7
Makefile
|
|
@ -5,14 +5,15 @@
|
||||||
# If no $URL is given or the $URL is '-', then the input file is assumed to be
|
# 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.
|
# 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
|
# A $title should be given for .pod, .log and .mdoc files, it is ignored for
|
||||||
# because those already have a title embedded in the file.
|
# .md files because those already have a title embedded in the file.
|
||||||
#
|
#
|
||||||
# Supported file types:
|
# Supported file types:
|
||||||
# .md: Converted directly into .html with pandoc.
|
# .md: Converted directly into .html with pandoc.
|
||||||
# .pod: Perl's Plain Old Documentation, converted through HTML into a .md
|
# .pod: Perl's Plain Old Documentation, converted through HTML into a .md
|
||||||
# file which is then converted into .html again with the proper template.
|
# file which is then converted into .html again with the proper template.
|
||||||
# .log: A ChangeLog-formatted file, converted through .md into .html.
|
# .log: A ChangeLog-formatted file, converted through .md into .html.
|
||||||
|
# .mdoc: mandoc manual page, converted through .md into .html.
|
||||||
PAGES=\
|
PAGES=\
|
||||||
"contributing.md"\
|
"contributing.md"\
|
||||||
"doc.md"\
|
"doc.md"\
|
||||||
|
|
@ -54,7 +55,7 @@ PAGES=\
|
||||||
"ncdu/scr.md"\
|
"ncdu/scr.md"\
|
||||||
"nginx-confgen.md"\
|
"nginx-confgen.md"\
|
||||||
"nginx-confgen/changes.log https://g.blicky.net/nginx-confgen.git/plain/ChangeLog Nginx-confgen Release History"\
|
"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.md"\
|
||||||
"tuwf/changes.log https://g.blicky.net/tuwf.git/plain/ChangeLog TUWF Release History"\
|
"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"\
|
"tuwf/man.pod https://g.blicky.net/tuwf.git/plain/lib/TUWF.pod TUWF Documentation"\
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,11 @@ respective issue tracker or send a mail to
|
||||||
|
|
||||||
# Entries
|
# 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
|
`2023-10-27` - kspes
|
||||||
: I love this tool so much! I use it on all my unix and mac machines quite often :)
|
: I love this tool so much! I use it on all my unix and mac machines quite often :)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue