X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dohtml;h=19989e164ec24c46cc6a7f54cbd450d30a739888;hb=804379d628bb52c1350342f5c44b6e7cc5a35ebf;hp=afc81fe7687752c61b8bd4e76bee0252ed06fc18;hpb=5015cf540dc7e666ac543b46862b886ad59eab01;p=bugscan.git diff --git a/dohtml b/dohtml index afc81fe..19989e1 100755 --- a/dohtml +++ b/dohtml @@ -11,18 +11,52 @@ html_header() { + + $title, $date -

$title

- -

$date

+ +
+

$title

+ +

$date

EOF } -html_page_creation_notice() { +html_end_of_content() { cat <
This page is automatically generated.
Please contact @@ -57,9 +91,9 @@ realmakepage() { cat <for distribution(s): $descr

+

for distribution(s): $descr

-

You might also want to check out UDD instead of this page.

+

You might also want to check out UDD instead of this page.


@@ -67,7 +101,7 @@ EOF ./bugreport -H -s $filter cat < +

Explanation for bug tags: @@ -83,16 +117,15 @@ tags:

-The second set of tags indicate what releases a bug applies to: -O for oldstable (squeeze), S for stable (wheezy), T for testing (jessie), -U for unstable (sid) or E for experimental. - -

+ The second set of tags indicate what releases a bug applies to: + O for oldstable (squeeze), S for stable (wheezy), T for testing (jessie), + U for unstable (sid) or E for experimental. +

EOF ./bugreport -H -l $filter - html_page_creation_notice + html_end_of_content html_closing_tags } @@ -101,11 +134,11 @@ makemainpage() { local title="$1" # Title of page local date_time="$2" # Date - header "$title" "$date_time" + html_header "$title" "$date_time" cat < +

EOF ./bugreport -Hs @@ -113,7 +146,7 @@ EOF cat < -

Graph of RC bugs
+
Graph of RC bugs

Other graphs:

    @@ -122,12 +155,14 @@ EOF

-

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 -release (excluding ignored bugs, bugs on packages not in testing, and bugs -whose tags and/or versioning information indicate that they don't apply to -testing), and the blue line graphs the number of bugs that are a concern -for the current stable release.

+

+ 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 + release (excluding ignored bugs, bugs on packages not in testing, and bugs + whose tags and/or versioning information indicate that they don't apply to + testing), and the blue line graphs the number of bugs that are a concern + for the current stable release. +

Recent changes

EOF @@ -144,18 +179,18 @@ EOF
  • source
  • contrib
  • non-free -
  • pseudo-packages +
  • pseudo-packages (?) -
  • Everything in one page +
  • Everything in one page
    + Only bugs relevant to stable
    + Only bugs relevant to testing -

    +

    EOF - html_page_creation_notice + html_end_of_content cat <