You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2007/05/29 18:51:42 UTC

svn commit: r542587 - in /jakarta/poi/trunk/src/documentation/content/xdocs: book.xml changes.xml howtobuild.xml index.xml overview.xml status.xml todo.xml

Author: nick
Date: Tue May 29 09:51:41 2007
New Revision: 542587

URL: http://svn.apache.org/viewvc?view=rev&rev=542587
Log:
Start on updating the site for Jakarta -> Apache

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/book.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/howtobuild.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/index.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/overview.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/status.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/todo.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/book.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/book.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/book.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/book.xml Tue May 29 09:51:41 2007
@@ -50,7 +50,7 @@
         <menu-item label="Changes" href="changes.html"/>
         <menu-item label="To Do" href="todo.html"/>
         <menu-item label="Get Involved" href="getinvolved/index.html"/>
-        <menu-item label="Mailing Lists" href="http://jakarta.apache.org/site/mail2.html#poi"/>
+        <menu-item label="Mailing Lists" href="mailinglists.html"/>
         <menu-item label="Vision" href="plan/POI20Vision.html"/>
         <menu-item label="History and Future" href="historyandfuture.html"/>
         <menu-item label="Who We Are" href="who.html"/>

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml Tue May 29 09:51:41 2007
@@ -26,11 +26,11 @@
     <devs>
         <!-- in strict alphabetical order -->
         <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
-        <person id="GJS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
+        <person id="GJS" name="Glen Stampoultzis" email="user@poi.apache.org"/>
         <person id="MJ" name="Marc Johnson" email="mjohnson@apache.org"/>
         <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
         <person id="NB" name="Nick Burch" email="nick@torchbox.com"/>
-        <person id="POI-DEVELOPERS" name="POI Developers" email="poi-dev@jakarta.apache.org"/>
+        <person id="POI-DEVELOPERS" name="POI Developers" email="dev@poi.apache.org"/>
         <person id="RK" name="Rainer Klute" email="klute@apache.org"/>
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
     </devs>

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/howtobuild.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/howtobuild.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/howtobuild.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/howtobuild.xml Tue May 29 09:51:41 2007
@@ -23,7 +23,7 @@
     <header>
         <title>How To Build POI</title>
         <authors>
-            <person email="poi-user@jakarta.apache.org" name="Glen Stampoultzis" id="GS"/>
+            <person email="user@poi.apache.org" name="Glen Stampoultzis" id="GS"/>
             <person email="tetsuya@apache.org" name="Tetsuya Kitahata" id="TK"/>
         </authors>
     </header>
@@ -33,7 +33,7 @@
             <p>
                 The POI build system requires two components to perform a
                 build.
-                <link href="ext:jakarta.apache.org/ant">Ant</link> and
+                <link href="ext:ant.apache.org/">Ant</link> and
                 <link href="ext:xml.apache.org/forrest">forrest</link>.
             </p>
             <p>

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/index.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/index.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/index.xml Tue May 29 09:51:41 2007
@@ -21,19 +21,19 @@
 
 <document>
   <header>
-    <title>Jakarta POI - Java API To Access Microsoft Format Files</title>
+    <title>Apache POI - Java API To Access Microsoft Format Files</title>
     <authors>
       <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
-      <person id="GJS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
-      <person id="AS" name="Avik Sengupta" email="poi-user@jakarta.apache.org"/>
+      <person id="GJS" name="Glen Stampoultzis" email="user@poi.apache.org"/>
+      <person id="AS" name="Avik Sengupta" email="user@poi.apache.org"/>
       <person id="RK" name="Rainer Klute" email="klute@apache.org"/>
     </authors>
   </header>
 
   <body>
 	<section><title>POI 3.0 Release</title>
-	  <p>After quite a wait, version 3.0 of Apache Jakarta POI has now been
-		released. You can 
+	  <p>After quite a wait, version 3.0 of Apache POI (formerly
+		Apache Jakarta POI) has now been released. You can 
 		<link href="./changes.html">view the changelog</link>, and 
 		<link href="http://www.apache.org/dyn/closer.cgi/jakarta/poi/release/">download</link>
 		the source and binaries from your
@@ -58,8 +58,9 @@
          provide this functionality.  Examples include: <link href="http://xml.apache.org/cocoon">Cocoon</link> for
          which there are serializers for HSSF;
          <link href="http://www.openoffice.org">Open Office.org</link> with whom we collaborate in documenting the
