You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by kl...@apache.org on 2006/03/24 07:18:46 UTC

svn commit: r388403 - in /jakarta/poi/trunk/src/documentation: content/xdocs/references/index.xml skinconf.xml

Author: klute
Date: Thu Mar 23 22:18:45 2006
New Revision: 388403

URL: http://svn.apache.org/viewcvs?rev=388403&view=rev
Log:
Added a reference to Wotsit's Format.

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/references/index.xml
    jakarta/poi/trunk/src/documentation/skinconf.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/references/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/references/index.xml?rev=388403&r1=388402&r2=388403&view=diff
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/references/index.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/references/index.xml Thu Mar 23 22:18:45 2006
@@ -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>

Modified: jakarta/poi/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/skinconf.xml?rev=388403&r1=388402&r2=388403&view=diff
==============================================================================
--- jakarta/poi/trunk/src/documentation/skinconf.xml (original)
+++ jakarta/poi/trunk/src/documentation/skinconf.xml Thu Mar 23 22:18:45 2006
@@ -99,8 +99,8 @@
   <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.



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/