[m-rev.] for review: add bug tracking system to webpage
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Sep 21 13:52:16 AEST 2007
For review by anyone.
Add a link to the bug tracking system to the webpage.
w3/include/menubar.inc:
Add a link to the bug database from the menubar
at the side of the page.
w3/news/newsdb.inc:
Announce the bug tracking system.
Julien.
Index: include/menubar.inc
===================================================================
RCS file: /home/mercury/mercury1/repository/w3/include/menubar.inc,v
retrieving revision 1.22
diff -u -r1.22 menubar.inc
--- include/menubar.inc 20 Jun 2006 08:47:30 -0000 1.22
+++ include/menubar.inc 21 Sep 2007 03:41:59 -0000
@@ -152,3 +152,9 @@
<P>
<B><a href="<?echo $root?>/search.html">Search</a></B><BR>
+
+<P>
+
+<B><a href="http://bugs.mercury.csse.unimelb.edu.au">Bug Database</a></B>
+
+<P>
Index: news/newsdb.inc
===================================================================
RCS file: /home/mercury/mercury1/repository/w3/news/newsdb.inc,v
retrieving revision 1.103
diff -u -r1.103 newsdb.inc
--- news/newsdb.inc 14 Aug 2007 05:45:20 -0000 1.103
+++ news/newsdb.inc 21 Sep 2007 03:48:45 -0000
@@ -22,6 +22,14 @@
$newsdb = array(
+"21 September 2007" => array("Bug Tracking System",
+"The Mercury project now uses the Mantis bug tracking system
+to keep track of bug reports. The Mercury bug database may
+be accessed via the
+<a href=\"http://bugs.mercury.csse.unimelb.edu.au\">Bug Database</a>
+in the menu at the side of this page."),
+
+
"14 August 2007" => array("New Paper and Talk",
"A paper and a presentation have been added to the
<A HREF=\"information/papers.html\">papers page</A> describing how
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list