Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2007-06-01 11:39:48 +00:00
parent 1503f8171f
commit 7397304eed
30 changed files with 36 additions and 37 deletions

View File

@ -113,7 +113,7 @@
or created. Make sure you've documented your changes and altered the
examples/etc to reflect them. Any new additions should have unit tests.
Lastly, ensure that you've provided approriate javadoc. (see
<link href="http://jakarta.apache.org/poi/resolutions/res001.html">Coding
<link href="http://poi.apache.org/resolutions/res001.html">Coding
Standards</link>). Patches that are of low quality may be rejected or
the contributer may be asked to bring them up to spec.
</p>

View File

@ -23,7 +23,7 @@
title="HPSF"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>
<menu label="HPSF">

View File

@ -76,10 +76,9 @@
<note><strong>Please note:</strong> HPSF's writing functionality is
<strong>not</strong> present in POI releases up to and including 2.5. In
order to write properties you have to download a later POI release (when
available) or retrieve the POI development version from the <link
href="http://jakarta.apache.org/site/cvsindex.html">Subversion
repository</link>.</note>
order to write properties you have to download a 3.0.x POI release,
or retrieve the POI development version from the <link
href="subversion.html">Subversion repository</link>.</note>

View File

@ -22,7 +22,7 @@
<document>
<header>
<title>Jakarta POI - HPSF - Java API to Handle Microsoft Format Document
<title>Apache POI - HPSF - Java API to Handle Microsoft Format Document
Properties</title>
<subtitle>Overview</subtitle>
<authors>

View File

@ -22,7 +22,7 @@
<document>
<header>
<title>Jakarta POI - HPSF Internals</title>
<title>Apache POI - HPSF Internals</title>
<authors>
<person name="Rainer Klute" email="klute@rainer-klute.de"/>
</authors>

View File

@ -23,7 +23,7 @@
title="HSSF"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>

View File

@ -23,7 +23,7 @@
title="HSSF"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>

View File

@ -23,7 +23,7 @@
<header>
<title>Chart record information</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"/>
</authors>
</header>
<body>

View File

@ -99,7 +99,7 @@
org.apache.poi.hssf.record.formula.FormulaParser</strong> class. This class implements a hand
written recursive descent parser.
</p>
<p>Check out the <link href="http://jakarta.apache.org/poi/javadocs/">javadocs </link> for details.
<p>Check out the <link href="http://poi.apache.org/javadocs/">javadocs </link> for details.
</p>
</section>

View File

@ -23,7 +23,7 @@
<header>
<title>Hacking HSSF</title>
<authors>
<person email="poi-user@jakarta.apache.org" name="Glen Stampoultzis" id="GJS"/>
<person email="user@poi.apache.org" name="Glen Stampoultzis" id="GJS"/>
<person email="acoliver@apache.org" name="Andrew Oliver" id="AO"/>
</authors>
</header>
@ -83,7 +83,7 @@
and work your way up.</p>
</section>
<section><title>What Else Should I Know?</title>
<p>Make sure you <link href="http://jakarta.apache.org/poi/contrib.html">read the contributing section</link>
<p>Make sure you <link href="contrib.html">read the contributing section</link>
as it contains more generation information about contributing to POI in general.</p>
</section>
</body>

View File

@ -24,7 +24,7 @@
<title>The New Halloween Document</title>
<authors>
<person email="acoliver2@users.sourceforge.net" name="Andrew C. Oliver" id="AO"/>
<person email="poi-user@jakarta.apache.org" name="Glen Stampoultzis" id="GJS"/>
<person email="user@poi.apache.org" name="Glen Stampoultzis" id="GJS"/>
<person email="nick@apache.org" name="Nick Burch" id="NB"/>
<person email="sergeikozello@mail.ru" name="Sergei Kozello" id="SK"/>
</authors>
@ -275,7 +275,7 @@ method (sheet.removeRow(hssfrow)) and create objects just as you
would if creating a new xls. When you are done modifying cells just
call workbook.write(outputstream) just as you did above.</p>
<p>An example of this can be seen in
<link href="http://svn.apache.org/repos/asf/jakarta/poi/trunk/src/java/org/apache/poi/hssf/dev/HSSF.java">org.apache.poi.hssf.dev.HSSF</link>.</p>
<link href="http://svn.apache.org/repos/asf/poi/trunk/src/java/org/apache/poi/hssf/dev/HSSF.java">org.apache.poi.hssf.dev.HSSF</link>.</p>
</section>
</section>

View File

@ -23,7 +23,7 @@
<header>
<title>Limitations</title>
<authors>
<person email="poi-user@jakarta.apache.org" name="Glen Stampoultzis" id="GJS"/>
<person email="user@poi.apache.org" name="Glen Stampoultzis" id="GJS"/>
</authors>
</header>
<body>

View File

@ -23,7 +23,7 @@
<header>
<title>Busy Developers' Guide to HSSF Features</title>
<authors>
<person email="poi-user@jakarta.apache.org" name="Glen Stampoultzis" id="CO"/>
<person email="user@poi.apache.org" name="Glen Stampoultzis" id="CO"/>
</authors>
</header>
<body>

View File

