aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI <Amitai@web>2011-07-30 11:58:17 -0400
committeradmin <admin@branchable.com>2011-07-30 11:58:17 -0400
commit739c62613151ce58ced6e94af60a85a613fee931 (patch)
tree07c5a8ac5bc0cb3c9d731ad207fcc6933fd4c2b3
parent5dd414fbe5c1b9ba5350e007486b5ff8d870fd04 (diff)
downloadikiwiki-739c62613151ce58ced6e94af60a85a613fee931.tar
ikiwiki-739c62613151ce58ced6e94af60a85a613fee931.tar.gz
demo page removed, some possible enhancements
-rw-r--r--doc/plugins/contrib/mandoc.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/contrib/mandoc.mdwn b/doc/plugins/contrib/mandoc.mdwn
index 1db3e4da6..15d2826ed 100644
--- a/doc/plugins/contrib/mandoc.mdwn
+++ b/doc/plugins/contrib/mandoc.mdwn
@@ -6,4 +6,7 @@ This plugin lets ikiwiki convert Unix man pages to HTML. It uses
[mdocml](http://mdocml.bsd.lv/) for the conversion, and postprocesses
xrefs into hyperlinks.
-Sample output: <http://wiki.netbsd.org/users/schmonz/tunefs.8/>
+Possible enhancements:
+
+* configurable path and args to `mandoc` (and it could be `groff`)
+* configurable location for rendered manpages (such as subdirs per section)