]> source.dussan.org Git - poi.git/commitdiff
Added a reference to Wotsit's Format.
authorRainer Klute <klute@apache.org>
Fri, 24 Mar 2006 06:18:45 +0000 (06:18 +0000)
committerRainer Klute <klute@apache.org>
Fri, 24 Mar 2006 06:18:45 +0000 (06:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@388403 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/references/index.xml
src/documentation/skinconf.xml

index 227a00424a6f2520ff46c69698e7db6fe6cf449c..d73d5b42f030a1bfa49186d65f0f5b31b4025ea4 100644 (file)
@@ -3,36 +3,47 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
 
 <document>
-    <header>
-        <title>Live Sites using Poi</title>
-        <authors>
-            <person name="Donald Ball" email="balld@webslingerZ.com"/>
-            <person name="Stefano Mazzocchi" email="stefano@apache.org"/>
-            <person name="Robin Green" email="greenrd@hotmail.com"/>
-            <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
-            <person name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
-        </authors>
-    </header>
+  <header>
+    <title>Live Sites using Poi</title>
+    <authors>
+      <person name="Donald Ball" email="balld@webslingerZ.com"/>
+      <person name="Stefano Mazzocchi" email="stefano@apache.org"/>
+      <person name="Robin Green" email="greenrd@hotmail.com"/>
+      <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
+      <person name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
+      <person name="Rainer Klute" email="klute@rainer-klute.org"/>
+    </authors>
+  </header>
 
-    <body>
-        <section><title>Live Sites using Poi</title>
-            <p>Currently we don't have any sites listed that use Poi, but we're sure they're out there.
-            Help us change this.  If you've
-            written a site that utilises POI let us know.
-            </p>
-            <!--
-            <ul>
-             <li><link href=""></link></li>
-            </ul>
-           </section>
-            -->
-        </section>
-        <section><title>Products/Projects using POI</title>
-            <p> Publically available products/projects using POI include:
-            </p>
-            <ul>
-              <li><link href="http://jtimetracker.sourceforge.net/">JTimeTracker</link></li>
-            </ul> 
-        </section>
-    </body>
+  <body>
+    <section><title>References</title>
+
+      <section><title>Live Sites using POI</title>
+       <p>Currently we don't have any sites listed that use POI, but we're
+         sure they're out there. Help us change this. If you've written a site
+         that utilises POI let us know.</p>
+       <!--
+       <ul>
+         <li><link href=""></link></li>
+       </ul>
+       -->
+      </section>
+
+      <section><title>Products/Projects using POI</title>
+       <p>Publically available products/projects using POI include:</p>
+       <ul>
+         <li><link href="http://jtimetracker.sourceforge.net/">JTimeTracker</link></li>
+       </ul> 
+      </section>
+
+      <section><title>File Format Descriptions</title>
+       <p>POI depends on publically available documents describing various
+         file formats. The list below contains links to some of them.</p>
+       <ul>
+         <li><link href="http://www.wotsit.org/">Wotsit's Format</link></li>
+       </ul> 
+      </section>
+
+    </section>
+  </body>
 </document>
index 0ad82534fb53e33c1bf0e67b9ab06e881bee9173..2a3ed0cb4791f1a459b1c1967bd51c7e71788d41 100644 (file)
@@ -99,8 +99,8 @@ be used to configure the chosen Forrest skin.
   <host-logo></host-logo>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2002-2005</year>
-  <vendor>The Apache Software Foundation.</vendor>
+  <year>2002-2006</year>
+  <vendor>The Apache Software Foundation</vendor>
 
   <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
   want these, set the attributes to blank. The DTD purposefully requires them.