aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/documentation/xdocs/news/book.xml19
-rw-r--r--src/documentation/xdocs/news/logocontest.xml40
2 files changed, 59 insertions, 0 deletions
diff --git a/src/documentation/xdocs/news/book.xml b/src/documentation/xdocs/news/book.xml
new file mode 100644
index 0000000000..d934b6a724
--- /dev/null
+++ b/src/documentation/xdocs/news/book.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd">
+
+<book software="Poi Project"
+ title="Poi Project News Pages"
+ copyright="@year@ Poi Project">
+
+ <menu label="Navigation">
+ <menu-item label="Main" href="../index.html"/>
+ </menu>
+
+ <menu label="News">
+ <menu-item label="Logo Submissions" href="logocontest.html"/>
+ </menu>
+
+
+</book>
+
+
diff --git a/src/documentation/xdocs/news/logocontest.xml b/src/documentation/xdocs/news/logocontest.xml
new file mode 100644
index 0000000000..068a3a1c42
--- /dev/null
+++ b/src/documentation/xdocs/news/logocontest.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd">
+
+<document>
+ <header>
+ <title></title>
+ <authors>
+ <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
+ </authors>
+ </header>
+
+ <body>
+ <s1 title="POI logos">
+ <p>
+ Here are the current logo submissions. Thanks to the artists!
+ </p>
+ <s2 title="Michael Mosmann">
+ <p>
+ <img src="images/logoMichaelMosmann.png"/>
+ </p>
+ </s2>
+ <s2 title="Lo�c Lef�vre">
+ <p>
+ <img src="images/logoLoicLefevre.png"/>
+ </p>
+ </s2>
+ <s2 title="Glen Stampoutlzis">
+ <p>
+ <img src="images/logoGlenStampoutlzis.png"/>
+ </p>
+ </s2>
+ </s1>
+ </body>
+ <footer>
+ <legal>
+ Copyright (c) @year@ The Apache Software Foundation All rights reserved.
+ $Revision$ $Date$
+ </legal>
+ </footer>
+</document>