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:
parent
d12a6910c0
commit
8488a0b651
4 changed files with 62 additions and 38 deletions
9
apps/wman/section_list.tpl
Normal file
9
apps/wman/section_list.tpl
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue