[Debian-live-changes] r1766 - / docs docs/webwml docs/webwml/images docs/webwml/includes docs/webwml/screenshots docs/webwml/wallpaper docs/webwml/wallpaper/classic docs/webwml/wallpaper/classic/source

daniel at alioth.debian.org daniel at alioth.debian.org
Sat May 26 09:25:10 UTC 2007


Author: daniel
Date: 2007-05-26 09:25:10 +0000 (Sat, 26 May 2007)
New Revision: 1766

Added:
   docs/
   docs/webwml/
   docs/webwml/Makefile
   docs/webwml/favicon.ico
   docs/webwml/images/
   docs/webwml/images/debian-live.png
   docs/webwml/images/debian.png
   docs/webwml/images/style.css
   docs/webwml/includes/
   docs/webwml/includes/body.wmi
   docs/webwml/includes/common.wmi
   docs/webwml/includes/footer.wmi
   docs/webwml/includes/header.wmi
   docs/webwml/includes/link.wmi
   docs/webwml/includes/main.wmi
   docs/webwml/includes/menu.wmi
   docs/webwml/index.wml
   docs/webwml/index2.wml
   docs/webwml/legal.wml
   docs/webwml/links.wml
   docs/webwml/press.wml
   docs/webwml/screenshots.wml
   docs/webwml/screenshots/
   docs/webwml/screenshots/gnome.png
   docs/webwml/screenshots/grub.png
   docs/webwml/screenshots/kde.png
   docs/webwml/screenshots/squashfs.png
   docs/webwml/screenshots/standard.png
   docs/webwml/screenshots/syslinux.png
   docs/webwml/screenshots/xfce.png
   docs/webwml/site/
   docs/webwml/wallpaper.wml
   docs/webwml/wallpaper/
   docs/webwml/wallpaper/classic/
   docs/webwml/wallpaper/classic/MD5SUMS
   docs/webwml/wallpaper/classic/debian-live-1024x768.png
   docs/webwml/wallpaper/classic/debian-live-1152x768.png
   docs/webwml/wallpaper/classic/debian-live-1152x864.png
   docs/webwml/wallpaper/classic/debian-live-1200x800.png
   docs/webwml/wallpaper/classic/debian-live-1280x1024.png
   docs/webwml/wallpaper/classic/debian-live-1280x768.png
   docs/webwml/wallpaper/classic/debian-live-1280x800.png
   docs/webwml/wallpaper/classic/debian-live-1280x854.png
   docs/webwml/wallpaper/classic/debian-live-1280x960.png
   docs/webwml/wallpaper/classic/debian-live-1400x1050.png
   docs/webwml/wallpaper/classic/debian-live-1440x900.png
   docs/webwml/wallpaper/classic/debian-live-1600x1200.png
   docs/webwml/wallpaper/classic/debian-live-1680x1050.png
   docs/webwml/wallpaper/classic/debian-live-1792x1344.png
   docs/webwml/wallpaper/classic/debian-live-1856x1392.png
   docs/webwml/wallpaper/classic/debian-live-1920x1200.png
   docs/webwml/wallpaper/classic/debian-live-1920x1440.png
   docs/webwml/wallpaper/classic/debian-live-640x320.png
   docs/webwml/wallpaper/classic/debian-live-640x480.png
   docs/webwml/wallpaper/classic/debian-live-800x600.png
   docs/webwml/wallpaper/classic/source/
   docs/webwml/wallpaper/classic/source/COPYING
   docs/webwml/wallpaper/classic/source/klowner.rle
   docs/webwml/wallpaper/classic/source/klowner_debboot.png
   docs/webwml/wallpaper/classic/source/live.rle
   docs/webwml/wallpaper/classic/source/live_debboot.png
Log:


