[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

www.debian.org: wrong links in http://www.debian.org/Bugs/



--text follows this line--
Package: www.debian.org
Severity: normal


Hello everybody,
in the web page http://www.debian.org/Bugs/
i.e. in the (source?) file http://www.debian.org/Bugs/index.en.html
the list that explains how to make a query by visiting URLs of the following
forms is out of date. Here follows the old code:

--------html--------OLDER code---------------
<ul>
 <li><tt>http://bugs.debian.org/<var>number</var></tt>
 <li><tt>http://bugs.debian.org/mbox:<var>number</var></tt>
 <li><tt>http://bugs.debian.org/<var>package</var></tt>
 <li><tt>http://bugs.debian.org/src:<var>sourcepackage</var></tt>
 <li><tt>http://bugs.debian.org/<var>maintainer@email.address</var></tt>
 <li><tt>http://bugs.debian.org/from:<var>submitter@email.address</var></tt>
 <li><tt>http://bugs.debian.org/severity:<var>severity</var></tt>
 <li><tt>http://bugs.debian.org/tag:<var>tag</var></tt>
</ul>
-----------/html---------------

The code above shall[1] be substituted by a code like that:

-----html---- 
<ul>
 <li><tt>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=<var>number</var></tt>
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-----html---- 
.....
and so on.

I have just provided a patch to solve this issue, please, find it attached.


[1] Shall?
Actually I think that the code I wrote -albeit correct- is
*very _UN_helpful* for the people.

It is very long, not so intuitive as the older code.

May I suggest you to remove such list from the web page?

If you think that the list still makes sense, you can simply
apply the patch.

TIA

Giovanni

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-powerpc
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro (charmap=ISO-8859-15)


-- 
Giovanni Ridolfi, Chemist
--- index.en.html	2006-06-14 09:50:39.000000000 +0000
+++ index.en.html	2006-06-17 16:05:08.000000000 +0000
@@ -235,14 +235,14 @@
 <p>The above queries can also be made by visiting URLs of the following
 forms, respectively:
 <ul>
-  <li><tt>http://bugs.debian.org/<var>number</var></tt>
-  <li><tt>http://bugs.debian.org/mbox:<var>number</var></tt>
-  <li><tt>http://bugs.debian.org/<var>package</var></tt>
-  <li><tt>http://bugs.debian.org/src:<var>sourcepackage</var></tt>
-  <li><tt>http://bugs.debian.org/<var>maintainer@email.address</var></tt>
-  <li><tt>http://bugs.debian.org/from:<var>submitter@email.address</var></tt>
-  <li><tt>http://bugs.debian.org/severity:<var>severity</var></tt>
-  <li><tt>http://bugs.debian.org/tag:<var>tag</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=<var>number</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=<var>number</var>;mbox=yes</tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=<var>package</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src&data=<var>sourcepackage</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=maint&data=<var>maintainer@email.address</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=submitter&data=<var>submitter@email.address</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=severity&data=<var>severity</var></tt>
+  <li><tt>http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=tag&data=<var>tag</var></tt></ul>
 </ul>
 <h2>Searching bug reports</h2>
 <p>Probably the easiest way to search bug reports is to use

Reply to: