X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dohtml;h=19989e164ec24c46cc6a7f54cbd450d30a739888;hb=804379d628bb52c1350342f5c44b6e7cc5a35ebf;hp=b005949fc493d8d5818a6b8dfee8179070dba15f;hpb=edf5233a4e26818318ca7900c9c775e450e45f35;p=bugscan.git diff --git a/dohtml b/dohtml index b005949..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.


@@ -91,7 +125,7 @@ tags: EOF ./bugreport -H -l $filter - html_page_creation_notice + html_end_of_content html_closing_tags } @@ -100,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 @@ -112,7 +146,7 @@ EOF cat < -

Graph of RC bugs
+
Graph of RC bugs

Other graphs:

    @@ -156,7 +190,7 @@ EOF

    EOF - html_page_creation_notice + html_end_of_content cat <