Show
Ignore:
Timestamp:
02/03/05 15:17:33 (4 years ago)
Author:
whmoseley
Message:

Fix generation of the docs table of contents.
Add Storable cache for the docs/index.html page
Make bin/build smarter about what needs to be built

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/lib/pod_toc/index.html

    r1616 r1624  
    55%] 
    66 
    7 [% USE toc = POD('toc') %] 
    87 
    98<!-- noindex --> 
     
    1514 
    1615<ul class="toc"> 
    17 [% FOREACH item = toc %] 
     16[% FOREACH pod = pod_files %] 
     17 
     18    [% SET item = toc_cache.$pod %] 
     19    [% NEXT UNLESS item %] 
     20 
    1821    <li class="top-level"> 
    1922        <a href="[% item.page %]">[% item.title %]</a>