Start on updating the site for Jakarta -> Apache

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2007-05-29 16:51:41 +00:00
parent aeaf8fe21f
commit d9f321721b
7 changed files with 32 additions and 27 deletions

View File

@ -50,7 +50,7 @@
<menu-item label="Changes" href="changes.html"/> <menu-item label="Changes" href="changes.html"/>
<menu-item label="To Do" href="todo.html"/> <menu-item label="To Do" href="todo.html"/>
<menu-item label="Get Involved" href="getinvolved/index.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="Vision" href="plan/POI20Vision.html"/>
<menu-item label="History and Future" href="historyandfuture.html"/> <menu-item label="History and Future" href="historyandfuture.html"/>
<menu-item label="Who We Are" href="who.html"/> <menu-item label="Who We Are" href="who.html"/>

View File

@ -26,11 +26,11 @@
<devs> <devs>
<!-- in strict alphabetical order --> <!-- in strict alphabetical order -->
<person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/> <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="MJ" name="Marc Johnson" email="mjohnson@apache.org"/>
<person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
<person id="NB" name="Nick Burch" email="nick@torchbox.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="RK" name="Rainer Klute" email="klute@apache.org"/>
<person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/> <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
</devs> </devs>

View File

@ -23,7 +23,7 @@
<header> <header>
<title>How To Build POI</title> <title>How To Build POI</title>
<authors> <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"/> <person email="tetsuya@apache.org" name="Tetsuya Kitahata" id="TK"/>
</authors> </authors>
</header> </header>
@ -33,7 +33,7 @@
<p> <p>
The POI build system requires two components to perform a The POI build system requires two components to perform a
build. 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>. <link href="ext:xml.apache.org/forrest">forrest</link>.
</p> </p>
<p> <p>

View File

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

View File

@ -51,14 +51,21 @@
<section><title>HSSF</title> <section><title>HSSF</title>
<p> <p>
<link href="hssf/index.html">HSSF</link> is the set of APIs <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> </p>
</section> </section>
<section><title>HWPF</title> <section><title>HWPF</title>
<p> <p>
<link href="hwpf/index.html">HWPF</link> is the set of APIs <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> </p>
</section> </section>
@ -110,7 +117,7 @@
</body> </body>
<footer> <footer>
<legal> <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$ $Revision$ $Date$
</legal> </legal>
</footer> </footer>

View File

@ -22,11 +22,11 @@
<developers> <developers>
<!-- in strict alphabetical order --> <!-- in strict alphabetical order -->
<person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/> <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="MJ" name="Marc Johnson" email="mjohnson@apache.org"/>
<person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
<person id="NB" name="Nick Burch" email="nick@torchbox.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="RK" name="Rainer Klute" email="klute@apache.org"/>
<person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/> <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
</developers> </developers>

View File

@ -24,13 +24,13 @@
<devs> <devs>
<person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> <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="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/>
<person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> <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="RA" name="Ryan Ackley" email="dev@poi.apache.org"/>
<person id="AS" name="Avik Sengupta" email="poi-dev@jakarta.apache.org"/> <person id="AS" name="Avik Sengupta" email="dev@poi.apache.org"/>
<person id="open" name="POI Developers" email="poi-dev@jakarta.apache.org"/> <person id="open" name="POI Developers" email="dev@poi.apache.org"/>
<person id="Everyone" name="POI Developers" email="poi-dev@jakarta.apache.org"/> <person id="Everyone" name="POI Developers" email="dev@poi.apache.org"/>
</devs> </devs>
<actions priority="high"> <actions priority="high">