]> source.dussan.org Git - poi.git/commitdiff
Start on updating the site for Jakarta -> Apache
authorNick Burch <nick@apache.org>
Tue, 29 May 2007 16:51:41 +0000 (16:51 +0000)
committerNick Burch <nick@apache.org>
Tue, 29 May 2007 16:51:41 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542587 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/book.xml
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/howtobuild.xml
src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/overview.xml
src/documentation/content/xdocs/status.xml
src/documentation/content/xdocs/todo.xml

index 7c8fd34eb35817b75e4babc85b22941dd231b276..e9c00f16d2143cd5544e6f53969059ec4558ddf6 100644 (file)
@@ -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"/>
index 0d240898f1863801098b3ae191f3e590700bbacf..71b790cc9680465ebd088f037ebe13f98a3078a9 100644 (file)
     <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>
index 48d9beb0e4bf193f651f9b82614bd6acd5ecbda0..587cac556d3d01d3f12e5d7df413ad05ea9f58b5 100644 (file)
@@ -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>
index 9b3aded175c5de012be73afd7407b97b1b26e9a1..e478df0bda4e97c864eac5c3f24ad6575e7504c4 100644 (file)
 
 <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>
          (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>
index c6c66e6996138eeebe9502715d2ada359e9efd85..984449b5ac98d42968760cace570ebfae52ec37b 100644 (file)
       <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>
 
   </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>
index aba07643d2e17715c1f2d249356b79db8f3fe31f..e9904ab8a759e2da9f270b1eda05597e8b6c2418 100644 (file)
     <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>
index 6414c6ef60adde74aef647a59a902d7a4e72a59d..5ecc37a5e090279a8176def48e3639db2a328a07 100644 (file)
 
     <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">