diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-17 00:57:24 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-17 00:57:24 +0000 |
commit | 19f2a503c74b1e9db3692d16d6d7732effac3555 (patch) | |
tree | 54c1b48d0566bb09628c662801234d700af3201b /src | |
parent | 87caa1be9d1f1ba1fecb34bffceb00911feb3dc3 (diff) | |
download | poi-19f2a503c74b1e9db3692d16d6d7732effac3555.tar.gz poi-19f2a503c74b1e9db3692d16d6d7732effac3555.zip |
I wonder what planet I was on...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352240 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/xdocs/news/book.xml | 19 | ||||
-rw-r--r-- | src/documentation/xdocs/news/logocontest.xml | 40 |
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> |