cookutils rev 269

cooker.cgi: add anchors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 09:33:18 2011 +0100 (2011-11-07)
parents 99e761e39495
children c1ef82b9c455
files web/cooker.cgi
line diff
     1.1 --- a/web/cooker.cgi	Thu Oct 13 13:37:49 2011 +0200
     1.2 +++ b/web/cooker.cgi	Mon Nov 07 09:33:18 2011 +0100
     1.3 @@ -237,40 +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  <h2>Activity</h2>
     1.9  <pre>
    1.10  $(tac $CACHE/activity | head -n 12 | syntax_highlighter activity)
    1.11  </pre>
    1.12  <a class="button" href="cooker.cgi?file=activity">More activity</a>
    1.13  
    1.14 +<a name="cooknotes">
    1.15  <h2>Cooknotes</h2>
    1.16  <pre>
    1.17  $(tac $cooknotes | head -n 12 | syntax_highlighter activity)
    1.18  </pre>
    1.19  <a class="button" href="cooker.cgi?file=cooknotes">More notes</a>
    1.20  
    1.21 +<a name="commits">
    1.22  <h2>Commits</h2>
    1.23  <pre>
    1.24  $(cat $commits)
    1.25  </pre>
    1.26  
    1.27 +<a name="cooklist">
    1.28  <h2>Cooklist</h2>
    1.29  <pre>
    1.30  $(cat $cooklist | head -n 20)
    1.31  </pre>
    1.32  <a class="button" href="cooker.cgi?file=cooklist">Full cooklist</a>
    1.33  
    1.34 +<a name="broken">
    1.35  <h2>Broken</h2>
    1.36  <pre>
    1.37  $(cat $broken | head -n 20 | sed s"#^[^']*#<a href='cooker.cgi?pkg=\0'>\0</a>#"g)
    1.38  </pre>
    1.39  <a class="button" href="cooker.cgi?file=broken">All broken packages</a>
    1.40  
    1.41 +<a name="blocked">
    1.42  <h2>Blocked</h2>
    1.43  <pre>
    1.44  $(cat $blocked | sed s"#^[^']*#<a href='cooker.cgi?pkg=\0'>\0</a>#"g)
    1.45  </pre>
    1.46  
    1.47 +<a name="lastcook">
    1.48  <h2>Latest cook</h2>
    1.49  <pre>
    1.50  $(list_packages | sed s"#^\([^']*\).* : #<span class='log-date'>\0</span>#"g)