Added: docs/webwml/Makefile
===================================================================
--- docs/webwml/Makefile	                        (rev 0)
+++ docs/webwml/Makefile	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,40 @@
+# Makefile
+
+WORKDIR = .
+DESTDIR = $(shell echo $(PWD) | sed -e 's/\.wml//')
+SUBDIRS =
+
+INCLUDES = $(WORKDIR)/includes
+
+WMK = /usr/bin/wmk
+WMKOPT = -I $(INCLUDES) -D IMGROOT=$(WORKDIR)/images -D DOCROOT="."
+
+WMLFILES = $(wildcard *.wml)
+HTMLFILES = $(patsubst %.wml,%.html,$(WMLFILES))
+
+existing-SUBS := $(shell for dir in $(wildcard $(SUBS)) ''; do test -d $$dir && echo $$dir; done)
+existing-SUBS-build := $(addsuffix -build,$(existing-SUBS))
+existing-SUBS-clean := $(addsuffix -clean,$(existing-SUBS))
+existing-SUBS-cleandest := $(addsuffix -cleandest,$(existing-SUBS))
+
+
+all:	make
+
+$(existing-SUBS-build):
+	$(MAKE) -C $(subst -build,,$@)
+
+make:
+	$(existing-SUBS-build)
+	$(WMK) $(WMKOPT)
+	rm -fv screenshots/*_sm.png
+	set -e; for FILE in screenshots/*.png; \
+	do \
+		convert "$$FILE" -resize 150x "screenshots/`basename $$FILE .png`_sm.png" ; \
+	done
+
+$(existing-SUBS-clean):
+	$(MAKE) -C $(subst -clean,,$@) clean
+
+clean: $(existing-SUBS-clean)
+	rm -f $(HTMLFILES)
+	rm -fv screenshots/*_sm.png

Added: docs/webwml/favicon.ico
===================================================================
(Binary files differ)


Property changes on: docs/webwml/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/images/debian-live.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/images/debian-live.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/images/debian.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/images/debian.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/images/style.css
===================================================================
--- docs/webwml/images/style.css	                        (rev 0)
+++ docs/webwml/images/style.css	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,302 @@
+/* Stylesheet for mentors.debian.net */
+/* (c) 2005,2006 the mentors.debian.net team */
+
+body
+{
+    font-family: sans-serif;
+    font-size: 10pt;
+    background-color: #ffffff;
+    margin: 0;
+    padding: 0;
+}
+
+img
+{
+    border: 0;
+}
+
+.screenshot-right
+{
+    padding: 15px;
+    float: right;
+}
+
+.screenshot
+{
+    padding: 5px;
+}
+
+h1,h2
+{
+    font-family: "Bitstream Vera Serif", Georgia, Palatino, serif;
+    font-weight: normal;
+    color: #d70751;
+	margin: 0.5em 0 0.2em 0;
+	padding: 0 0 0 0;
+}
+
+h1
+{
+	font-size: 170%;
+	color: #000000;
+}
+
+h2
+{
+	font-size: 140%;
+    color: #808080;
+}
+
+
+#floatmenu
+{
+	float: left;
+	margin: 0.5ex;
+	padding: 0.5ex;
+	width: 20ex;
+}
+
+/* Menu item */
+.menuitem
+{
+    padding: 0.1em 0.2em 0.1em 0.2em;
+    background-color: #f0f0f0;
+    border: 1px solid #d0d0d0;
+    border-left: 3px solid #d70751;
+    margin: 0.5em 0 0 0;
+    text-transform: uppercase;
+}
+
+.menuitem-active
+{
+    padding: 0.1em 0.2em 0.1em 0.2em;
+    background-color: #f0f0f0;
+    border: 1px solid #d0d0d0;
+    border-left: 3px solid #d70751;
+    margin: 0.5em 0 0 0;
+    text-transform: uppercase;
+    font-weight: bolder;
+}
+
+.menusubitem
+{
+	margin: 0 0 0 1em;
+	font-size: 9pt;
+	line-height: 2em;
+}
+
+.menusubitem-active
+{
+	margin: 0 0 0 1em;
+	font-size: 9pt;
+	line-height: 2em;
+    font-weight: bolder;
+}
+
+/*
+.menuitem a
+{
+	text-decoration: none;
+}
+*/
+
+/* The currently running CGI is highlighted */
+.currentcgi
+{
+	border: 1px solid red;
+}
+
+#maincontent
+{
+	margin: 0.5ex 0.5ex 0.5ex 22ex;
+	padding: 0 0 0 1ex;
+	_border-left: 1px dotted red;
+}
+
+#header
+{
+	background-color: #f0f0f0;
+	color: #707070;
+	padding: 0.5ex;
+	min-height: 75px;	/* the top area is at least as large as the debian logo */
+		/* does not work with the IE but you won't see me write hacks to
+         * support buggy browsers */
+    border-bottom: 1px solid #b0b0b0;
+}
+
+#debianlogo
+{
+	float: left;
+	position: absolute;
+	top: 5px;
+	left: 5px;
+}
+#headertitle
+{
+    font-family: "Bitstream Vera Serif", Georgia, Palatino, serif;
+	font-size: 300%;
+	margin: 0;
+	margin-left: 70px;	/* indentation from the debian logo on the lft */
+	padding: 0;
+	font-weight: 100;
+}
+#headertitle a
+{
+	text-decoration: none;
+	font-weight: 100;
+}
+
+#headersubtitle
+{
+	padding: 0;
+	margin: 0;
+	margin-left: 70px;	/* indentation from the debian logo on the lft */
+	font-size: 110%;
+	font-weight: 500;
+}
+
+#footer
+{
+	background-color: #f0f0f0;
+	color: #707070;
+	padding: 0.2em 1em 0.2em 1em;
+	margin: 2em 0 0 0;
+	text-align: center;
+	clear: both;
+    border-top: 1px solid #b0b0b0;
+}
+
+#navigation
+{
+	padding: 0.2em 1em 0.2em 1em;
+	background: #e0e0e0;
+}
+
+#navigation > .right
+{
+	position: absolute;
+	right: 1em;
+}
+
+p,form
+{
+	color: #606060;
+	margin: 0.3ex 0em 1ex 0;
+	padding: 0 0 0 0;
+}
+
+pre
+{
+	color: #606060;
+    background-color: #f0f0f0;
+}
+
+a
+{
+	color: #606060;
+	text-decoration: underline;
+}
+
+a:hover
+{
+	_border-bottom: 1px solid #000000;
+	background-color: #f0f0f0;
+}
+
+ul
+{
+    color: #606060;
+}
+
+/*
+ul
+{
+	_background: #e0ffe0;
+	_margin: 0 0 0 0 0em;
+	padding: 0 0 0 1em;
+}
+
+li
+{
+	_background: #ffe0e0;
+	_list-style: none;
+	padding: 0;
+	margin: 0;
+}
+*/
+
+table
+{
+    border-collapse: collapse;
+    margin: 0.5em 0 0.5em 0;
+}
+
+/*
+tr
+{
+}
+*/
+
+td
+{
+    vertical-align: top;
+	color: #606060;
+    padding: 0.1em 1em 0.1em 0.1em;
+    margin: 0;
+}
+
+/* Table rows with light lines seperating the rows */
+td.lines
+{
+    border-top: 1px solid #e8e8e8;
+    border-bottom: 1px solid #e8e8e8;
+}
+
+th
+{
+	color: #606060;
+    font-weight: bolder;
+    text-align: left;
+    vertical-align: top;
+    padding-right: 1em;
+}
+
+/*
+fieldset 
+{ 
+	_border: 1px solid #808080; 
+}
+
+legend 
+{
+	padding: 0.2em 0.5em;
+	border: 1px solid #808080;
+	color: #808080;
+	_font-size: 90%;
+	_text-align: right;
+}
+*/
+
+.warning
+{
+    color: red;
+    font-weight: bolder;
+}
+
+.ok
+{
+    color: green;
+    font-weight: bolder;
+}
+
+.donate
+{
+	color: #606060;
+    font-size: 10pt;
+	font-size: 9pt;
+	text-align: center;
+    margin: 2em 1em 2em 1em;
+    border: 1px solid #d0d0d0;
+    padding: 0.2em 1em 0.2em 1em;
+}
+

