[Debconf6-data-commit] r92 - in website/www: . debianday

Neil McGovern neilm at costa.debian.org
Mon Nov 28 21:36:34 UTC 2005


Author: neilm
Date: 2005-11-28 21:36:33 +0000 (Mon, 28 Nov 2005)
New Revision: 92

Added:
   website/www/debianday/
   website/www/debianday/header.epl
   website/www/debianday/index.html
Log:
Added


Added: website/www/debianday/header.epl
===================================================================
--- website/www/debianday/header.epl	2005-11-28 17:03:17 UTC (rev 91)
+++ website/www/debianday/header.epl	2005-11-28 21:36:33 UTC (rev 92)
@@ -0,0 +1,14 @@
+[- $req = shift; -]
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>[+ $req->{title} +]</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+	<link rel="stylesheet" type="text/css" href="/css/dday.css"/>
+ 	<link rel="stylesheet alternative" type="text/css" href="/css/ddayprint.css" media="print"/>
+</head>
+<!-- End of HTML-Header -->
+[- Execute ("header.html"); -]
+[- Execute ("top.html"); -]
+[- Execute ("bottom.html"); -]
+[- Execute ("footer.html"); -]

Added: website/www/debianday/index.html
===================================================================
--- website/www/debianday/index.html	2005-11-28 17:03:17 UTC (rev 91)
+++ website/www/debianday/index.html	2005-11-28 21:36:33 UTC (rev 92)
@@ -0,0 +1,8 @@
+<h1>DebianDay</h1>
+Debian Day is filled with presentations on topics of general interest, 
+for decision makers and for ordinary people who want to learn more about 
+<a href='http://www.debian.org' title='Debian Project'>Debian</a> and 
+about Free Software.
+<br />
+
+<b>Placeholder page for DebDay</b>.
\ No newline at end of file




More information about the Debconf6-data-commit mailing list