summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-17 23:40:12 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-17 23:40:12 -0400
commitced3f32242a7f06a6ccb131e7ec500c95441577d (patch)
tree287483fea150533525fa25e32f5e1e42e5649232 /website
parent6f3fdf1f357ae02850e875ad68aff4e338650d4c (diff)
adding a to-do item for work on the web site.
Diffstat (limited to 'website')
-rw-r--r--website/bugs/add-man-pages-to-website.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/bugs/add-man-pages-to-website.mdwn b/website/bugs/add-man-pages-to-website.mdwn
new file mode 100644
index 0000000..4a8d2e2
--- /dev/null
+++ b/website/bugs/add-man-pages-to-website.mdwn
@@ -0,0 +1,12 @@
+[[meta title="Add man pages to web site"]]
+
+We should publish the various monkeysphere man pages in browsable form
+somewhere under http://monkeysphere.info/. Ideally, this would be
+updated automatically from the sources for the official man pages
+themselves.
+
+This strikes me as an ikiwiki subproject (implementing a man2html wiki
+compilation language perhaps?).
+
+Interestingly, [ikiwiki's own man page](http://ikiwiki.info/usage/)
+appears to be written in markdown and then converted to nroff.