[Debian-live-changes] r1229 - dists/trunk/live-webbuilder

Daniel Baumann daniel at alioth.debian.org
Fri May 4 14:14:56 UTC 2007


Author: daniel
Date: 2007-05-04 14:14:55 +0000 (Fri, 04 May 2007)
New Revision: 1229

Modified:
   dists/trunk/live-webbuilder/htmlheader
   dists/trunk/live-webbuilder/live-webbuilder.sh
Log:


Modified: dists/trunk/live-webbuilder/htmlheader
===================================================================
--- dists/trunk/live-webbuilder/htmlheader	2007-05-04 14:10:50 UTC (rev 1228)
+++ dists/trunk/live-webbuilder/htmlheader	2007-05-04 14:14:55 UTC (rev 1229)
@@ -1,22 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
 	<head>
-		<title>WWW Debian Live Version ${VERSION_NUMBER}</title>
-
+		<title>Debian Live Webbuilder ${VERSION}</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">
 		<meta name="keywords" content="Debian, Live, Project">
-
 		<meta name="description" content="The Debian Live Project">
 	</head>
 <body>
+
 <div id="header">
 	<div id="debianlogo"><img src="http://debian-live.alioth.debian.org/images/debian.png" alt="Debian logo" width="56" height="70"></div>
-
 	<div id="headertitle"><a href="http://debian-live.alioth.debian.org/" title="http://debian-live.alioth.debian.org/">Debian Live</a></div>
 	<div id="headersubtitle">Live Debian systems!</div>
 </div>
 
 <div id="maincontent" style="margin: 0 0 0 0;">
-<h1>This is the live-webbuild interface version ${VERSION_NUMBER} for the <a href="http://debian-live.alioth.debian.org/">Debian Live</a> project.</h1>
+	<h1>This is the webbuild interface ${VERSION} of the <a href="http://debian-live.alioth.debian.org/">Debian Live</a> project.</h1>
 </div>

Modified: dists/trunk/live-webbuilder/live-webbuilder.sh
===================================================================
--- dists/trunk/live-webbuilder/live-webbuilder.sh	2007-05-04 14:10:50 UTC (rev 1228)
+++ dists/trunk/live-webbuilder/live-webbuilder.sh	2007-05-04 14:14:55 UTC (rev 1229)
@@ -11,7 +11,7 @@
 # - Get initial layout of idea.
 
 # Set some global the parameters
-VERSION_NUMBER="0.2.3"
+VERSION="0.2.3"
 WWW_WORK_PATH="/tmp/"
 WWW_MIRROR_BUILD="http://localhost/debian"
 




More information about the Debian-live-changes mailing list