[SCM] live-manual branch, debian, updated. debian/2.0_a7-1-4-g7aa6c24

Daniel Baumann daniel at debian.org
Sun Oct 3 09:56:25 UTC 2010


The following commit has been merged in the debian branch:
commit 7aa6c2428ba84c5fb8df08ef24713294e5282c93
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 3 11:43:52 2010 +0200

    Readding html build pages but without any branding to avoid infringing Debians completely stupid logo license.

diff --git a/Makefile b/Makefile
index fa1ec09..af27294 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ build:
 
 autobuild: clean build
 	rm -rf build
+	cp -a html/* build
 
 	for LANGUAGE in $(LANGUAGES); \
 	do \
@@ -48,6 +49,9 @@ autobuild: clean build
 		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.letter.pdf build/$${LANGUAGE}/pdf/live-manual.portrait-letter.pdf; \
 		mkdir -p build/$${LANGUAGE}/txt; \
 		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/plain.txt build/$${LANGUAGE}/txt/live-manual.txt; \
+		sed -e "s|@DATE_BUILD@|$(shell LC_ALL=C date -R)|" \
+		    -e "s|@DATE_CHANGE@|$(shell LC_ALL=C git log | grep -m1 Date | awk -FDate: '{ print $2 }' | sed -e 's|^ *||g')|" \
+		manual/$${LANGUAGE}/index.html.in > build/$${LANGUAGE}/index.html; \
 	done
 
 commit: tidy test
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..be3395b
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,20 @@
+<html>
+
+<head>
+	<title>Debian Live Project</title>
+</head>
+
+<body>
+	<h2>Debian Live Manual</h2>
+
+	<ul>
+		<li><a href="en"><b>English</b></a></li>
+		<li><a href="de">Deutsch (German)</a></li>
+	</ul>
+
+	<p>
+		<a href="http://live.debian.net/">Debian Live</a> &lt;<a href="mailto:debian-live at lists.debian.org">debian-live at lists.debian.org</a>&gt; - <a href="http://live.debian.net/legal.html">Legal Notice</a>
+	</p>
+</body>
+
+</html>
diff --git a/manual/Makefile b/manual/Makefile
index 2ee8ab3..ff0d6cf 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -15,6 +15,8 @@ po4a.cfg:
 		echo "[type: text] $${FILE} \$$lang:\$$lang/$$(basename $${FILE})" >> po4a.cfg; \
 	done
 
+	echo "[type: xhtml] en/index.html.in \$$lang:\$$lang/index.html.in" >> po4a.cfg
+
 update:
 	@./bin/update-version.sh
 
diff --git a/manual/de/index.html.in b/manual/de/index.html.in
new file mode 100644
index 0000000..8c24c39
--- /dev/null
+++ b/manual/de/index.html.in
@@ -0,0 +1,58 @@
+<html>
+
+<head>
+	<title>Debian Live Projekt</title>
+</head>
+
+<body>
+	<h2>Debian Live Handbuch</h2>
+
+	<p>
+		<i>Dieses Handbuch ist noch nicht fertig und befindet sich im Aufbau.</i>
+	</p>
+
+	<p>
+		Fehler, Vergessenes, Patches und Vorschläge können an unsere Mailing Liste
+unter <a
+href="mailto:debian-live at lists.debian.org">debian-live at lists.debian.org</a>
+(englischspraching) gemeldet werden. Informationen wie man <a
+href="html/meta.html#contributing">zum Handbuch beitragen</a> kann, können
+im Handbuch gefunden werden.
+	</p>
+
+	<h3>Verfügbare Formate</h3>
+
+	<ul>
+		<li><b><a href="html/">HTML</a></b></li>
+		<li><a href="html-single/live-manual.html">HTML (single page)</a></li>
+		<li><a href="pdf/live-manual.pdf">PDF</a></li>
+		<li><a href="txt/live-manual.txt">Plain text</a></li>
+	</ul>
+
+	<p>
+		Letzte Änderung: @DATE_CHANGE@<br />
+		Letzte Aktualisierung: @DATE_BUILD@
+	</p>
+
+	<h3>Quellen</h3>
+
+	<p>
+		Die Quellen dieses Handbuches sind in einem <a
+href="http://git.or.cz/">Git</a> Repository auf live.debian.net verfügbar.
+	</p>
+
+	<ul>
+		<li>Browse: <a
+href="http://live.debian.net/gitweb/?p=live-manual.git"><small><tt>http://live.debian.net/gitweb/?p=live-manual.git</tt></small></a></li>
+		<li>Git: <a
+href="git://live.debian.net/git/live-manual.git"><small><tt>git://live.debian.net/git/live-manual.git</tt></small></a></li>
+	</ul>
+
+	<p>
+		<a href="http://live.debian.net/">Debian Live</a> &lt;<a
+href="mailto:debian-live at lists.debian.org">debian-live at lists.debian.org</a>&gt;
+- <a href="http://live.debian.net/legal.html">Rechtliche Hinweise</a>
+	</p>
+</body>
+
+</html>
diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 4f4f5d7..eaca0b5 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: 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 3 of the License, or (at your option) any later version.<br><br>This program 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 GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-09-19
+ :published: 2010-10-03
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/de/other_live-environment.ssi b/manual/de/other_live-environment.ssi
index cae3855..8924b1c 100644
--- a/manual/de/other_live-environment.ssi
+++ b/manual/de/other_live-environment.ssi
@@ -110,7 +110,7 @@ configure console layout using X (XKB) definitions; you can then setup your
 keyboard layout more precisely with #{klayout}#, #{kvariant}#, #{koptions}#
 and #{kmodel}# variables; #{live-initramfs}# will use also these parameters
 for X configuration. For example, to set up a french system with a
-french-dvorak layout (called B????po) on a TypeMatrix keyboard, both in
+french-dvorak layout (called Bépo) on a TypeMatrix keyboard, both in
 console and X11, use:
 
 code{
diff --git a/manual/de/user_basics.ssi b/manual/de/user_basics.ssi
index f28e781..b962177 100644
--- a/manual/de/user_basics.ssi
+++ b/manual/de/user_basics.ssi
@@ -283,13 +283,13 @@ subnet 192.168.1.0 netmask 255.255.255.0 {   # 192.168.1.0/24
   allow bootp;
 
   # for net booting, server where the first file to be loaded (by TFTP
-  # protocol) ("filename" following definition) lies??: so the TFTP
+  # protocol) ("filename" following definition) lies : so the TFTP
   # server's name.
   next-server myserver;
 
-  # net boot configuration for guests with a PXE client??:
+  # net boot configuration for guests with a PXE client :
   if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
-    # Note??: all files for PXE are relatives to the TFTP server's root
+    # Note : all files for PXE are relatives to the TFTP server's root
 
     # PXE boot loader (first program to be loaded, by TFTP)
     filename "pxelinux.0";
diff --git a/manual/en/index.html.in b/manual/en/index.html.in
new file mode 100644
index 0000000..3e1cbd4
--- /dev/null
+++ b/manual/en/index.html.in
@@ -0,0 +1,48 @@
+<html>
+
+<head>
+	<title>Debian Live Project</title>
+</head>
+
+<body>
+	<h2>Debian Live Manual</h2>
+
+	<p>
+		<i>This manual is under heavy construction.</i>
+	</p>
+
+	<p>
+		Please report errors, omissions, patches and suggestions to our mailinglist at <a href="mailto:debian-live at lists.debian.org">debian-live at lists.debian.org</a> and read about <a href="html/meta.html#contributing">how to contribute</a> to the manual.
+	</p>
+
+	<h3>Available Formats</h3>
+
+	<ul>
+		<li><b><a href="html/">HTML</a></b></li>
+		<li><a href="html-single/live-manual.html">HTML (single page)</a></li>
+		<li><a href="pdf/live-manual.pdf">PDF</a></li>
+		<li><a href="txt/live-manual.txt">Plain text</a></li>
+	</ul>
+
+	<p>
+		Last changed: @DATE_CHANGE@<br />
+		Last built: @DATE_BUILD@
+	</p>
+
+	<h3>Source</h3>
+
+	<p>
+		The sources for this manual is available in a <a href="http://git.or.cz/">git</a> repository at live.debian.net.
+	</p>
+
+	<ul>
+		<li>Browse: <a href="http://live.debian.net/gitweb/?p=live-manual.git"><small><tt>http://live.debian.net/gitweb/?p=live-manual.git</tt></small></a></li>
+		<li>Git: <a href="git://live.debian.net/git/live-manual.git"><small><tt>git://live.debian.net/git/live-manual.git</tt></small></a></li>
+	</ul>
+
+	<p>
+		<a href="http://live.debian.net/">Debian Live</a> &lt;<a href="mailto:debian-live at lists.debian.org">debian-live at lists.debian.org</a>&gt; - <a href="http://live.debian.net/legal.html">Legal Notice</a>
+	</p>
+</body>
+
+</html>
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index 4f4f5d7..eaca0b5 100644
--- a/manual/en/live-manual.ssm
+++ b/manual/en/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: 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 3 of the License, or (at your option) any later version.<br><br>This program 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 GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-09-19
+ :published: 2010-10-03
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/po/de/about_manual.ssi.po b/manual/po/de/about_manual.ssi.po
index b35af59..3966ea0 100644
--- a/manual/po/de/about_manual.ssi.po
+++ b/manual/po/de/about_manual.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/about_project.ssi.po b/manual/po/de/about_project.ssi.po
index 50f6fa3..0d90f96 100644
--- a/manual/po/de/about_project.ssi.po
+++ b/manual/po/de/about_project.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/index.html.in.po b/manual/po/de/index.html.in.po
new file mode 100644
index 0000000..f2ec4e4
--- /dev/null
+++ b/manual/po/de/index.html.in.po
@@ -0,0 +1,127 @@
+# German translations for live-manual package
+# Copyright (C) 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# Automatically generated, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual 2.0~a3\n"
+"POT-Creation-Date: 2010-10-03 11:48+0300\n"
+"PO-Revision-Date: 2010-06-06 15:21+0300\n"
+"Last-Translator: Daniel Baumann <daniel at debian.org>\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: Content of: <html><head><title>
+#: en/index.html.in:4
+msgid "Debian Live Project"
+msgstr "Debian Live Projekt"
+
+#. type: Content of: <html><body><h2>
+#: en/index.html.in:8
+msgid "Debian Live Manual"
+msgstr "Debian Live Handbuch"
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:11
+msgid "<i>This manual is under heavy construction.</i>"
+msgstr ""
+"<i>Dieses Handbuch ist noch nicht fertig und befindet sich im Aufbau.</i>"
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:15
+msgid ""
+"Please report errors, omissions, patches and suggestions to our mailinglist "
+"at <a href=\"mailto:debian-live at lists.debian.org\">debian-live at lists.debian."
+"org</a> and read about <a href=\"html/meta.html#contributing\">how to "
+"contribute</a> to the manual."
+msgstr ""
+"Fehler, Vergessenes, Patches und Vorschläge können an unsere Mailing Liste "
+"unter <a href=\"mailto:debian-live at lists.debian.org\">debian-live at lists."
+"debian.org</a> (englischspraching) gemeldet werden. Informationen wie man <a "
+"href=\"html/meta.html#contributing\">zum Handbuch beitragen</a> kann, können "
+"im Handbuch gefunden werden."
+
+#. type: Content of: <html><body><h3>
+#: en/index.html.in:18
+msgid "Available Formats"
+msgstr "Verfügbare Formate"
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:21
+msgid "<b><a href=\"html/\">HTML</a></b>"
+msgstr "<b><a href=\"html/\">HTML</a></b>"
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:22
+msgid "<a href=\"html-single/live-manual.html\">HTML (single page)</a>"
+msgstr "<a href=\"html-single/live-manual.html\">HTML (single page)</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:23
+msgid "<a href=\"pdf/live-manual.pdf\">PDF</a>"
+msgstr "<a href=\"pdf/live-manual.pdf\">PDF</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:24
+msgid "<a href=\"txt/live-manual.txt\">Plain text</a>"
+msgstr "<a href=\"txt/live-manual.txt\">Plain text</a>"
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:28
+msgid "Last changed: @DATE_CHANGE@"
+msgstr "Letzte Änderung: @DATE_CHANGE@"
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:29
+msgid "Last built: @DATE_BUILD@"
+msgstr "Letzte Aktualisierung: @DATE_BUILD@"
+
+#. type: Content of: <html><body><h3>
+#: en/index.html.in:32
+msgid "Source"
+msgstr "Quellen"
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:35
+msgid ""
+"The sources for this manual is available in a <a href=\"http://git.or.cz/"
+"\">git</a> repository at live.debian.net."
+msgstr ""
+"Die Quellen dieses Handbuches sind in einem <a href=\"http://git.or.cz/"
+"\">Git</a> Repository auf live.debian.net verfügbar."
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:39
+msgid ""
+"Browse: <a href=\"http://live.debian.net/gitweb/?p=live-manual.git"
+"\"><small><tt>http://live.debian.net/gitweb/?p=live-manual.git</tt></small></"
+"a>"
+msgstr ""
+"Browse: <a href=\"http://live.debian.net/gitweb/?p=live-manual.git"
+"\"><small><tt>http://live.debian.net/gitweb/?p=live-manual.git</tt></small></"
+"a>"
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:40
+msgid ""
+"Git: <a href=\"git://live.debian.net/git/live-manual.git\"><small><tt>git://"
+"live.debian.net/git/live-manual.git</tt></small></a>"
+msgstr ""
+"Git: <a href=\"git://live.debian.net/git/live-manual.git\"><small><tt>git://"
+"live.debian.net/git/live-manual.git</tt></small></a>"
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:44
+msgid ""
+"<a href=\"http://live.debian.net/\">Debian Live</a> &lt;<a href=\"mailto:"
+"debian-live at lists.debian.org\">debian-live at lists.debian.org</a>&gt; - <a "
+"href=\"http://live.debian.net/legal.html\">Legal Notice</a>"
+msgstr ""
+"<a href=\"http://live.debian.net/\">Debian Live</a> &lt;<a href=\"mailto:"
+"debian-live at lists.debian.org\">debian-live at lists.debian.org</a>&gt; - <a "
+"href=\"http://live.debian.net/legal.html\">Rechtliche Hinweise</a>"
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index 5128cea..1c55766 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-19 01:23+0300\n"
+"POT-Creation-Date: 2010-10-03 11:42+0300\n"
 "PO-Revision-Date: 2010-09-17 23:43+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-09-19\n"
+" :published: 2010-10-03\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/other_coding-style.ssi.po b/manual/po/de/other_coding-style.ssi.po
index f5c196c..d1287d7 100644
--- a/manual/po/de/other_coding-style.ssi.po
+++ b/manual/po/de/other_coding-style.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_common-tasks.ssi.po b/manual/po/de/other_common-tasks.ssi.po
index 77c79b7..c57dcca 100644
--- a/manual/po/de/other_common-tasks.ssi.po
+++ b/manual/po/de/other_common-tasks.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_configuration-files.ssi.po b/manual/po/de/other_configuration-files.ssi.po
index 7dc9c1b..1d49ccf 100644
--- a/manual/po/de/other_configuration-files.ssi.po
+++ b/manual/po/de/other_configuration-files.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_configuration-layout.ssi.po b/manual/po/de/other_configuration-layout.ssi.po
index c44cca5..d9aee0d 100644
--- a/manual/po/de/other_configuration-layout.ssi.po
+++ b/manual/po/de/other_configuration-layout.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_customization-backports.ssi.po b/manual/po/de/other_customization-backports.ssi.po
index dd0294a..d4b1df0 100644
--- a/manual/po/de/other_customization-backports.ssi.po
+++ b/manual/po/de/other_customization-backports.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_customization-binary.ssi.po b/manual/po/de/other_customization-binary.ssi.po
index 2dc80b3..fbb5dd1 100644
--- a/manual/po/de/other_customization-binary.ssi.po
+++ b/manual/po/de/other_customization-binary.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_customization-bootup.ssi.po b/manual/po/de/other_customization-bootup.ssi.po
index 4156193..91a1460 100644
--- a/manual/po/de/other_customization-bootup.ssi.po
+++ b/manual/po/de/other_customization-bootup.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_customization-internationalization.ssi.po b/manual/po/de/other_customization-internationalization.ssi.po
index 525d231..2683208 100644
--- a/manual/po/de/other_customization-internationalization.ssi.po
+++ b/manual/po/de/other_customization-internationalization.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_faq.ssi.po b/manual/po/de/other_faq.ssi.po
index 640b515..c133044 100644
--- a/manual/po/de/other_faq.ssi.po
+++ b/manual/po/de/other_faq.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_howtos.ssi.po b/manual/po/de/other_howtos.ssi.po
index 2324067..2301458 100644
--- a/manual/po/de/other_howtos.ssi.po
+++ b/manual/po/de/other_howtos.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_live-environment.ssi.po b/manual/po/de/other_live-environment.ssi.po
index fcd5a95..53199f5 100644
--- a/manual/po/de/other_live-environment.ssi.po
+++ b/manual/po/de/other_live-environment.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_procedures.ssi.po b/manual/po/de/other_procedures.ssi.po
index a4cc49f..0809dd9 100644
--- a/manual/po/de/other_procedures.ssi.po
+++ b/manual/po/de/other_procedures.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_reporting-bugs.ssi.po b/manual/po/de/other_reporting-bugs.ssi.po
index 0403cfb..7bedeca 100644
--- a/manual/po/de/other_reporting-bugs.ssi.po
+++ b/manual/po/de/other_reporting-bugs.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_resources.ssi.po b/manual/po/de/other_resources.ssi.po
index 68fecb5..4cca1fd 100644
--- a/manual/po/de/other_resources.ssi.po
+++ b/manual/po/de/other_resources.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_success-stories.ssi.po b/manual/po/de/other_success-stories.ssi.po
index c30dc7e..b6bdf37 100644
--- a/manual/po/de/other_success-stories.ssi.po
+++ b/manual/po/de/other_success-stories.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_troubleshooting.ssi.po b/manual/po/de/other_troubleshooting.ssi.po
index 2f8539b..1b4d77d 100644
--- a/manual/po/de/other_troubleshooting.ssi.po
+++ b/manual/po/de/other_troubleshooting.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/other_use-cases.ssi.po b/manual/po/de/other_use-cases.ssi.po
index be92d23..7b59818 100644
--- a/manual/po/de/other_use-cases.ssi.po
+++ b/manual/po/de/other_use-cases.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/user_basics.ssi.po b/manual/po/de/user_basics.ssi.po
index 12cf317..86bcdff 100644
--- a/manual/po/de/user_basics.ssi.po
+++ b/manual/po/de/user_basics.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/user_customization-contents.ssi.po b/manual/po/de/user_customization-contents.ssi.po
index 518ec18..f13acca 100644
--- a/manual/po/de/user_customization-contents.ssi.po
+++ b/manual/po/de/user_customization-contents.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/user_customization-packages.ssi.po b/manual/po/de/user_customization-packages.ssi.po
index 6826f67..72659bd 100644
--- a/manual/po/de/user_customization-packages.ssi.po
+++ b/manual/po/de/user_customization-packages.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/user_installation.ssi.po b/manual/po/de/user_installation.ssi.po
index 38ff806..5a6b08c 100644
--- a/manual/po/de/user_installation.ssi.po
+++ b/manual/po/de/user_installation.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po/de/user_overview.ssi.po b/manual/po/de/user_overview.ssi.po
index 9edd2ce..119c239 100644
--- a/manual/po/de/user_overview.ssi.po
+++ b/manual/po/de/user_overview.ssi.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index b802f8a..e992ed7 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -25,3 +25,4 @@
 [type: text] en/user_customization-packages.ssi $lang:$lang/user_customization-packages.ssi
 [type: text] en/user_installation.ssi $lang:$lang/user_installation.ssi
 [type: text] en/user_overview.ssi $lang:$lang/user_overview.ssi
+[type: xhtml] en/index.html.in $lang:$lang/index.html.in
diff --git a/manual/pot/index.html.in.pot b/manual/pot/index.html.in.pot
new file mode 100644
index 0000000..a006c34
--- /dev/null
+++ b/manual/pot/index.html.in.pot
@@ -0,0 +1,111 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-manual package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: live-manual VERSION\n"
+"POT-Creation-Date: 2010-10-03 11:48+0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: Content of: <html><head><title>
+#: en/index.html.in:4
+msgid "Debian Live Project"
+msgstr ""
+
+#. type: Content of: <html><body><h2>
+#: en/index.html.in:8
+msgid "Debian Live Manual"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:11
+msgid "<i>This manual is under heavy construction.</i>"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:15
+msgid ""
+"Please report errors, omissions, patches and suggestions to our mailinglist "
+"at <a href=\"mailto:debian-live at lists.debian.org\">debian-live at lists.debian."
+"org</a> and read about <a href=\"html/meta.html#contributing\">how to "
+"contribute</a> to the manual."
+msgstr ""
+
+#. type: Content of: <html><body><h3>
+#: en/index.html.in:18
+msgid "Available Formats"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:21
+msgid "<b><a href=\"html/\">HTML</a></b>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:22
+msgid "<a href=\"html-single/live-manual.html\">HTML (single page)</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:23
+msgid "<a href=\"pdf/live-manual.pdf\">PDF</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:24
+msgid "<a href=\"txt/live-manual.txt\">Plain text</a>"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:28
+msgid "Last changed: @DATE_CHANGE@"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:29
+msgid "Last built: @DATE_BUILD@"
+msgstr ""
+
+#. type: Content of: <html><body><h3>
+#: en/index.html.in:32
+msgid "Source"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:35
+msgid ""
+"The sources for this manual is available in a <a href=\"http://git.or.cz/"
+"\">git</a> repository at live.debian.net."
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:39
+msgid ""
+"Browse: <a href=\"http://live.debian.net/gitweb/?p=live-manual.git"
+"\"><small><tt>http://live.debian.net/gitweb/?p=live-manual.git</tt></small></"
+"a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: en/index.html.in:40
+msgid ""
+"Git: <a href=\"git://live.debian.net/git/live-manual.git\"><small><tt>git://"
+"live.debian.net/git/live-manual.git</tt></small></a>"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: en/index.html.in:44
+msgid ""
+"<a href=\"http://live.debian.net/\">Debian Live</a> &lt;<a href=\"mailto:"
+"debian-live at lists.debian.org\">debian-live at lists.debian.org</a>&gt; - <a "
+"href=\"http://live.debian.net/legal.html\">Legal Notice</a>"
+msgstr ""
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index 4d8c658..3e7a7e7 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-19 01:23+0300\n"
+"POT-Creation-Date: 2010-10-03 11:42+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-09-19\n"
+" :published: 2010-10-03\n"
 msgstr ""
 
 #. type: Plain text

-- 
live-manual



More information about the debian-live-changes mailing list