@ -23,7 +23,7 @@
<header>
<title>Record Generator HOWTO</title>
<authors>
<person email="poi-user@jakarta.apache.org" name="Glen Stampoultzis" id="glens"/>
<person email="user@poi.apache.org" name="Glen Stampoultzis" id="glens"/>
<person email="acoliver@apache.org" name="Andrew C. Oliver" id="acoliver"/>
</authors>
</header>

View File

@ -19,7 +19,7 @@
-->
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd">
<book software="POI Project" title="HWPF" copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>
<menu label="HWPF">

View File

@ -21,7 +21,7 @@
<document>
<header>
<title>Jakarta POI - HWPF - Java API to Handle Microsoft Word Files</title>
<title>Apache POI - HWPF - Java API to Handle Microsoft Word Files</title>
<subtitle>Word File Format</subtitle>
<authors>
<person name="S. Ryan Ackley" email="sackley@cfl.rr.com"/>

View File

@ -21,7 +21,7 @@
<document>
<header>
<title>Jakarta POI - HWPF - Java API to Handle Microsoft Word Files</title>
<title>Apache POI - HWPF - Java API to Handle Microsoft Word Files</title>
<subtitle>Overview</subtitle>
<authors>
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>

View File

@ -21,7 +21,7 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
<document>
<header>
<title>Jakarta POI - HWPF - Java API to Handle Microsoft Word Files</title>
<title>Apache POI - HWPF - Java API to Handle Microsoft Word Files</title>
<subtitle>Project Plan</subtitle>
<authors>
<person name="Ryan Ackley" email="sackley@apache.org"/>

View File

@ -24,7 +24,7 @@
<title></title>
<authors>
<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"/>
</authors>
</header>

View File

@ -25,7 +25,7 @@
<authors>
<person name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
<person name="Marcus W. Johnson" email="mjohnson@apache.org"/>
<person name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
<person name="Glen Stampoultzis" email="user@poi.apache.org"/>
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
</authors>
</header>

View File

@ -23,7 +23,7 @@
title="POI Project planning"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>

View File

@ -23,7 +23,7 @@
title="POIFS"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>

View File

@ -20,7 +20,7 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
<document>
<header>
<title>Jakarta POI - POIFS - Java implementation of the OLE 2 Compound Document format</title>
<title>Apache POI - POIFS - Java implementation of the OLE 2 Compound Document format</title>
<subtitle>Overview</subtitle>
<authors>
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>

View File

@ -24,7 +24,7 @@
copyright="@year@ POI Project"
xmlns:xlink="http://www.w3.org/1999/xlink">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>

View File

@ -27,7 +27,7 @@
<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="Glen Stampoultzis" email="user@poi.apache.org"/>
<person name="Rainer Klute" email="klute@rainer-klute.org"/>
</authors>
</header>

View File

@ -23,7 +23,7 @@
title="Resolutions"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>

View File

@ -31,7 +31,7 @@
<body>
<section><title>About Resolutions</title>
<p>
Every project on Jakarta has resolutions that they vote on.
Every project in Apache has resolutions that they vote on.
Decisions are made, etc. But what happens once those decisions
are made? They are archived in the mail list archive never to
be read again (once its not in the top 10 or so posts). So they

View File

@ -50,7 +50,7 @@
</p>
<p>
To generate all of the documentation such as it would appear on the
<link href="http://jakarta.apache.org/poi/">POI Website</link> you can execute the "site" target (optionally
<link href="http://poi.apache.org/">POI Website</link> you can execute the "site" target (optionally
preceeded by the "clean" target. See "<link href="../howtobuild.html">How to Build</link>" page for more detail (Now, POI build uses <link href="http://xml.apache.org/forrest/">Forrest</link>).
</p>
<p>
@ -68,7 +68,7 @@
requesting it be translated) into English and applied to the master before being applied to a translation.
</p>
<p>
We prefer you donate translations directly to the <link href="http://jakarta.apache.org/poi/">Jakarta POI</link>
We prefer you donate translations directly to the <link href="http://poi.apache.org/">Apache POI</link>
project rather than hosting them offsite. We will make every effort to accomidate you as we greatly appreciate your
efforts. However, we understand that sites located within a country are the fastest and most searchable. Therefore,
we recommend and welcome folks mirroring the POI site and making the translated page the home page. You can do this
@ -80,7 +80,7 @@
</p>
<p>
Submitting translations is simple, you follow the same
<link href="http://jakarta.apache.org/poi/getinvolved/index.html">instructions</link> as you would for submitting a code patch.
<link href="/getinvolved/index.html">instructions</link> as you would for submitting a code patch.
Remeber to always generate patchs in diff -u format preserving the context relative to the jakarta-poi directory. Also remember
to submit any new files in a directory preserving archive format. Never post these to the list, always use
<link href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr">Bugzilla</link>

View File

@ -21,7 +21,7 @@
<document>
<header>
<title>The Apache Jakarta POI Documentation Translations</title>
<title>The Apache POI Documentation Translations</title>
<authors>
<person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
</authors>

View File

@ -23,7 +23,7 @@
title="POI Utils"
copyright="@year@ POI Project">
<menu label="Jakarta POI">
<menu label="Apache POI">
<menu-item label="Top" href="../index.html"/>
</menu>