Add a page for FU
This commit is contained in:
parent
9708daae74
commit
f8bcdbe1e6
24 changed files with 219 additions and 8 deletions
14
Makefile
14
Makefile
|
|
@ -35,6 +35,16 @@ PAGES=\
|
|||
"dump/grenamr.md"\
|
||||
"dump/insbench.md"\
|
||||
"dump/nccolour.md"\
|
||||
"fu.md"\
|
||||
"fu/changes.log https://g.blicky.net/fu.git/plain/ChangeLog FU Release History"\
|
||||
"fu/man.pod https://g.blicky.net/fu.git/plain/FU.pm FU"\
|
||||
"fu/man/log.pod https://g.blicky.net/fu.git/plain/FU/Log.pm FU::Log"\
|
||||
"fu/man/mfd.pod https://g.blicky.net/fu.git/plain/FU/MultipartFormData.pm FU::MultipartFormData"\
|
||||
"fu/man/pg.pod https://g.blicky.net/fu.git/plain/FU/Pg.pm FU::Pg"\
|
||||
"fu/man/sql.pod https://g.blicky.net/fu.git/plain/FU/SQL.pm FU::SQL"\
|
||||
"fu/man/util.pod https://g.blicky.net/fu.git/plain/FU/Util.pm FU::Util"\
|
||||
"fu/man/validate.pod https://g.blicky.net/fu.git/plain/FU/Validate.pm FU::Validate"\
|
||||
"fu/man/xmlwriter.pod https://g.blicky.net/fu.git/plain/FU/XMLWriter.pm FU::XMLWriter"\
|
||||
"guestbook.md"\
|
||||
"guestbook/thanks.md"\
|
||||
"globster.md"\
|
||||
|
|
@ -96,8 +106,8 @@ PAGES=\
|
|||
"nginx-confgen/man/1_1.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=1.1 nginx-confgen 1.1 Manual"\
|
||||
"nginx-confgen/man/1_0.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=1.0 nginx-confgen 1.0 Manual"\
|
||||
"sqlbin.md"\
|
||||
"tuwf.md"\
|
||||
"sqlbin/manual.md https://g.blicky.net/sqlbin.git/plain/manual.md"\
|
||||
"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"\
|
||||
"tuwf/man/db.pod https://g.blicky.net/tuwf.git/plain/lib/TUWF/DB.pod TUWF::DB Documentation"\
|
||||
|
|
@ -125,6 +135,7 @@ FEEDS=\
|
|||
pub/ncdu/feed.atom\
|
||||
pub/nginx-confgen/feed.atom\
|
||||
pub/tuwf/feed.atom\
|
||||
pub/fu/feed.atom\
|
||||
pub/yxml/feed.atom\
|
||||
pub/torreas/feed.atom
|
||||
|
||||
|
|
@ -205,6 +216,7 @@ ${HTML_OUT}: pub/%.html: dat/%.md template.html Makefile
|
|||
--metadata path3=$$(echo "$*" | sed 's/\//-/g') \
|
||||
--variable menu-$$(case "$*" in\
|
||||
globster*) echo "globster";;\
|
||||
fu*) echo "fu";;\
|
||||
ncdc*) echo "ncdc";;\
|
||||
ncdu*) echo "ncdu";;\
|
||||
nginx-confgen*) echo "nginx-confgen";;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue