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:
parent
1503f8171f
commit
7397304eed
@ -113,7 +113,7 @@
|
|||||||
or created. Make sure you've documented your changes and altered the
|
or created. Make sure you've documented your changes and altered the
|
||||||
examples/etc to reflect them. Any new additions should have unit tests.
|
examples/etc to reflect them. Any new additions should have unit tests.
|
||||||
Lastly, ensure that you've provided approriate javadoc. (see
|
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
|
Standards</link>). Patches that are of low quality may be rejected or
|
||||||
the contributer may be asked to bring them up to spec.
|
the contributer may be asked to bring them up to spec.
|
||||||
</p>
|
</p>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="HPSF"
|
title="HPSF"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
<menu label="HPSF">
|
<menu label="HPSF">
|
||||||
|
@ -76,10 +76,9 @@
|
|||||||
|
|
||||||
<note><strong>Please note:</strong> HPSF's writing functionality is
|
<note><strong>Please note:</strong> HPSF's writing functionality is
|
||||||
<strong>not</strong> present in POI releases up to and including 2.5. In
|
<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
|
order to write properties you have to download a 3.0.x POI release,
|
||||||
available) or retrieve the POI development version from the <link
|
or retrieve the POI development version from the <link
|
||||||
href="http://jakarta.apache.org/site/cvsindex.html">Subversion
|
href="subversion.html">Subversion repository</link>.</note>
|
||||||
repository</link>.</note>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<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>
|
Properties</title>
|
||||||
<subtitle>Overview</subtitle>
|
<subtitle>Overview</subtitle>
|
||||||
<authors>
|
<authors>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<header>
|
||||||
<title>Jakarta POI - HPSF Internals</title>
|
<title>Apache POI - HPSF Internals</title>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="Rainer Klute" email="klute@rainer-klute.de"/>
|
<person name="Rainer Klute" email="klute@rainer-klute.de"/>
|
||||||
</authors>
|
</authors>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="HSSF"
|
title="HSSF"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="HSSF"
|
title="HSSF"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<title>Chart record information</title>
|
<title>Chart record information</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"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
org.apache.poi.hssf.record.formula.FormulaParser</strong> class. This class implements a hand
|
org.apache.poi.hssf.record.formula.FormulaParser</strong> class. This class implements a hand
|
||||||
written recursive descent parser.
|
written recursive descent parser.
|
||||||
</p>
|
</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>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<title>Hacking HSSF</title>
|
<title>Hacking HSSF</title>
|
||||||
<authors>
|
<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"/>
|
<person email="acoliver@apache.org" name="Andrew Oliver" id="AO"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
and work your way up.</p>
|
and work your way up.</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>What Else Should I Know?</title>
|
<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>
|
as it contains more generation information about contributing to POI in general.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<title>The New Halloween Document</title>
|
<title>The New Halloween Document</title>
|
||||||
<authors>
|
<authors>
|
||||||
<person email="acoliver2@users.sourceforge.net" name="Andrew C. Oliver" id="AO"/>
|
<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="nick@apache.org" name="Nick Burch" id="NB"/>
|
||||||
<person email="sergeikozello@mail.ru" name="Sergei Kozello" id="SK"/>
|
<person email="sergeikozello@mail.ru" name="Sergei Kozello" id="SK"/>
|
||||||
</authors>
|
</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
|
would if creating a new xls. When you are done modifying cells just
|
||||||
call workbook.write(outputstream) just as you did above.</p>
|
call workbook.write(outputstream) just as you did above.</p>
|
||||||
<p>An example of this can be seen in
|
<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>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<title>Limitations</title>
|
<title>Limitations</title>
|
||||||
<authors>
|
<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>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<title>Busy Developers' Guide to HSSF Features</title>
|
<title>Busy Developers' Guide to HSSF Features</title>
|
||||||
<authors>
|
<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>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<title>Record Generator HOWTO</title>
|
<title>Record Generator HOWTO</title>
|
||||||
<authors>
|
<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"/>
|
<person email="acoliver@apache.org" name="Andrew C. Oliver" id="acoliver"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
-->
|
-->
|
||||||
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd">
|
<!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">
|
<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-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
<menu label="HWPF">
|
<menu label="HWPF">
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<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>
|
<subtitle>Word File Format</subtitle>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="S. Ryan Ackley" email="sackley@cfl.rr.com"/>
|
<person name="S. Ryan Ackley" email="sackley@cfl.rr.com"/>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<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>
|
<subtitle>Overview</subtitle>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<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>
|
<subtitle>Project Plan</subtitle>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="Ryan Ackley" email="sackley@apache.org"/>
|
<person name="Ryan Ackley" email="sackley@apache.org"/>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<title></title>
|
<title></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="GS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/>
|
<person id="GS" name="Glen Stampoultzis" email="user@poi.apache.org"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<authors>
|
<authors>
|
||||||
<person name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
|
<person name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
|
||||||
<person name="Marcus W. Johnson" email="mjohnson@apache.org"/>
|
<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"/>
|
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="POI Project planning"
|
title="POI Project planning"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="POIFS"
|
title="POIFS"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<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>
|
<subtitle>Overview</subtitle>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
copyright="@year@ POI Project"
|
copyright="@year@ POI Project"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<person name="Stefano Mazzocchi" email="stefano@apache.org"/>
|
<person name="Stefano Mazzocchi" email="stefano@apache.org"/>
|
||||||
<person name="Robin Green" email="greenrd@hotmail.com"/>
|
<person name="Robin Green" email="greenrd@hotmail.com"/>
|
||||||
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.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"/>
|
<person name="Rainer Klute" email="klute@rainer-klute.org"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="Resolutions"
|
title="Resolutions"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<section><title>About Resolutions</title>
|
<section><title>About Resolutions</title>
|
||||||
<p>
|
<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
|
Decisions are made, etc. But what happens once those decisions
|
||||||
are made? They are archived in the mail list archive never to
|
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
|
be read again (once its not in the top 10 or so posts). So they
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To generate all of the documentation such as it would appear on the
|
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>).
|
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>
|
||||||
<p>
|
<p>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
requesting it be translated) into English and applied to the master before being applied to a translation.
|
requesting it be translated) into English and applied to the master before being applied to a translation.
|
||||||
</p>
|
</p>
|
||||||
<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
|
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,
|
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
|
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>
|
||||||
<p>
|
<p>
|
||||||
Submitting translations is simple, you follow the same
|
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
|
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
|
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&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr">Bugzilla</link>
|
<link href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr">Bugzilla</link>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<header>
|
||||||
<title>The Apache Jakarta POI Documentation Translations</title>
|
<title>The Apache POI Documentation Translations</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"/>
|
||||||
</authors>
|
</authors>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
title="POI Utils"
|
title="POI Utils"
|
||||||
copyright="@year@ POI Project">
|
copyright="@year@ POI Project">
|
||||||
|
|
||||||
<menu label="Jakarta POI">
|
<menu label="Apache POI">
|
||||||
<menu-item label="Top" href="../index.html"/>
|
<menu-item label="Top" href="../index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user