[Collab-qa-commits] r701 - in svnbuildstat/branches/stable/root/src: . contacts packages

goneri-guest at alioth.debian.org goneri-guest at alioth.debian.org
Thu Feb 7 17:49:38 UTC 2008


Author: goneri-guest
Date: 2008-02-07 17:49:38 +0000 (Thu, 07 Feb 2008)
New Revision: 701

Modified:
   svnbuildstat/branches/stable/root/src/contacts/main.tt2
   svnbuildstat/branches/stable/root/src/packages/info.tt2
   svnbuildstat/branches/stable/root/src/packages/main.tt2
   svnbuildstat/branches/stable/root/src/ttsite.css
Log:
apply Mark Howard changes on the template
improve svnbuildstat_update-repository.pl to avoid error message
add a hack to avoid the build of the installation manual which is to long to build


Modified: svnbuildstat/branches/stable/root/src/contacts/main.tt2
===================================================================
--- svnbuildstat/branches/stable/root/src/contacts/main.tt2	2008-02-07 09:58:10 UTC (rev 700)
+++ svnbuildstat/branches/stable/root/src/contacts/main.tt2	2008-02-07 17:49:38 UTC (rev 701)
@@ -4,8 +4,10 @@
 [%- # optional, but both the beginning and the ending TT tags support chomping. -%]
 
 [% # Provide a title to root/lib/site/header -%]
-[% META title = 'Contacts' -%]
+[% META title = 'Contact' -%]
 
 <h1>Contact</h1>
 
-For comment, bug report, or if you want to add your team in SvnBuildStat feel free to contact me : <a href="ahref:goneri at rulezlan.org">Gonéri Le Bouder</a>.
+<p>The <a href="http://wiki.debian.org/svnbuildstat">svnbuidstat wiki page</a> documents the aims, history, features and development details for svnbuildstat.</p>
+
+<p>For comment, bug report, or if you want to add your team in SvnBuildStat feel free to contact me : <a href="ahref:goneri at rulezlan.org">Gonéri Le Bouder</a></p>

Modified: svnbuildstat/branches/stable/root/src/packages/info.tt2
===================================================================
--- svnbuildstat/branches/stable/root/src/packages/info.tt2	2008-02-07 09:58:10 UTC (rev 700)
+++ svnbuildstat/branches/stable/root/src/packages/info.tt2	2008-02-07 17:49:38 UTC (rev 701)
@@ -3,21 +3,23 @@
 
 <h1>[% package %]_[% svndebrelease %]</h1>
 
-<h2>Maintainers</h2>
+<h2><a href="#" onclick="showhide('maintainers'); return(false);">Maintainers</a></h2>
+<div id="maintainers">
 <table>
   [% FOREACH maintainer IN maintainers -%]
   <tr>
     <td>
-      <strong>[% maintainer.name %]</strong> <a href="http://qa.debian.org/developer.php?login=[% maintainer.email %]">QA</a> <a href="[% Catalyst.uri_for('/packages/list/') _ maintainer.email %]">Packages</a>
+      <strong><a href="[% Catalyst.uri_for('/packages/list/') _ maintainer.email %]">[% maintainer.name %]</a></strong> <a href="http://qa.debian.org/developer.php?login=[% maintainer.email %]">QA</a> 
     </td>
   </tr>
   [% END -%]
 </table>
+</div>
 
 [% IF ! isindebian %]
-  <h2><a href="#" onclick="showhide('currentchangelogentry'); return(false);">This release is not yet in Debian</a></h2>
+  <h2><a href="#" onclick="showhide('currentchangelogentry'); return(false);">Changelog</a></h2>
   <div id="currentchangelogentry">
-  Current changelog entry:
+  Changes not in Debian yet:
   <blockquote>
   [% FOREACH line IN currentchangelogentry -%]
   [% line %]<br />

Modified: svnbuildstat/branches/stable/root/src/packages/main.tt2
===================================================================
--- svnbuildstat/branches/stable/root/src/packages/main.tt2	2008-02-07 09:58:10 UTC (rev 700)
+++ svnbuildstat/branches/stable/root/src/packages/main.tt2	2008-02-07 17:49:38 UTC (rev 701)
@@ -13,7 +13,7 @@
 </h1>
 
 <table>
-<tr><th>Packages</th><th>Status</th><th>Lintian</th><th>Linda</th><th>Bugs</th><!--<th>Piuparts--></th><th>Synced<br />with<br />Debian</th><th>Synced<br />with<br />Upstream</th></tr>
+<tr><th>Packages</th><th>Status</th><th>Lintian</th><th>Linda</th><th>Bugs</th><!--<th>Piuparts--></th><th>Synced<br />with<br />Debian</th><th>Synced<br />with<br />Upstream</th><th/></tr>
 [% # Display each book in a table row %]
 [% FOREACH package IN packages -%]
   <tr>
@@ -79,6 +79,7 @@
         [% END %]
       </a>
     </td>
+    <td/>
   </tr>
 [% END -%]
 </table>

Modified: svnbuildstat/branches/stable/root/src/ttsite.css
===================================================================
--- svnbuildstat/branches/stable/root/src/ttsite.css	2008-02-07 09:58:10 UTC (rev 700)
+++ svnbuildstat/branches/stable/root/src/ttsite.css	2008-02-07 17:49:38 UTC (rev 701)
@@ -263,19 +263,27 @@
 
 .error
 {
-    background-color: #e49797;
+    background-color: #f44;
     font-weight: bolder;
 }
 
 .warning
 {
-    background-color: #f2f04b;
+    background-color: #ff7;
     font-weight: bolder;
 }
 
 .ok
 {
-    background-color: #54cb5d;
+    background-color: #afa;
     font-weight: bolder;
 }
 
+
+#currentchangelogentry
+{
+border-style:dashed;
+border-colour: black;
+border-width:1px;
+background-colour: #fee;
+}




More information about the Collab-qa-commits mailing list