diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-17 23:40:12 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-17 23:40:12 -0400 |
commit | ced3f32242a7f06a6ccb131e7ec500c95441577d (patch) | |
tree | 287483fea150533525fa25e32f5e1e42e5649232 | |
parent | 6f3fdf1f357ae02850e875ad68aff4e338650d4c (diff) |
adding a to-do item for work on the web site.
-rw-r--r-- | website/bugs/add-man-pages-to-website.mdwn | 12 |
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. |