Yet another version of wman, templatized, and now Unix man pages use the same path style as Plan 9/Inferno.

This commit is contained in:
Uriel 2009-03-10 01:16:13 +00:00
parent d12a6910c0
commit 8488a0b651
4 changed files with 62 additions and 38 deletions

View file

@ -0,0 +1,9 @@
<h1>Manual Sections</h1>
<ul style="text-transform: capitalize;">
% for(c in $wman_cat_list) {
<li><a href="%($c%)/"><b>Section: %($c%)</b></a>
% wman_get_section_desc $c
</li>
% }
</ul>