Added: docs/webwml/includes/body.wmi
===================================================================
--- docs/webwml/includes/body.wmi	                        (rev 0)
+++ docs/webwml/includes/body.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,7 @@
+# includes/body.wmi
+
+<div id="maincontent">
+
+<<MAIN__BODY>>
+
+</div>

Added: docs/webwml/includes/common.wmi
===================================================================
--- docs/webwml/includes/common.wmi	                        (rev 0)
+++ docs/webwml/includes/common.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,9 @@
+# includes/common.wmi
+
+<define-tag webmaster whitespace=delete>
+	Debian Live Project <debian-live-devel at lists.alioth.debian.org>
+</define-tag>
+
+<define-tag webmasterhtml whitespace=delete>
+	Debian Live Project <a href="mailto:debian-live-devel at lists.alioth.debian.org">&lt;debian-live-devel at lists.alioth.debian.org&gt;</a>
+</define-tag>

Added: docs/webwml/includes/footer.wmi
===================================================================
--- docs/webwml/includes/footer.wmi	                        (rev 0)
+++ docs/webwml/includes/footer.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,16 @@
+# includes/footer.wmi
+
+<div id="footer">
+	<webmasterhtml> &mdash; <link legal>Legal information</link><br //>
+
+	Last modified:
+	<:
+		@stat = stat($WML_SRC_FILENAME);
+		print scalar localtime($stat[9]);
+	:>
+	-
+	Last compiled:
+	<:
+		print scalar localtime();
+	:>
+</div>

Added: docs/webwml/includes/header.wmi
===================================================================
--- docs/webwml/includes/header.wmi	                        (rev 0)
+++ docs/webwml/includes/header.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,7 @@
+# includes/header.wmi
+
+<div id="header">
+	<div id="debianlogo"><a href="/"><img src="images/debian.png" alt="Debian logo" /></a></div>
+	<div id="headertitle"><a href="/">Debian Live</a></div>
+	<div id="headersubtitle">Live Debian systems!</div>
+</div>

Added: docs/webwml/includes/link.wmi
===================================================================
--- docs/webwml/includes/link.wmi	                        (rev 0)
+++ docs/webwml/includes/link.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,48 @@
+# includes/link.wmi
+
+<define-tag mailto endtag=required whitespace=delete>
+  <a href="mailto:<EMAIL "%0">" title="<EMAIL "%0">">%body</a>
+</define-tag>
+
+<define-tag link endtag=required whitespace=delete>
+  <a href="<URL "%0">">%body</a>
+</define-tag>
+
+<define-tag EMAIL whitespace=delete>
+  <ifeq "%0" "daniel" "daniel at debian.org">
+</define-tag>
+
+<define-tag URL whitespace=delete>
+  <if   "%0" ""			"$(DOCROOT)">
+  <ifeq "%0" "home"		"$(DOCROOT)/">
+  <ifeq "%0" "alioth"		"http://alioth.debian.org/projects/debian-live/">
+  <ifeq "%0" "faq"		"http://wiki.debian.org/DebianLive/FAQ">
+  <ifeq "%0" "download"		"http://live.debian.net/">
+  <ifeq "%0" "irc"		"irc://irc.oftc.net/#debian-live">
+  <ifeq "%0" "legal"		"$(DOCROOT)/legal.html">
+  <ifeq "%0" "links"		"$(DOCROOT)/links.html">
+  <ifeq "%0" "mailinglist"	"http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel/">
+  <ifeq "%0" "press"		"$(DOCROOT)/press.html">
+  <ifeq "%0" "screenshots"	"$(DOCROOT)/screenshots.html">
+  <ifeq "%0" "svn"		"http://svn.debian.org/wsvn/debian-live/">
+  <ifeq "%0" "todo"		"http://svn.debian.org/wsvn/debian-live/dists/trunk/live-helper/docs/TODO?op=file&rev=0&sc=0">
+  <ifeq "%0" "wiki"		"http://wiki.debian.org/DebianLive/">
+</define-tag>
+
+<define-tag newslink whitespace=delete>
+  <a href="%0">[...]</a>
+</define-tag>
+
+<define-tag screenshot-right whitespace=delete>
+  <a href="$(DOCROOT)/screenshots/%0.png" title="Click for larger version">
+    <img class="screenshot-right" src="$(DOCROOT)/screenshots/%0_sm.png" border="0" />
+  </a>
+</define-tag>
+
+<define-tag screenshot whitespace=delete>
+<p>
+  <a href="$(DOCROOT)/screenshots/%0.png" title="Click for larger version">
+    <img class="screenshot" src="$(DOCROOT)/screenshots/%0_sm.png" border="0" />
+  </a>
+</p>
+</define-tag>

Added: docs/webwml/includes/main.wmi
===================================================================
--- docs/webwml/includes/main.wmi	                        (rev 0)
+++ docs/webwml/includes/main.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,40 @@
+# includes/main.wmi
+
+#include "link.wmi"
+#include "common.wmi"
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+	<head>
+		<title><<MAIN__TITLE>></title>
+		<protect><link rel="icon" href="favicon.ico" type="image/ico"></protect>
+		<protect><link rel="stylesheet" type="text/css" href="images/style.css" /></protect>
+		<meta name="Author" content="<webmaster>">
+		<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
+		<meta name="keywords" content="<<MAIN__KEYWORDS>>">
+		<meta name="description" content="<<MAIN__DESCRIPTION>>">
+	</head>
+
+<body>
+
+#include "header.wmi"
+#include "menu.wmi"
+#include "body.wmi"
+#include "footer.wmi"
+
+</body>
+</html>
+
+<define-tag title>
+..MAIN__TITLE>>%0<<..
+</define-tag>
+
+<define-tag keywords>
+..MAIN__KEYWORDS>>%0<<..
+</define-tag>
+
+<define-tag description>
+..MAIN__DESCRIPTION>>%0<<..
+</define-tag>
+
+..MAIN__BODY>>

Added: docs/webwml/includes/menu.wmi
===================================================================
--- docs/webwml/includes/menu.wmi	                        (rev 0)
+++ docs/webwml/includes/menu.wmi	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,21 @@
+# includes/menu.wmi
+
+<div id="floatmenu">
+	<div class="menuitem">Welcome</div>
+		<div class="menusubitem"><link home>Home</link></div>
+		<div class="menusubitem"><a href="<URL home>#news">News</a></div>
+	<div class="menuitem">Debian Live</div>
+		<div class="menusubitem-active"><link download>Download</link></div>
+		<div class="menusubitem"><link screenshots>Screenshots</link></div>
+		<div class="menusubitem"><link faq>FAQ</link></div>
+		<div class="menusubitem"><link links>Links</link></div>
+		<div class="menusubitem"><link press>Press</link></div>
+	<div class="menuitem">For developers</div>
+		<div class="menusubitem"><link alioth>Alioth Page</link></div>
+		<div class="menusubitem"><link svn>SVN Repository</link></div>
+		<div class="menusubitem"><link todo>TODO</link></div>
+	<div class="menuitem">Support</div>
+		<div class="menusubitem"><link mailinglist>Mailing list</link></div>
+		<div class="menusubitem"><link wiki>Wiki</link></div>
+		<div class="menusubitem"><link irc>IRC</link></div>
+</div>

Added: docs/webwml/index.wml
===================================================================
--- docs/webwml/index.wml	                        (rev 0)
+++ docs/webwml/index.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,136 @@
+#!wml
+#include "main.wmi"
+
+<title "Debian Live Project">
+<description "The Debian Live Project">
+<keywords "Debian, Live, Project">
+
+<h1>About</h1>
+
+<screenshot-right syslinux />
+
+<p>
+	A Debian Live system is a <a href="http://www.debian.org/">Debian</a>
+	operating system that does not require a classical installer to use it.
+	It comes on various media, including CD-ROM, USB sticks, or via netboot.
+	<a href="http://wiki.debian.org/DebianLive/Why">Why Debian Live?</a>
+</p>
+
+<p>
+	Although the Debian Live project is about creating your own customized
+	Live system, we offer some prebuilt images. Currently, builds for three
+	desktop environments (<a href="http://www.gnome.org/">GNOME</a>, <a
+	href="http://www.kde.org/">KDE</a> and <a href="http://www.xfce.org/"
+	>Xfce</a>) as well as the standard system are available.
+</p>
+
+<br //>
+
+<p>
+	The guidelines for development are:
+</p>
+
+<ol>
+	<li><a href="http://wiki.debian.org/DebianLive/Guidelines#packages">Only unchanged, official packages</a></li>
+	<li><a href="http://wiki.debian.org/DebianLive/Guidelines#configuration">No configuration of the live system</a></li>
+	<li><a href="http://wiki.debian.org/DebianLive/Guidelines#installer">No specialised live system to HDD installer (yet)</a></li>
+</ol>
+
+<h1><a name="status">Status</a></h1>
+
+<ul>
+	<li>Images for <tt>etch</tt> and <tt>lenny</tt> are working. Images for <tt>sid</tt> can not be built until new <a href="http://packages.qa.debian.org/linux-modules-extra-2.6" title="http://packages.qa.debian.org/linux-modules-extra-2.6">linux-modules-extra-2.6</a> is uploaded. [2007-05-06]</li>
+</ul>
+
+<h1>News</h1>
+
+<h2>2007-05-24: casper is dead, long lives live-initramfs</h2>
+<p>
+	Forked casper.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-May/001392.html />
+</p>
+
+<h2>2007-04-30: live-initramfs in unstable</h2>
+<p>
+	Uploaded first live-initramfs to Debian unstable.
+	<newslink http://packages.debian.org/changelogs/pool/main/l/live-initramfs/current/changelog#versionversion1.87.1-1 />
+</p>
+
+<h2>2007-04-26: New website design</h2>
+<p>
+	Pimp your webpage.
+	<newslink http://www.chris-lamb.co.uk/blog/2007/04/26/pimp-your-webpage/ />
+</p>
+
+<h2>2007-04-19: Google Summer of Code 2007</h2>
+<p>
+	"GUI for live-helper" project granted.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-April/001221.html />
+</p>
+
+<h2>2007-03-14: live-package is dead, long lives live-helper</h2>
+<p>
+	Rewritten and modularized live-package.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-March/000998.html />
+
+<h2>2007-03-12: live-helper in unstable</h2>
+<p>
+	Uploaded first live-helper to Debian unstable.
+	<newslink http://packages.debian.org/changelogs/pool/main/l/live-helper/current/changelog#versionversion1.0_a1-1 />
+</p>
+
+<h2>2007-02-17: Debian Live Encryption</h2>
+<p>
+	Added support for encrypted live filesystem.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-February/000836.html />
+</p>
+
+<h2>2007-02-10: Debian Live USB</h2>
+<p>
+	Added support for USB image generation.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-February/000790.html />
+</p>
+
+<h2>2007-02-05: Debian Live Autobuild</h2>
+<p>
+	Setup image autobuild server.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-February/000764.html />
+</p>
+
+<h2>2006-07-17: live-package in unstable</h2>
+<p>
+	Uploaded first live-package to Debian unstable.
+	<newslink http://packages.debian.org/changelogs/pool/main/l/live-package/current/changelog#versionversion0.99-1 />
+</p>
+
+<h2>2006-06-02: Debian Live NET</h2>
+<p>
+	Added support for netboot image generation.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2006-May/000185.html />
+</p>
+
+<h2>2006-03-16: Debian Live ISO</h2>
+<p>
+	Added support for ISO image generation.
+	<newslink http://lists.alioth.debian.org/pipermail/debian-live-devel/2006-March/000048.html />
+</p>
+
+<h2>2006-02-28: Debian Live Resources</h2>
+<p>
+	Setup project resources.
+	<newslink http://blog.daniel-baumann.ch/2006/02/28#20060228_debian-live-resources />
+</p>
+
+<h2>2006-02-14: Debian Initiative</h2>
+<p>
+	Project announcement.
+	<newslink http://blog.daniel-baumann.ch/2006/02/14#20060214_debian-live-initiative />
+</p>
+
+
+<br //>
+
+#<p><small>
+#  <center>This page is also available in the following languages: <br //>
+#  <a href="index.de.html">Deutsch</a></center>
+#</small></p>

Added: docs/webwml/index2.wml
===================================================================
--- docs/webwml/index2.wml	                        (rev 0)
+++ docs/webwml/index2.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,11 @@
+<h1>live.debian.net</h1>
+
+<pre>
+18:13:00 < Myon> panthera: lol, meine billig-vhosts sehen meist sehr ähnlich aus ;)
+18:13:18 < panthera> *rotwerd*
+18:13:25 < Myon> http://meitner.df7cb.de/
+18:14:00 < panthera> haha.. auch kein &lt;html&gt; &lt;/html&gt; drum rumm.. genauso faul wie ich
+18:14:10  * Myon ruft "prior art!!1"
+</pre>
+
+...or for my non-German speaking friends: There will be some fancy html soon :)

Added: docs/webwml/legal.wml
===================================================================
--- docs/webwml/legal.wml	                        (rev 0)
+++ docs/webwml/legal.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,50 @@
+#!wml
+#include "main.wmi"
+
+<title "Debian Live - Legal Information">
+
+<h1>Legal Information</h1>
+
+<p>
+	<link home>Debian Live</link> is not <i>yet</i> an official sub-project
+	of the <a href="http://www.debian.org/"
+	title="Debian - The Universal Operating System">Debian</a> project.
+</p>
+
+<p>
+	<a href="http://www.kernel.org/" title="The Linux Kernel Archives"
+	>Linux</a> is a registered trademark of <a
+	href="mailto:linus at linux-foundation.org" title="Linus Torvalds"
+	>Linus Torvalds.</a><br //>
+	<a href="http://www.debian.org/"
+	title="Debian - The Universal Operating System">Debian</a> and the <a
+	href="http://www.debian.org/logos/" title="Debian logos"
+	>Debian logos</a> are registered trademarks of <a
+	href="http://www.spi-inc.org/"
+	title="Software in the Public Interest, Inc."> Software in the Public
+	Interest, Inc.</a><br //>
+	All other trademarks are property of their respective owners.
+</p>
+
+<p>
+	Original site layout by <a href="http://people.debian.org/~haas/"
+	>Christoph Haas &lt;haas at debian.org&gt;</a>.
+</p>
+
+<p>
+	If not otherwise stated, all content of this site:<br //>
+
+<pre>
+Copyright &copy; 2006-2007 Daniel Baumann <a href="mailto:daniel at debian.org" title="daniel at debian.org">&lt;daniel at debian.org&gt;</a>
+Copyright &copy; 2006-2007 Marco Amadori <a href="mailto:marco.amadori at gmail.com" title="marco.amadori at gmail.com">&lt;marco.amadori at gmail.com&gt;</a>
+
+This information is free; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This work is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a> for more details.
+</pre>

Added: docs/webwml/links.wml
===================================================================
--- docs/webwml/links.wml	                        (rev 0)
+++ docs/webwml/links.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,44 @@
+#!wml
+#include "main.wmi"
+
+<title "Debian Live Project">
+<description "The Debian Live Project">
+<keywords "Debian, Live, Project">
+
+<h1>Links</h1>
+
+<ul>
+<li><b>Backports</b><br //>
+      deb <a href="http://live.debian.net/debian/" title="http://live.debian.net/debian/">http://live.debian.net/debian/</a> etch main<br //><br //></li>
+
+  <li><b>Bounties</b><br //>
+      <a href="http://www.safedesk.com/bounty/" title="http://www.safedesk.com/bounty/">http://www.safedesk.com/bounty/</a><br //><br //></li>
+
+  <li><b>Download</b<br //>
+      <a href="http://live.debian.net/" title="http://live.debian.net/">http://live.debian.net/</a><br //><br //></li>
+      #Main site: <a href="http://live.debian.net/debian-cd/" title="http://live.debian.net/debian-cd/">http://live.debian.net/debian-cd/</a><br //>
+      #Mirror 1 (IPv4): <a href="http://mirror.tatjana.brachium-system.net/debian-live/" title="http://mirror.tatjana.brachium-system.net/debian-live/">http://mirror.tatjana.brachium-system.net/debian-live/</a><br //>
+      #Mirror 1 (IPv6): <a href="http://mirror.tatjana.ipv6.brachium-system.net/debian-live/" title="http://mirror.tatjana.ipv6.brachium-system.net/debian-live/">http://mirror.tatjana.ipv6.brachium-system.net/debian-live/</a><br //><br //></li>
+
+  <li><b>Mailing lists</b><br //>
+      <a href="http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel" title="debian-live-devel at lists.alioth.debian.org">debian-live-devel at lists.alioth.debian.org</a><br //>
+      <a href="http://lists.alioth.debian.org/mailman/listinfo/debian-live-changes" title="debian-live-changes at lists.alioth.debian.org">debian-live-changes at lists.alioth.debian.org</a><br //><br //></li>
+
+  <li><b>IRC</b><br //>
+      <a href="irc://irc.oftc.net/#debian-live" title="irc://irc.oftc.net/#debian-live">irc://irc.oftc.net/#debian-live</a><br //><br //></li>
+
+  <li><b>Subversion</b><br //>
+      <code>svn co svn://svn.debian.org/debian-live/dists/trunk/live-helper/</code><br //>
+      <code>svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/</code><br //>
+      <code>svn co svn://svn.debian.org/debian-live/dists/trunk/live-webbuilder/</code><br //>
+      <br //></li>
+
+  <li><b>Bazaar-ng (casper)</b><br //>
+      <code>bzr branch http://bzr.debian.org/bzr/debian-live/casper casper-debian</code><br //><br //></li>
+
+  <li><b>Wallpapers</b><br //>
+      <a href="wallpaper/" title="wallpaper/">wallpaper</a><br //><br //></li>
+
+  <li><b>Wiki</b><br //>
+      <a href="http://wiki.debian.org/DebianLive/" title="http://wiki.debian.org/DebianLive/">http://wiki.debian.org/DebianLive/</a></li>
+</ul>

Added: docs/webwml/press.wml
===================================================================
--- docs/webwml/press.wml	                        (rev 0)
+++ docs/webwml/press.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,76 @@
+#!wml
+#include "main.wmi"
+
+<title "Debian Live - ...in the Press">
+
+<h1>...in the Press</h1>
+
+Debian Live was mentioned on various Internet sites. Here is an incomplete
+list in order of its appearance.
+
+<ul>
+
+<li>
+  <a href="http://www.debian.org/News/weekly/2006/08/"
+  title="Debian Weekly News, Issue 2006/08"
+  >Debian Weekly News, Issue 2006/08</a>
+</li>
+
+<li>
+  <a href="http://www.debian.org/News/weekly/2006/17/"
+  title="Debian Weeky News, Issue 2006/17"
+  >Debian Weekly News, Issue 2006/17</a>
+</li>
+
+<li>
+  <a href="http://www.debian.org/News/weekly/2006/27/"
+  title="Debian Weekly News, Issue 2006/27"
+  >Debian Weekly News, Issue 2006/27</a>
+</li>
+
+<li>
+  <a href="http://www.debian.org/News/weekly/2007/03/"
+  title="Debian Weekly News, Issue 2007/03"
+  >Debian Weekly News, Issue 2007/03</a>
+</li>
+
+<li>
+  <a href="http://www.debianplanet.org/node.php?id=1322"
+  title="Debian Planet">Debian Planet</a>
+</li>
+
+<li>
+  <a href="http://lwn.net/Articles/177564/"
+  title="Linux Weekly News">Linux Weekly News</a>
+</li>
+
+<li>
+  <a href="http://damnsmalllinux.org/cgi-bin/forums/ikonboard.cgi?;act=ST;f=21;t=11709"
+  title="http://damnsmalllinux.org/cgi-bin/forums/ikonboard.cgi?;act=ST;f=21;t=11709"
+  >Damn Small Linux Board</a>
+</li>
+
+<li>
+  <a href="http://www.digg.com/linux_unix/Official_Debian_Live_CD_"
+  title="http://www.digg.com/linux_unix/Official_Debian_Live_CD_"
+  >digg</a>
+</li>
+
+<li>
+  <a href="http://news.softpedia.com/news/Debian-Live-Distro-Coming-18918.shtml"
+  title="http://news.softpedia.com/news/Debian-Live-Distro-Coming-18918.shtml"
+  >Softpedia</a>
+</li>
+
+<li>
+  <a href="http://news.softpedia.com/news/Live-Debian-30747.shtml"
+  title="http://news.softpedia.com/news/Live-Debian-30747.shtml"
+  >Softpedia</a>
+
+#<li>
+#  <a href=http://distrowatch.com/weekly.php?issue=current#1"
+#  title="http://distrowatch.com/weekly.php?issue=current#1"
+#  >Distrowatch</a>
+#</li>
+
+</ul>

