[Debian-live-changes] r1597 - in dists/trunk/live-webbuilder: . html

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 22 16:00:29 UTC 2007


Author: daniel
Date: 2007-05-22 16:00:29 +0000 (Tue, 22 May 2007)
New Revision: 1597

Modified:
   dists/trunk/live-webbuilder/html/footer.html
   dists/trunk/live-webbuilder/html/header.html
   dists/trunk/live-webbuilder/live-webbuilder
Log:


Modified: dists/trunk/live-webbuilder/html/footer.html
===================================================================
--- dists/trunk/live-webbuilder/html/footer.html	2007-05-22 15:52:58 UTC (rev 1596)
+++ dists/trunk/live-webbuilder/html/footer.html	2007-05-22 16:00:29 UTC (rev 1597)
@@ -1,4 +1,5 @@
 <div id="footer">
+	live-webbuilder, version VERSION &mdash;
 	Richard Nelson <a href="mailto:rjent at rjent.pair.com">&lt;rjent at rjent.pair.com&gt;</a><br />
 </div>
 

Modified: dists/trunk/live-webbuilder/html/header.html
===================================================================
--- dists/trunk/live-webbuilder/html/header.html	2007-05-22 15:52:58 UTC (rev 1596)
+++ dists/trunk/live-webbuilder/html/header.html	2007-05-22 16:00:29 UTC (rev 1597)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
 	<head>
-		<title>Debian Live Webbuilder VERSION</title>
+		<title>Debian Live Webbuilder</title>
 		<link rel="icon" href="http://debian-live.alioth.debian.org/favicon.ico" type="image/ico">
 		<link rel="stylesheet" type="text/css" href="http://debian-live.alioth.debian.org/images/style.css" />
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
@@ -39,5 +39,5 @@
 </div>
 
 <div id="maincontent" style="margin: 0 0 0 0;">
-	<h1>This is the autobuild web-interface VERSION of the <a href="http://debian-live.alioth.debian.org/">Debian Live</a> project.</h1>
+	<h1>This is the autobuild web-interface of the <a href="http://debian-live.alioth.debian.org/">Debian Live</a> project.</h1>
 </div>

Modified: dists/trunk/live-webbuilder/live-webbuilder
===================================================================
--- dists/trunk/live-webbuilder/live-webbuilder	2007-05-22 15:52:58 UTC (rev 1596)
+++ dists/trunk/live-webbuilder/live-webbuilder	2007-05-22 16:00:29 UTC (rev 1597)
@@ -30,8 +30,7 @@
 echo
 
 # Start sending HTML with version number.
-# Replaced cat "${HTML}"/header.html with below for version number.
-sed -e "s/VERSION/${VERSION}/g" "${HTML}"/header.html
+cat "${HTML}"/header.html
 
 ##########################################
 # Collet the parms
@@ -96,4 +95,4 @@
 EOF
 fi
 
-cat "${HTML}"/footer.html
+sed -e "s/VERSION/${VERSION}/g" "${HTML}"/footer.html




More information about the Debian-live-changes mailing list