[Blends-commit] [SCM] website branch, master, updated. fe9181d1f0391c34bd2cf8bf2b2451d20cac4025

Andreas Tille tille at debian.org
Wed Jul 10 13:52:01 UTC 2013


The following commit has been merged in the master branch:
commit 7b8bed5aee4c0a95578ccb70124427739094e792
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 10 15:26:31 2013 +0200

    Somewhat more sensible headlines for Ubuntu Thermometer

diff --git a/webtools/templates/debian2ubuntu-termometer.sh b/webtools/templates/debian2ubuntu-termometer.sh
index 9be6632..4fb5dab 100755
--- a/webtools/templates/debian2ubuntu-termometer.sh
+++ b/webtools/templates/debian2ubuntu-termometer.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 sed \
-    -e 's%\(<title>\)\($projectname Thermometer</title>\)%\1Ubuntu \2%' \
-    -e 's%\(<caption><h3>\)\($projectname Package Thermometer</h3></caption>\)%\1Ubuntu \2%' \
+    -e 's%\(<title>$projectname\)\( Thermometer</title>\)%\1 packages in Ubuntu\2%' \
+    -e 's%\(<caption><h3>$projectname \)Package\( Thermometer</h3></caption>\)%\1 packages in Ubuntu\2%' \
     -e 's%\(<th>stable</th><th>testing</th><th>unstable</th><th>stable-bpo</th>\)<th>experimental</th><th>UNRELEASED</th>%\1<th>precise</th><th>quantal</th><th>raring</th>%' \
     -e 's%''${pkg.debianstatus}''%''${pkg.ubuntustatus}''%' \
     -e 's%\(<td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td>\)<td>${pkg.experimental}</td><td>${pkg.UNRELEASED}</td>%\1<td>${pkg.precise}</td><td>${pkg.quantal}</td><td>${pkg.raring}</td>%' \
diff --git a/webtools/templates/uthermometer.xhtml b/webtools/templates/uthermometer.xhtml
index e99a4f6..37bcfcf 100644
--- a/webtools/templates/uthermometer.xhtml
+++ b/webtools/templates/uthermometer.xhtml
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
       xmlns:py="http://genshi.edgewall.org/">
 <head>
-<title>Ubuntu $projectname Thermometer</title>
+<title>$projectname packages in Ubuntu Thermometer</title>
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
 <link href="../inc/style.css" type="text/css" rel="stylesheet"/>
 </head>
@@ -31,7 +31,7 @@
   <td class="main">
     <div class="pageBody">
 <table class="pkg">
-<caption><h3>Ubuntu $projectname Package Thermometer</h3></caption>
+<caption><h3>$projectname  packages in Ubuntu Thermometer</h3></caption>
 <tr class='title'>
  <th>Package</th>
  <th>stable</th><th>testing</th><th>unstable</th><th>stable-bpo</th><th>precise</th><th>quantal</th><th>raring</th>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list