swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 3d55baac1d8c246cbe27a4850aced1a15a934c71
parent aec7e290aff439f39553bc8729edd4e2dbeb9708
Author: uriel@soma <unknown>
Date:   Fri, 26 Jun 2009 20:32:02 +0000

Documentation fixes and additions.
Diffstat:
Msites/default.cat-v.org/_werc/lib/headers.inc | 1+
Msites/werc.cat-v.org/apps/wman/index.md | 6+++++-
Msites/werc.cat-v.org/development/todo.md | 1+
3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sites/default.cat-v.org/_werc/lib/headers.inc b/sites/default.cat-v.org/_werc/lib/headers.inc @@ -1,2 +1,3 @@ <meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" /> <META name="y_key" content="49dff3fad5352458"><META name="y_key" content="5dc40bfee9494e98"><META name="y_key" content="b60a53d1fa98f4c8"> +<meta name="msvalidate.01" content="5008C6E6B172BEB1F43E770296C3D560" /> diff --git a/sites/werc.cat-v.org/apps/wman/index.md b/sites/werc.cat-v.org/apps/wman/index.md @@ -12,10 +12,14 @@ Configuration To display a collection of man pages in a desired path you can use the following config directive: - conf_wman_enable /usr/share/man + conf_enable_wman /usr/share/man This will allow you to browse the man pages under /usr/share/man. +For man pages organized in the traditional unix structure `manN/foo.N` where N is the section number, set in your config file: + + wman_unix_mode=1 + Demo ---- diff --git a/sites/werc.cat-v.org/development/todo.md b/sites/werc.cat-v.org/development/todo.md @@ -25,6 +25,7 @@ Plans and ideas for the future * http://en.wikipedia.org/wiki/List_of_content_management_systems * http://en.wikipedia.org/wiki/Comparison_of_wiki_software * Include txt2tags as builtin alternative to markdown. +* Mathematic pseudo-CAPTCHA ala WP's 'Math Comment Spam Protection Plugin'. Future plans