]> git.donarmstrong.com Git - bugscan.git/blobdiff - dohtml
add link to udd
[bugscan.git] / dohtml
diff --git a/dohtml b/dohtml
index 9235b196a87b2353a27de194b757e39101df753b..62eea00d27b7ee45a68be73840617b150c64c217 100755 (executable)
--- a/dohtml
+++ b/dohtml
@@ -32,6 +32,7 @@ realmakepage() {
 
 <p align="center">for distribution(s): $descr</p>
 
+<p align="center">You might also want to check out <a href="http://udd.debian.org/bugs/">UDD</a> instead of this page.</p>
 <hr>
 
 <p>
@@ -51,12 +52,12 @@ tags</a>:
    <li><strong>R</strong>: unreproducible</li>
    <li><strong>S</strong>: security</li>
    <li><strong>U</strong>: upstream</li>
-   <li><strong>I</strong>: lenny-ignore or squeeze-ignore</li>
+   <li><strong>I</strong>: wheezy-ignore or jessie-ignore</li>
 </ul>
 
 <p>
 The second set of tags indicate what releases a bug applies to:
-O for oldstable (etch), S for stable (lenny), T for testing (squeeze),
+O for oldstable (squeeze), S for stable (wheezy), T for testing (jessie),
 U for unstable (sid) or E for experimental.
 
 <p>
@@ -95,7 +96,14 @@ EOF
        cat <<EOF
 </p>
 
-<div align="center"><img src="graph.png" alt="Graph of RC bugs"></div>
+<div align="center"><img src="graph-release.png" alt="Graph of RC bugs"></div>
+
+<p>Other graphs:
+  <ul>
+    <li><a href="graph-month.png">Graph for the last month</a></li>
+    <li><a href="graph.png">Graph with all the history</a></li>
+  </ul>
+</p>
 
 <p>The red line graphs all bugs with release-critical severities; the green
 line graphs the number of bugs that are actually a concern for the next
@@ -158,6 +166,7 @@ makepage "debian/source" "$title" $htmldir/debian/source.html "$time"
 makepage "" "$title" $htmldir/other/all.html "$time"
 makepage "" "$title" "$htmldir/other/stable.html" "$time" "-b"
 makepage "" "$title" "$htmldir/other/testing.html" "$time" "-t"
+makepage "" "$title" "$htmldir/other/pseudo.html" "$time" "pseudo"
 
 makemainpage > $htmldir/index.html.new
 mv -f $htmldir/index.html.new $htmldir/index.html