autobuild-discuss
[Top][All Lists]
Advanced

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

[Autobuild-discuss] Homogenize column titles


From: Julien ÉLIE
Subject: [Autobuild-discuss] Homogenize column titles
Date: Wed, 24 Aug 2011 23:58:43 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; fr; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12

Hi all,

Would it be possible to homogenize the titles of table columns?

I find it a bit confusing to have "System"/"Build host"/"Build type"/"Host 
type".
As well as "Version"/"Revision".
Please use them only when appropriate.
(When a build type exists, it is mentioned, so maybe "Build type" should
not be used.  "Host type" should be preferred.)


Suggested patch:

--- autobuild           2011-08-24 23:48:24.000000000 +0200
+++ autobuild-new       2011-08-24 23:31:07.000000000 +0200
@@ -293,9 +293,9 @@
     print "<table border=\"0\">\n";
     print "<tr bgcolor=\"lightblue\">\n";
     print "<td>Project</td>\n";
-    print "<td>Build type</td>\n";
+    print "<td>Host type</td>\n";
     print "<td>Revision</td>\n";
-    print "<td>System</td>\n";
+    print "<td>Build host</td>\n";
     print "<td>Build date</td>\n";
     print "<td>Results</td>\n";
     print "</tr>\n\n";
@@ -408,7 +419,7 @@
        print "\n";
        print "<table border=\"0\">\n";
        print "<tr bgcolor=\"lightblue\">\n";
-       print "<td>System</td>\n";
+       print "<td>Host type</td>\n";
        print "<td>Build host</td>\n";
        print "<td>Build date</td>\n";
        print "<td>Results</td>\n";
@@ -548,8 +559,8 @@
        print "\n";
        print "<table border=\"0\">\n";
        print "<tr bgcolor=\"lightblue\">\n";
-       print "<td>Version</td>\n";
-       print "<td>System</td>\n";
+       print "<td>Revision</td>\n";
+       print "<td>Host type</td>\n";
        print "<td>Build date</td>\n";
        print "<td>Results</td>\n";
        print "</tr>\n";


-- 
Julien ÉLIE

« – Alors j'ai eu une idée géniale : ramener à César un des
    Gaulois irréductibles de la région !
  – Mais, préfet, ces Gaulois irréductibles ont un grand défaut !
  – Ah ? Lequel ?
  – C'est qu'ils sont irréductibles justement ! » (Astérix)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]