werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

page_list.tpl (292B)


      1 % d=`{wman_get_section_desc $wman_cat} 
      2 <h1>Manual pages - Section %($wman_cat%): %($"d%)</h1>
      3 
      4 <ul style="float:left">
      5 %{
      6 wman_ls_pages $wman_cat_path \
      7     | awk -F/ '{ print "<li><a href=\""$(NF)"\">"$(NF)"</a></li>" }
      8     NR%20 == 0 { print "</ul><ul style=\"float: left\">" }'
      9 %}
     10 </ul>
     11