Author: tille Date: Mon Aug 9 11:33:11 2010 New Revision: 2335 URL: http://svn.debian.org/viewsvn/blends?rev=2335&view=rev
Log: Provide the needed static pages for Debian Imaging Added: blends/trunk/websites/imaging/ blends/trunk/websites/imaging/img (contents, props changed) blends/trunk/websites/imaging/inc/ blends/trunk/websites/imaging/inc/style.css (contents, props changed) blends/trunk/websites/imaging/inc/wz_tooltip.js (contents, props changed) blends/trunk/websites/imaging/index.html Added: blends/trunk/websites/imaging/img ============================================================================== --- (empty file) +++ blends/trunk/websites/imaging/img Mon Aug 9 11:33:11 2010 @@ -0,0 +1 @@ +link ../img \ No newline at end of file Added: blends/trunk/websites/imaging/inc/style.css ============================================================================== --- (empty file) +++ blends/trunk/websites/imaging/inc/style.css Mon Aug 9 11:33:11 2010 @@ -0,0 +1 @@ +link ../../inc/style.css \ No newline at end of file Added: blends/trunk/websites/imaging/inc/wz_tooltip.js ============================================================================== --- (empty file) +++ blends/trunk/websites/imaging/inc/wz_tooltip.js Mon Aug 9 11:33:11 2010 @@ -0,0 +1 @@ +link ../../inc/wz_tooltip.js \ No newline at end of file Added: blends/trunk/websites/imaging/index.html ============================================================================== --- (empty file) +++ blends/trunk/websites/imaging/index.html Mon Aug 9 11:33:11 2010 @@ -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 Imaging</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 Imaging</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> _______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/blends-commit
