[Blends-commit] r1953 - in blends/trunk/websites/ezgo: . inc

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Mon Nov 2 12:35:34 UTC 2009


Author: tille
Date: Mon Nov  2 12:35:34 2009
New Revision: 1953
URL: http://svn.debian.org/viewsvn/blends?rev=1953&view=rev

Log:
static pages for EzGo


Added:
   blends/trunk/websites/ezgo/
   blends/trunk/websites/ezgo/img   (contents, props changed)
   blends/trunk/websites/ezgo/inc/
   blends/trunk/websites/ezgo/inc/style.css   (contents, props changed)
   blends/trunk/websites/ezgo/inc/wz_tooltip.js   (contents, props changed)
   blends/trunk/websites/ezgo/index.html

Added: blends/trunk/websites/ezgo/img
==============================================================================
--- (empty file)
+++ blends/trunk/websites/ezgo/img	Mon Nov  2 12:35:34 2009
@@ -0,0 +1 @@
+link ../img
\ No newline at end of file

Added: blends/trunk/websites/ezgo/inc/style.css
==============================================================================
--- (empty file)
+++ blends/trunk/websites/ezgo/inc/style.css	Mon Nov  2 12:35:34 2009
@@ -0,0 +1 @@
+link ../../inc/style.css
\ No newline at end of file

Added: blends/trunk/websites/ezgo/inc/wz_tooltip.js
==============================================================================
--- (empty file)
+++ blends/trunk/websites/ezgo/inc/wz_tooltip.js	Mon Nov  2 12:35:34 2009
@@ -0,0 +1 @@
+link ../../inc/wz_tooltip.js
\ No newline at end of file

Added: blends/trunk/websites/ezgo/index.html
==============================================================================
--- (empty file)
+++ blends/trunk/websites/ezgo/index.html	Mon Nov  2 12:35:34 2009
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
+<head>
+<title>Debian EzGo Project</title>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<link href="inc/style.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1>Debian EzGo</h1>
+<ul>
+  <li><a href="tasks/index">Tasks</a> (<a href="tasks/packagelist">long listing</a>)</li>
+  <li><a href="bugs/">Bugs</a></li>
+</ul>
+</body>
+</html>



More information about the Blends-commit mailing list