mass rename/edit
[grml.org.git] / files / index.html.tt2
diff --git a/files/index.html.tt2 b/files/index.html.tt2
new file mode 100644 (file)
index 0000000..71f4a88
--- /dev/null
@@ -0,0 +1,76 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>grml.org - Files</title>
+<meta name="Title" content="grml.org - Files" />
+<meta name="Author" content="the grml team [www.grml.org/team/]" />
+<meta name="Keywords" content="grml.org, grml" />
+<meta name="Description" content="Files of grml.org" />
+<meta name="Abstract" content="grml, just another linux-distribution" />
+<meta name="fdse-index-as" content="http://www.grml.org/files/" />
+<meta name="Robots" content="index,follow" />
+<meta name="Language" content="english" />
+<meta name="identifier-url" content="http://www.grml.org/" />
+<meta name="MSSmartTagsPreventParsing" content="true" />
+<meta http-equiv="imagetoolbar" content="no" />
+<link rel="home" href="/" title="grml.org" />
+<link rel="help" href="/features/" title="About" />
+<link rel="author" href="/team/" title="Team" />
+<link rel="icon" href="/favicon.png" type="image/png" />
+<link rel="stylesheet" href="/style.css" type="text/css" />
+</head>
+
+<body>
+[% INCLUDE static.inc %]
+
+      <div class="content">
+
+        <p><img style="float: right" src="/img/clanbomber.png" alt="*" /></p>
+
+        <h1>Files</h1>
+
+        <h2><a name="grmlrepos"></a>Package Repository</h2>
+
+        <p>Packages provided by the Grml team are
+        available from the <a
+        href="http://deb.grml.org/">Grml repository</a>.</p>
+
+       <p>Note that using the Grml repository on standard Debian systems is <b>not recommended</b>. If you just want our console configuration, read <a href="http://grml.org/console/">"Make console work comfortable"</a>.</p>
+
+       <pre class="rahmen">
+# Signing key is available in grml-archive-keyring
+#  deb     http://deb.grml.org/ grml-stable main
+#  deb-src http://deb.grml.org/ grml-stable main
+#  deb     http://deb.grml.org/ grml-testing main
+#  deb-src http://deb.grml.org/ grml-testing main</pre>
+
+        <h2><a name="wallpapers"></a>Wallpapers and other media files provided by Grml</h2>
+
+       <p>Wallpapers, CD covers and similar media files are available in the
+        <a href="https://github.com/grml/mediakit/">mediakit repository</a>.</p>
+
+        <h2><a name="changelog"></a>Changelogs</h2>
+
+        <p>The changelogs have moved to <a href="/changelogs/">their own webpage</a>.</p>
+
+        <h2><a name="debian"></a>Package lists for the current release</h2>
+
+        <h3>grml32 2011.12</h3>
+
+        <ul>
+          <li><a href="grml32_2011.12/dpkg.selections">dpkg.selections</a> - software package listing</li>
+          <li><a href="grml32_2011.12/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
+          <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
+        </ul>
+
+        <h3>grml64 2011.12</h3>
+
+        <ul>
+          <li><a href="grml64_2011.12/dpkg.selections">dpkg.selections</a> - software package listing</li>
+          <li><a href="grml64_2011.12/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
+          <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
+        </ul>
+
+      </div>
+
+[% INCLUDE static_bottom.inc %]