cookutils rev 270

cooker.cgi: add anchors (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 09:39:43 2011 +0100 (2011-11-07)
parents 2f1937462fc5
children fd25fba1f1b6
files web/cooker.cgi
line diff
     1.1 --- a/web/cooker.cgi	Mon Nov 07 09:33:18 2011 +0100
     1.2 +++ b/web/cooker.cgi	Mon Nov 07 09:39:43 2011 +0100
     1.3 @@ -237,47 +237,47 @@
     1.4  	<a href="cooker.cgi?pkg=slitaz-toolchain">toolchain.log</a>
     1.5  </p>
     1.6  
     1.7 -<a name="activity">
     1.8 +<a name="activity"></a>
     1.9  <h2>Activity</h2>
    1.10  <pre>
    1.11  $(tac $CACHE/activity | head -n 12 | syntax_highlighter activity)
    1.12  </pre>
    1.13  <a class="button" href="cooker.cgi?file=activity">More activity</a>
    1.14  
    1.15 -<a name="cooknotes">
    1.16 +<a name="cooknotes">w/a>
    1.17  <h2>Cooknotes</h2>
    1.18  <pre>
    1.19  $(tac $cooknotes | head -n 12 | syntax_highlighter activity)
    1.20  </pre>
    1.21  <a class="button" href="cooker.cgi?file=cooknotes">More notes</a>
    1.22  
    1.23 -<a name="commits">
    1.24 +<a name="commits"></a>
    1.25  <h2>Commits</h2>
    1.26  <pre>
    1.27  $(cat $commits)
    1.28  </pre>
    1.29  
    1.30 -<a name="cooklist">
    1.31 +<a name="cooklist"></a>
    1.32  <h2>Cooklist</h2>
    1.33  <pre>
    1.34  $(cat $cooklist | head -n 20)
    1.35  </pre>
    1.36  <a class="button" href="cooker.cgi?file=cooklist">Full cooklist</a>
    1.37  
    1.38 -<a name="broken">
    1.39 +<a name="broken"></a>
    1.40  <h2>Broken</h2>
    1.41  <pre>
    1.42  $(cat $broken | head -n 20 | sed s"#^[^']*#<a href='cooker.cgi?pkg=\0'>\0</a>#"g)
    1.43  </pre>
    1.44  <a class="button" href="cooker.cgi?file=broken">All broken packages</a>
    1.45  
    1.46 -<a name="blocked">
    1.47 +<a name="blocked"></a>
    1.48  <h2>Blocked</h2>
    1.49  <pre>
    1.50  $(cat $blocked | sed s"#^[^']*#<a href='cooker.cgi?pkg=\0'>\0</a>#"g)
    1.51  </pre>
    1.52  
    1.53 -<a name="lastcook">
    1.54 +<a name="lastcook"></a>
    1.55  <h2>Latest cook</h2>
    1.56  <pre>
    1.57  $(list_packages | sed s"#^\([^']*\).* : #<span class='log-date'>\0</span>#"g)