Added: docs/webwml/screenshots/gnome.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/gnome.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots/grub.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/grub.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots/kde.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/kde.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots/squashfs.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/squashfs.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots/standard.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/standard.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots/syslinux.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/syslinux.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots/xfce.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/screenshots/xfce.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/screenshots.wml
===================================================================
--- docs/webwml/screenshots.wml	                        (rev 0)
+++ docs/webwml/screenshots.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,58 @@
+#!wml
+#include "main.wmi"
+
+<title "Debian Live - Screenshots">
+
+<h2>Booting with syslinux</h2>
+
+<screenshot syslinux/>
+<p>
+	Debian Live images boot with Syslinux by default on amd64 and i386.
+<p>
+
+<h2>Booting with Grub</h2>
+<screenshot grub />
+<p>
+	Alternatively, <a href="http://www.gnu.org/software/grub/">Grub</a> can be used
+	on some i386 and amd64 image types.
+</p>
+
+<h2>Mounting root filesystem (squashfs image)</h2>
+<screenshot squashfs />
+<p>
+	Debian Live CD and USB images use squashfs by default, a compressed
+	filesystem for Linux. Mounting the squashfs image can take a little
+	while, from a few seconds on a normal machine up to two minutes on
+	really old and slow machines!
+</p>
+
+<h2>Standard</h2>
+<screenshot standard />
+<p>
+	If neither the GDM nor KDM graphical login managers are installed on the
+	Live system, the system automatically logs into a terminal.
+</p>
+
+<h2>GNOME</h2>
+<screenshot gnome />
+<p>
+	This is the default look and feel when booting into the
+	<a href="http://www.gnome.org/">GNOME Desktop Environment</a> on Debian
+	GNU/Linux 4.0 "Etch".
+</p>
+
+<h2>KDE</h2>
+<screenshot kde />
+<p>
+	This is the default look and feel when booting into the
+	<a href="http://www.kde.org/">KDE Desktop Environment</a> on Debian
+	GNU/Linux 4.0 "Etch".
+</p>
+
+<h2>Xfce</h2>
+<screenshot xfce />
+<p>
+	This is the default look and feel when booting into the
+	<a href="http://www.xfce.org/">Xfce Desktop Environment</a> on Debian
+	GNU/Linux 4.0 "Etch".
+</p>

Added: docs/webwml/wallpaper/classic/MD5SUMS
===================================================================
--- docs/webwml/wallpaper/classic/MD5SUMS	                        (rev 0)
+++ docs/webwml/wallpaper/classic/MD5SUMS	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,30 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+06ab4149a0a173d74884038027660115  debian-live-1024x768.png
+0434297a04b32091c2e678ef4d94e236  debian-live-1152x768.png
+3763f1bb8df18992393be0581e261b49  debian-live-1152x864.png
+3054f06ab4b361925fe16fb7dc775f81  debian-live-1200x800.png
+f151d33d641a6e383710741215b98002  debian-live-1280x1024.png
+63227729c6bf65e670ec3257b5480479  debian-live-1280x768.png
+ee7b03e7368426a0fe4bcdc51399ad91  debian-live-1280x800.png
+a9f48926fbf11b0902089136d2179e60  debian-live-1280x854.png
+dacb1aaa83a2e214bfb2326135472902  debian-live-1280x960.png
+80b85ba4097909dc10c5cb98fe8d5fc8  debian-live-1400x1050.png
+1d2a38bb412a5c905e3c119dccaed54b  debian-live-1440x900.png
+af82b380bbccbe3900058796fad6ceb1  debian-live-1600x1200.png
+b7567d6fe3887140e9bb7031cdfa9645  debian-live-1680x1050.png
+e14a120e0dae4c5399b08f9d361b75d8  debian-live-1792x1344.png
+2fea7c12a681c8eb5641e6fb20bca954  debian-live-1856x1392.png
+078647c5a95dd3ac27da1692e850540e  debian-live-1920x1200.png
+0757489c5bd32f21a712618e4eb25698  debian-live-1920x1440.png
+6595374ea433044ba12bacd9afaf529e  debian-live-640x320.png
+f0580a52fc1679af3553dbcc3a20d83e  debian-live-640x480.png
+4ad7fe5a2b8f6e62761b368dd60a51f5  debian-live-800x600.png
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQFFxzqg+C5cwEsrK54RAgREAJ9uVEuTYuf3I7dM012cuUWXCM87awCgySqE
+R0plvizXhmEE2o60N7nO/hc=
+=bFA5
+-----END PGP SIGNATURE-----

