X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dohtml;h=19989e164ec24c46cc6a7f54cbd450d30a739888;hb=804379d628bb52c1350342f5c44b6e7cc5a35ebf;hp=cbef6c091443b518a7bee465a0ccab2c9dc6f07f;hpb=055961ce60da0c22b1273a0e9bc1cbe4adcc9215;p=bugscan.git diff --git a/dohtml b/dohtml index cbef6c0..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 @@ -40,7 +74,7 @@ EOF realmakepage() { local filter="$1" # Distributions to list local title="$2" # Title of page - local date="$3" # Date + local date_time="$3" # Date local worry="$4" # Worry about testing only? local descr # Description of filter @@ -53,13 +87,13 @@ realmakepage() { filter="$filter $worry" - html_header "$title" "$date" + html_header "$title" "$date_time" 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,29 +117,28 @@ 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 } makemainpage() { local title="$1" # Title of page - local time="$2" # Date + local date_time="$2" # Date - header "$title" "$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 < $htmldir/index.html.new +makemainpage "$title" "$date_time" > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html