]> git.ipfire.org Git - ipfire.org.git/commitdiff
Added pxe site.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2009 13:41:59 +0000 (15:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2009 13:41:59 +0000 (15:41 +0200)
.gitignore
pxe/redirect.py [new symlink]
www/images/pxe.png [new file with mode: 0644]
www/pages/static/pxe.xml [new file with mode: 0644]

index 886e5faf08976fe1460e3d96d12b55c9fe215a6f..1c38a69f85f15fdea7bdd0fe6956347d41649cbc 100644 (file)
@@ -10,6 +10,7 @@
 /pakfire/3.*
 /pakfire/version
 /people/*
+/pxe/*.iso
 /source/hashes.db
 /source/source-*
 /source/toolchains
diff --git a/pxe/redirect.py b/pxe/redirect.py
new file mode 120000 (symlink)
index 0000000..fe83d4e
--- /dev/null
@@ -0,0 +1 @@
+../www/redirect.py
\ No newline at end of file
diff --git a/www/images/pxe.png b/www/images/pxe.png
new file mode 100644 (file)
index 0000000..8f4cd63
Binary files /dev/null and b/www/images/pxe.png differ
diff --git a/www/pages/static/pxe.xml b/www/pages/static/pxe.xml
new file mode 100644 (file)
index 0000000..67e93af
--- /dev/null
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Site>
+       <Config>
+               <Title>PXE</Title>
+       </Config>
+       <Paragraphs>
+               <Paragraph>
+                       <Heading>Preboot Execution Environment</Heading>
+                       
+                       <Content raw="1"><![CDATA[
+                               <img src="/images/pxe.png" class="floatTR" />
+                               ]]>
+                       </Content>
+
+                       <Content lang="en"><![CDATA[
+                               Since IPFire 3.x the distribution is installable via network.
+                               <br /><br />
+                               On <em>pxe.ipfire.org</em>, there are several files hosted, that are loaded
+                               when booting from PXE.
+                               ]]></Content>
+                       <Content lang="de"><![CDATA[
+                               Ab IPFire 3.x ist die Distribution über das Netzwerk installierbar.
+                               <br /><br />
+                               Auf <em>pxe.ipfire.org</em> sind nur einige Daten gehostet, die während
+                               der Installation geladen werden.
+                               ]]></Content>
+               </Paragraph>
+               <Paragraph>
+                       <Heading lang="en">How to install?</Heading>
+                       <Heading lang="de">Wie funktioniert's?</Heading>
+
+                       <Content lang="en"><![CDATA[
+                               Installation is really easy. Just follow these instructions in the wiki:
+                               <a href="http://wiki.ipfire.org/en/installation/pxe" target="_blank">PXE installation guide</a>.
+                               ]]>
+                       </Content>
+                       <Content lang="de"><![CDATA[
+                               Die Installation ist in unserem Wiki erklärt:
+                               <a href="http://wiki.ipfire.org/de/installation/pxe" target="_blank">PXE-Installationsanleitung</a>.
+                               ]]>
+                       </Content>
+               </Paragraph>
+
+       </Paragraphs>
+       
+       <Sidebar>
+               <Paragraph banner="1" />
+       </Sidebar>
+</Site>