-         XLS format; and <link href="http://jakarta.apache.org/lucene">Lucene</link> for which we'll soon have file
-         format interpretors.  When practical, we donate components directly to those projects for POI-enabling them.
+         XLS format; and <link href="http://lucene.apache.org/">Lucene</link> 
+         for which we provide format interpretors.  When practical, we donate 
+         components directly to those projects for POI-enabling them.
       </p>
       <section><title>Why/when would I use POI?</title>
         <p>
@@ -118,11 +119,8 @@
 	  (title, author, date of last modification etc.), but they can be used
 	  for application-specific purposes as well.</p>
 
-	<p>HPSF supports reading and writing of properties. However, with the
-	  current POI release only reading is possible. In order to write
-	  properties, you'll have to fetch the latest POI version <link
-	    href="http://jakarta.apache.org/site/cvsindex.html">from the
-	    Subversion repository</link>.</p>
+	<p>HPSF supports reading and writing of properties. However, you will
+      need to be using version 3.0 of POI to utilise the write support.</p>
 
 	<p>Please see <link href="./hpsf/index.html">the HPSF project
 	    page</link> for more information.</p>

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/overview.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/overview.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/overview.xml Tue May 29 09:51:41 2007
@@ -51,14 +51,21 @@
       <section><title>HSSF</title>
         <p>
           <link href="hssf/index.html">HSSF</link> is the set of APIs 
-           for reading and writing Microsoft Excel 97(-XP) spreadsheet using (only) Java.
+           for reading and writing Microsoft Excel 97(-XP) spreadsheets using (only) Java.
         </p>
       </section>
 
       <section><title>HWPF</title>
         <p>
           <link href="hwpf/index.html">HWPF</link>  is the set of APIs                   
-          for reading and writing Microsoft Word 97(-XP) spreadsheet using (only) Java.
+          for reading and writing Microsoft Word 97(-XP) documents using (only) Java.
+        </p>
+      </section>
+
+      <section><title>HSLF</title>
+        <p>
+          <link href="hslf/index.html">HSLF</link>  is the set of APIs                   
+          for reading and writing Microsoft PowerPoint 97(-XP) documents using (only) Java.
         </p>
       </section>
 
@@ -110,7 +117,7 @@
   </body>
   <footer>
     <legal>
-      Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
+      Copyright 2007 The Apache Software Foundation or its licensors, as applicable.
       $Revision$ $Date$
     </legal>
   </footer>

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/status.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/status.xml Tue May 29 09:51:41 2007
@@ -22,11 +22,11 @@
     <developers>
         <!-- in strict alphabetical order -->
         <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
-        <person id="GJS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
+        <person id="GJS" name="Glen Stampoultzis" email="user@poi.apache.org"/>
         <person id="MJ" name="Marc Johnson" email="mjohnson@apache.org"/>
         <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
         <person id="NB" name="Nick Burch" email="nick@torchbox.com"/>
-        <person id="POI-DEVELOPERS" name="POI Developers" email="poi-dev@jakarta.apache.org"/>
+        <person id="POI-DEVELOPERS" name="POI Developers" email="dev@poi.apache.org"/>
         <person id="RK" name="Rainer Klute" email="klute@apache.org"/>
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
     </developers>

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/todo.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/todo.xml?view=diff&rev=542587&r1=542586&r2=542587
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/todo.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/todo.xml Tue May 29 09:51:41 2007
@@ -24,13 +24,13 @@
 
     <devs>
         <person id="AO"  name="Andrew C. Oliver"   email="acoliver@apache.org"/>
-        <person id="GS"  name="Glen Stampoultzis"  email="poi-user@jakarta.apache.org"/>
+        <person id="GS"  name="Glen Stampoultzis"  email="user@poi.apache.org"/>
         <person id="MJ"  name="Marc Johnson"       email="mjohnson at apache dot org"/>
         <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
-		<person id="RA" name="Ryan Ackley" email="poi-dev@jakarta.apache.org"/>
-		<person id="AS" name="Avik Sengupta" email="poi-dev@jakarta.apache.org"/>
-        <person id="open" name="POI Developers"    email="poi-dev@jakarta.apache.org"/>
-		<person id="Everyone" name="POI Developers"    email="poi-dev@jakarta.apache.org"/>
+		<person id="RA" name="Ryan Ackley" email="dev@poi.apache.org"/>
+		<person id="AS" name="Avik Sengupta" email="dev@poi.apache.org"/>
+        <person id="open" name="POI Developers"    email="dev@poi.apache.org"/>
+		<person id="Everyone" name="POI Developers"    email="dev@poi.apache.org"/>
     </devs>
 
     <actions priority="high">



---------------------------------------------------------------------
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/