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

DDPO: help and watch update



Hi.

I could never understand the semantics of the various Watch columns,
and the help text at the top contains way too much redundant text to
be readable. Any objections to that I commit the following patch?
I might have gotten the WWiz columns description wrong.

Index: developer.wml
===================================================================
RCS file: /org/cvs.debian.org/cvs/qa/wml/developer.wml,v
retrieving revision 1.94
diff -u -p -r1.94 developer.wml
--- developer.wml	5 Oct 2005 14:35:51 -0000	1.94
+++ developer.wml	5 Oct 2005 15:47:20 -0000
@@ -840,18 +840,19 @@ function print_header_entries_top($login
         print html_br() . html_collexp($counter_span, $title, "general", true, $display_data);
     
         $counter_span += 1; 
-        $help_data = "Packages in " . html_color("blue", "blue") . " are packages that are co-maintained by developer (reference to Uploaders: field)" . html_br();
-        $help_data .= "Packages version in " . html_color("red", "red") . " are NMUed" . html_br();
-        $help_data .= "Packages where testing version in " . html_color("magenta", "#ff00ff") . " are those where the unstable version differs from the version in testing" . html_br();
-        $help_data .= "Packages where Upstream/Wwiz version in " . html_color("green", "green") . " are those where the upstream found version is in sync with version unstable/experimental" . html_br();
-        $help_data .= "Packages where Upstream/Wwiz version in " . html_color("magenta", "#ff00ff") . " are those where the upstream found version is greater than version in unstable" . html_br();
-        $help_data .= "Packages where Upstream/Wwiz version in " . html_color("navy blue", "#2222AA") . " are those where the upstream found version is lower than version in unstable (a bug in the Watch file)" . html_br();
-        $help_data .= "Packages where Upstream/Wwiz is " .html_color("error", "red") . " are those where uscan had problems following the Watch file" . html_br();
-        $help_data .= "Packages where Upstream is N/A are those that don't have a Watch file" . html_br();
-        $help_data .= "Packages where Wwiz is N/A are those that don't have a Copyright file for trying to automatically generate a Watch file" . html_br();
-        $help_data .= "Packages where Wwiz is " . html_color("notmatch", "red") . " are those that had a Copyright file but no useful url download link was found for trying to automatically generate a Watch file" . html_br();
-        $help_data .= "If watch values are " . html_color("no value", "grey") . " means that there is a problem with the dehs database files." . html_br() . html_br();
-        $help_data .= html_u("The real number of bugs is displayed in each bugs column. If there are any merged bugs, the total is displayed within parentheses.");
+        $help_data = html_color("Blue", "blue") . " packages are co-maintained by developer (reference to Uploaders: field)" . html_br();
+        $help_data .= "The bug columns display the real number of bugs. If there are merged bugs, the total is in parentheses." . html_br();
+        $help_data .= html_color("Red", "red") . " version numbers are NMUs" . html_br();
+        $help_data .= html_color("Magenta", "#ff00ff") . " version numbers are packages where the unstable version differs from the testing version" . html_br();
+        $help_data .= "Watch columns:" . html_br();
+        $help_data .= html_blank().html_blank(). html_color("green", "green") . ": upstream found version is in sync with version unstable/experimental" . html_br();
+        $help_data .= html_blank().html_blank(). html_color("magenta", "#ff00ff") . ": upstream found version is greater than version in unstable" . html_br();
+        $help_data .= html_blank().html_blank(). html_color("navy blue", "#2222AA") . ": upstream found version is lower than version in unstable (a bug in the watch file)" . html_br();
+        $help_data .= html_blank().html_blank(). html_color("error", "red") . ": uscan had problems following the watch file" . html_br();
+        $help_data .= html_blank().html_blank(). "Watch is N/A: package does not have a watch file" . html_br();
+        $help_data .= html_blank().html_blank(). "Wwiz is N/A: package does not have a copyright file suitable to automatically generate a watch file" . html_br();
+        $help_data .= html_blank().html_blank(). "Wwiz is " . html_color("notmatch", "red") . ": package had a copyright file but no useful URL download link was found to automatically generate a watch file" . html_br();
+        $help_data .= html_blank().html_blank(). html_color("no value", "grey") . ": there is a problem with the dehs database files" . html_br().html_br();
         $help_data = html_small($help_data);
 
         $title = html_b("Help");
@@ -1515,10 +1516,10 @@ function print_package_entries($branch, 
     }
     if(isdisplayed('watch'))
     {
-        $ths .= html_th("Upstream Uns.");
-        $ths .= html_th("WWiz Up. Uns.");
-        $ths .= html_th("Upstream Exp.");
-        $ths .= html_th("WWiz Up. Exp.");
+        $ths .= html_th("Watch Unstable");
+        $ths .= html_th("WWiz Unstable");
+        $ths .= html_th("Watch Exp.");
+        $ths .= html_th("WWiz Exp.");
     }
     
     $ths = $th_level1 . html_tr($ths);

Christoph
-- 
cb@df7cb.de | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature


Reply to: