Author: nick Date: Tue May 29 10:32:05 2007 New Revision: 542597 URL: http://svn.apache.org/viewvc?view=rev&rev=542597 Log: Update Jakarta -> Apache in the build file, and update more of the site
Modified: jakarta/poi/trunk/build.xml jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml jakarta/poi/trunk/src/documentation/content/xdocs/historyandfuture.xml jakarta/poi/trunk/src/documentation/content/xdocs/legal.xml jakarta/poi/trunk/src/documentation/content/xdocs/news.xml jakarta/poi/trunk/src/documentation/content/xdocs/site.xml jakarta/poi/trunk/src/documentation/content/xdocs/who.xml jakarta/poi/trunk/src/documentation/skinconf.xml Modified: jakarta/poi/trunk/build.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/build.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/build.xml (original) +++ jakarta/poi/trunk/build.xml Tue May 29 10:32:05 2007 @@ -813,10 +813,10 @@ <manifest> <attribute name="Built-By" value="${user.name}"/> <section name="common"> - <attribute name="Specification-Title" value="Jakarta POI"/> + <attribute name="Specification-Title" value="Apache POI"/> <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Specification-Vendor" value="Apache"/> - <attribute name="Implementation-Title" value="Jakarta POI"/> + <attribute name="Implementation-Title" value="Apache POI"/> <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Implementation-Vendor" value="Apache"/> </section> @@ -832,10 +832,10 @@ <manifest> <attribute name="Built-By" value="${user.name}"/> <section name="common"> - <attribute name="Specification-Title" value="Jakarta POI"/> + <attribute name="Specification-Title" value="Apache POI"/> <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Specification-Vendor" value="Apache"/> - <attribute name="Implementation-Title" value="Jakarta POI"/> + <attribute name="Implementation-Title" value="Apache POI"/> <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Implementation-Vendor" value="Apache"/> </section> @@ -863,10 +863,10 @@ <manifest> <attribute name="Built-By" value="${user.name}"/> <section name="common"> - <attribute name="Specification-Title" value="Jakarta POI"/> + <attribute name="Specification-Title" value="Apache POI"/> <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Specification-Vendor" value="Apache"/> - <attribute name="Implementation-Title" value="Jakarta POI"/> + <attribute name="Implementation-Title" value="Apache POI"/> <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Implementation-Vendor" value="Apache"/> </section> @@ -878,10 +878,10 @@ <manifest> <attribute name="Built-By" value="${user.name}"/> <section name="common"> - <attribute name="Specification-Title" value="Jakarta POI"/> + <attribute name="Specification-Title" value="Apache POI"/> <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Specification-Vendor" value="Apache"/> - <attribute name="Implementation-Title" value="Jakarta POI"/> + <attribute name="Implementation-Title" value="Apache POI"/> <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Implementation-Vendor" value="Apache"/> </section> @@ -893,10 +893,10 @@ <manifest> <attribute name="Built-By" value="${user.name}"/> <section name="common"> - <attribute name="Specification-Title" value="Jakarta POI"/> + <attribute name="Specification-Title" value="Apache POI"/> <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Specification-Vendor" value="Apache"/> - <attribute name="Implementation-Title" value="Jakarta POI"/> + <attribute name="Implementation-Title" value="Apache POI"/> <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/> <attribute name="Implementation-Vendor" value="Apache"/> </section> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/casestudies.xml Tue May 29 10:32:05 2007 @@ -21,7 +21,7 @@ <document> <header> - <title>Jakarta POI - Case Studies</title> + <title>Apache POI - Case Studies</title> <authors> <person id="AO" name="Andrew C. Oliver" email="[EMAIL PROTECTED]"/> <person id="CR" name="Cameron Riley" email="[EMAIL PROTECTED]"/> @@ -48,9 +48,9 @@ agreed to have a few T-Shirts printed with the POI logo (once its chosen) for the first few best submissions. To submit a case study, either - <link href="http://jakarta.apache.org/poi/getinvolved/index.html"> + <link href="getinvolved/index.html"> submit a patch for this page</link> or email it to the - <link href="http://jakarta.apache.org/site/mail2.html#poi">mailing list + <link href="mailinglists.html">mailing list </link> (with [PATCH] prefixed subject, please). </p> </section> @@ -68,7 +68,7 @@ </p> <p> - The Jakarta-POI project has helped QuestionPro compete with the other players in the marketplace with proprietary technology. It leveled the playing field with respect to reporting and data analysis solutions. It helped in opening doors into closed solutions like Microsoft's CDF. Today about 100 excel reports are generated daily, each with about 10-30 sheets in them. + The Apache-POI project has helped QuestionPro compete with the other players in the marketplace with proprietary technology. It leveled the playing field with respect to reporting and data analysis solutions. It helped in opening doors into closed solutions like Microsoft's CDF. Today about 100 excel reports are generated daily, each with about 10-30 sheets in them. </p> <p> @@ -130,9 +130,9 @@ The <link href="http://www.lbank.lt/">Bank of Lithuania</link> reports financial statistical data to Excel format using the - <link href="http://jakarta.apache.org/poi/">Jakarta POI</link> + <link href="http://poi.apache.org/">Apache POI</link> project's - <link href="http://jakarta.apache.org/poi/hssf/"> + <link href="hssf/"> HSSF</link> API. The system is based on Oracle JServer and utilizes a Java stored procedure that outputs to XLS format using the HSSF API. - Arian Lashkov (alaskov at lbank.lt) Modified: jakarta/poi/trunk/src/documentation/content/xdocs/historyandfuture.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/historyandfuture.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/historyandfuture.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/historyandfuture.xml Tue May 29 10:32:05 2007 @@ -21,7 +21,7 @@ <document> <header> - <title>Jakarta POI - Project History</title> + <title>Apache POI - Project History</title> <authors> <person id="AO" name="Andrew C. Oliver" email="[EMAIL PROTECTED]"/> </authors> @@ -30,7 +30,7 @@ <body> - <section><title>Jakarta POI - Brief Project History</title> + <section><title>Apache POI - Brief Project History</title> <p>The POI project was dreamed up back around April 2001, when Andrew Oliver landed a short term contract to do Java-based @@ -94,10 +94,14 @@ looks like everything turned out since you're reading this! </p> + <p>In Early 2007, we graduated from + <link href="http://jakarta.apache.org/">Jakarta</link>, and became + our own Top Level Project (TLP) within Apache.</p> </section> +<!-- <section><title>What's next for Poi</title> -<!-- <p>First we'll tackle this from a project standpoint: Well, we + <p>First we'll tackle this from a project standpoint: Well, we made an offer to Microsoft and Actuate (tongue in cheek ... well mostly) that we'd quit the project and retire if they'd simply write us each a really large check. I've yet to @@ -107,7 +111,7 @@ <p>Next, we've got some work to do here at Jakarta to finish integrating POI into the community. Furthermore, we're still transitioning the Serializer to Cocoon. - </p>--> + </p> <p>HSSF, during the 2.0 cycle, will undergo a few optimizations. We'll also be adding new features like a full implementation of Formulas and custom text formats. We're @@ -138,7 +142,7 @@ that new blood will join the team and allow us to tackle this even faster (in part because POIFS is already finished). But maybe what we need most is you! </p> - </section> + </section> --> </body> <footer> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/legal.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/legal.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/legal.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/legal.xml Tue May 29 10:32:05 2007 @@ -21,14 +21,14 @@ <document> <header> - <title>Jakarta POI - Legal Stuff</title> + <title>Apache POI - Legal Stuff</title> <authors> <person id="TK" name="Tetsuya Kitahata" email="[EMAIL PROTECTED]"/> </authors> </header> <body> - <section><title>Jakarta POI - Legal Stuff</title> + <section><title>Apache POI - Legal Stuff</title> <p> All material on this website is Copyright © 2002-2003, The Apache Software Foundation Modified: jakarta/poi/trunk/src/documentation/content/xdocs/news.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/news.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/news.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/news.xml Tue May 29 10:32:05 2007 @@ -21,7 +21,7 @@ <document> <header> - <title>Jakarta POI - In the News over the world</title> + <title>Apache POI - In the News over the world</title> <authors> <person id="AO" name="Andrew C. Oliver" email="[EMAIL PROTECTED]"/> <person id="TK" name="Tetsuya Kitahata" email="[EMAIL PROTECTED]"/> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/site.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/site.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/site.xml Tue May 29 10:32:05 2007 @@ -42,14 +42,10 @@ </forrest> <cocoon href="cocoon/"/> </xml.apache.org> - <jakarta.apache.org href="http://jakarta.apache.org/"> - <ant href="ant/"/> - <poi href="poi/"/> - </jakarta.apache.org> <junit href="junit/index.html"/> <jdepend href="jdepend/index.html"/> <javadoc href="apidocs/index.html"/> - <download href="http://www.apache.org/dyn/closer.cgi/jakarta/poi/"/> + <download href="http://www.apache.org/dyn/closer.cgi/poi/"/> </external-refs> </site> Modified: jakarta/poi/trunk/src/documentation/content/xdocs/who.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/who.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/who.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/who.xml Tue May 29 10:32:05 2007 @@ -21,20 +21,20 @@ <document> <header> - <title>Jakarta POI - Who we are</title> + <title>Apache POI - Who we are</title> <authors> - <person name="Jakarta POI Documentation Team" email="poi-dev@jakarta.apache.org"/> + <person name="Apache POI Documentation Team" email="[EMAIL PROTECTED]"/> </authors> </header> <body> - <section><title>Jakarta POI - Who we are</title> + <section><title>Apache POI - Who we are</title> <p> The POI Project operates on a meritocracy: the more you do, the more responsibility you will obtain. This page lists all of the people who have gone the extra mile and are Committers. If you would like to get involved, - the first step is to join the <link href="http://jakarta.apache.org/site/mail2.html#poi">mailing lists</link>. + the first step is to join the <link href="mailinglists.html">mailing lists</link>. </p> <p> @@ -55,6 +55,12 @@ <!-- </ul>--> <!-- </section>--> + <section><title>Project Chair</title> + <ul> + <li>Nick Burch (nick at apache dot org)</li> + </ul> + </section> + <section><title>Emeritus Committers</title> <ul> <li>Nicola Ken Barozzi (barozzi at nicolaken dot com)</li> @@ -63,7 +69,7 @@ <section><title>Committers</title> <ul> - <li><link href="http://cvs.apache.org/~acoliver/">Andrew C. Oliver</link> (acoliver at apache dot org)</li> + <li><link href="http://people.apache.org/~acoliver/">Andrew C. Oliver</link> (acoliver at apache dot org)</li> <li><link href="http://www.marcj.com/">Marc Johnson</link> (mjohnson at apache dot org)</li> <li><link href="http://members.iinet.net.au/~gstamp/glen/">Glen Stampoultzis</link> (glens at apache.org)</li> <li><link href="http://www.rainer-klute.de/">Rainer Klute</link> (klute at apache dot org)</li> @@ -73,14 +79,8 @@ <li>Danny Mui (dmui at apache dot org)</li> <li>Jason Height (jheight at apache dot org)</li> <li><link href="http://www.apache.org/~tetsuya/">Tetsuya Kitahata</link> (tetsuya at apache dot org)</li> - <li>Nick Burch (nick at apache dot org)</li> <li>Yegor Kozlov</li> <li>Amol S Deshmukh (amol at apache dot org)</li> - </ul> - </section> - <section><title>Developers</title> - <ul> - <li>Agustín Martín (agusmba at terra dot es)</li> </ul> </section> <section><title>Translators</title> Modified: jakarta/poi/trunk/src/documentation/skinconf.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/skinconf.xml?view=diff&rev=542597&r1=542596&r2=542597 ============================================================================== --- jakarta/poi/trunk/src/documentation/skinconf.xml (original) +++ jakarta/poi/trunk/src/documentation/skinconf.xml Tue May 29 10:32:05 2007 @@ -95,19 +95,19 @@ <!-- Do we want to disable w3c compliance links? --> <disable-compliance-links>false</disable-compliance-links> - <searchsite-domain>jakarta.apache.org</searchsite-domain> - <searchsite-name>jakarta</searchsite-name> + <searchsite-domain>poi.apache.org</searchsite-domain> + <searchsite-name>poi</searchsite-name> <!-- mandatory project logo skin: forrest-site renders it at the top --> <project-name>POI</project-name> - <project-url>http://jakarta.apache.org/poi/</project-url> + <project-url>http://poi.apache.org/</project-url> <project-logo>resources/images/project-logo.gif</project-logo> <!-- optional group logo skin: forrest-site renders it at the top-left corner --> - <group-name>Jakarta</group-name> - <group-url>http://jakarta.apache.org</group-url> + <group-name>Apache POI</group-name> + <group-url>http://poi.apache.org</group-url> <group-logo>resources/images/group-logo.gif</group-logo> <!-- optional host logo (e.g. sourceforge logo) @@ -116,7 +116,7 @@ <host-logo></host-logo> <!-- The following are used to construct a copyright statement --> - <year>2002-2006</year> + <year>2002-2007</year> <vendor>The Apache Software Foundation</vendor> <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't @@ -124,8 +124,7 @@ --> <trail> <link1 name="Apache" href="http://www.apache.org/"/> - <link2 name="Jakarta" href="http://jakarta.apache.org/"/> - <link3 name="POI" href="http://jakarta.apache.org/poi/"/> + <link2 name="POI" href="http://poi.apache.org/"/> </trail> <!-- Credits are typically rendered as a set of small clickable images in the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/