Added: docs/webwml/wallpaper/classic/debian-live-1024x768.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1024x768.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1152x768.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1152x768.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1152x864.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1152x864.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1200x800.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1200x800.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1280x1024.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1280x1024.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1280x768.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1280x768.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1280x800.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1280x800.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1280x854.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1280x854.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1280x960.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1280x960.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1400x1050.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1400x1050.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1440x900.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1440x900.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1600x1200.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1600x1200.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1680x1050.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1680x1050.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1792x1344.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1792x1344.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1856x1392.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1856x1392.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1920x1200.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1920x1200.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-1920x1440.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-1920x1440.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-640x320.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-640x320.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-640x480.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-640x480.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/debian-live-800x600.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/debian-live-800x600.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/source/COPYING
===================================================================
--- docs/webwml/wallpaper/classic/source/COPYING	                        (rev 0)
+++ docs/webwml/wallpaper/classic/source/COPYING	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,26 @@
+The syslinux splash for Debian Live was done by Daniel Baumann
+<daniel at debian.org> based on the original work of Mark Riedesel.
+
+The contribution of Daniel is hereby placed in the public domain (no rights
+reserved).
+
+---------------
+http://dugnet.com/klown/pics/klowner_debboot.png
+by Mark Riedesel, license same as open use logo
+
+To create klowner.rle:
+
+  1. convert klowner.png klowner.bmp
+  2. bmptoppm < klowner.bmp | ppmtolss16 #FBFDFA=7 > klowner.rle
+
+     (FBFDFA is the color used for the inside of the "n" in Debian.)
+---------------
+
+Debian Open Use Logo License
+
+Copyright (c) 1999 Software in the Public Interest
+This logo or a modified version may be used by anyone to refer to the Debian
+project, but does not indicate endorsement by the project.
+
+Note: we would appreciate that you make the image a link to
+http://www.debian.org/ if you use it on a web page.

Added: docs/webwml/wallpaper/classic/source/klowner.rle
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/source/klowner.rle
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/source/klowner_debboot.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/source/klowner_debboot.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/source/live.rle
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/source/live.rle
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper/classic/source/live_debboot.png
===================================================================
(Binary files differ)


Property changes on: docs/webwml/wallpaper/classic/source/live_debboot.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/webwml/wallpaper.wml
===================================================================
--- docs/webwml/wallpaper.wml	                        (rev 0)
+++ docs/webwml/wallpaper.wml	2007-05-26 09:25:10 UTC (rev 1766)
@@ -0,0 +1,32 @@
+#!wml
+#include "main.wmi"
+
+<title "Debian Live - Wallpaper">
+
+<h1>Wallpaper</h1>
+
+<h2>Classic</h2>
+<p>
+	<a href="wallpaper/classic/MD5SUMS" title="MD5SUMS">MD5SUMS</a><br //>
+	<a href="wallpaper/classic/debian-live-640x320.png" title="debian-live-640x320.png">640x320</a><br //>
+	<a href="wallpaper/classic/debian-live-640x480.png" title="debian-live-640x480.png">640x480</a><br //>
+	<a href="wallpaper/classic/debian-live-800x600.png" title="debian-live-800x600.png">800x600</a><br //>
+	<a href="wallpaper/classic/debian-live-1024x768.png" title="debian-live-1024x768.png">1024x768</a><br //>
+	<a href="wallpaper/classic/debian-live-1152x768.png" title="debian-live-1152x768.png">1152x768</a><br //>
+	<a href="wallpaper/classic/debian-live-1152x864.png" title="debian-live-1152x864.png">1152x864</a><br //>
+	<a href="wallpaper/classic/debian-live-1200x800.png" title="debian-live-1200x800.png">1200x800</a><br //>
+	<a href="wallpaper/classic/debian-live-1280x1024.png" title="debian-live-1280x1024.png">1280x1024</a><br //>
+	<a href="wallpaper/classic/debian-live-1280x768.png" title="debian-live-1280x768.png">1280x768</a><br //>
+	<a href="wallpaper/classic/debian-live-1280x800.png" title="debian-live-1280x800.png">1280x800</a><br //>
+	<a href="wallpaper/classic/debian-live-1280x854.png" title="debian-live-1280x854.png">1280x854</a><br //>
+	<a href="wallpaper/classic/debian-live-1280x960.png" title="debian-live-1280x960.png">1280x960</a><br //>
+	<a href="wallpaper/classic/debian-live-1400x1050.png" title="debian-live-1400x1050.png">1400x1050</a><br //>
+	<a href="wallpaper/classic/debian-live-1440x900.png" title="debian-live-1440x900.png">1440x900</a><br //>
+	<a href="wallpaper/classic/debian-live-1600x1200.png" title="debian-live-1600x1200.png">1600x1200</a><br //>
+	<a href="wallpaper/classic/debian-live-1680x1050.png" title="debian-live-1680x1050.png">1680x1050</a><br //>
+	<a href="wallpaper/classic/debian-live-1792x1344.png" title="debian-live-1792x1344.png">1792x1344</a><br //>
+	<a href="wallpaper/classic/debian-live-1856x1392.png" title="debian-live-1856x1392.png">1856x1392</a><br //>
+	<a href="wallpaper/classic/debian-live-1920x1200.png" title="debian-live-1920x1200.png">1920x1200</a><br //>
+	<a href="wallpaper/classic/debian-live-1920x1440.png" title="debian-live-1920x1440.png">1920x1440</a><br //>
+	Source <newslink wallpaper/classic/source />
+</p>




More information about the Debian-live-changes mailing list