You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/10/10 18:27:42 UTC

svn commit: r1531043 - in /poi/site/src/documentation/content/xdocs: download.xml index.xml

Author: nick
Date: Thu Oct 10 16:27:42 2013
New Revision: 1531043

URL: http://svn.apache.org/r1531043
Log:
Add a "Project News" section to make it easier to spot what on the homepage is new and what is normal, and push the nightly builds to downloads from the front page as should not normally be used

Modified:
    poi/site/src/documentation/content/xdocs/download.xml
    poi/site/src/documentation/content/xdocs/index.xml

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1531043&r1=1531042&r2=1531043&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Thu Oct 10 16:27:42 2013
@@ -161,6 +161,19 @@
       </section>
     </section>
 
+    <section><title>Nightly Builds</title>
+     <p>The POI nightly builds are run on <link href="https://builds.apache.org/job/POI/">Jenkins</link>  continuous integration server.
+     Note that these are no official builds and they are not endorsed or even supported by the POI team.
+     <br/>
+     <strong>These builds should not be used in production</strong>: they are only intended for use by developers 
+     to help with resolving bugs and evaluating new features.
+     </p>
+     <ul>
+      <li><link href="https://builds.apache.org/job/POI/lastSuccessfulBuild/artifact/build/dist/">
+        Last Successful Jenkins build for POI-trunk</link></li> 
+     </ul>
+    </section>
+
     <section id="verify"><title>Verify</title>
       <p>
         It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. 

Modified: poi/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1531043&r1=1531042&r2=1531043&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Thu Oct 10 16:27:42 2013
@@ -32,41 +32,32 @@
   </header>
 
   <body>
-    <section><title>19 September 2013 - POI 3.10 Beta 2 available</title>
-     <p>The Apache POI team is pleased to announce the release of 3.10 Beta 2. This primarily
+    <section><title>Project News</title>
+      <section><title>19 September 2013 - POI 3.10 Beta 2 available</title>
+       <p>The Apache POI team is pleased to announce the release of 3.10 Beta 2. This primarily
         includes a large number of bug fixes, and some enhancements (especially in the number of
         Formula Functions supported).
-      </p>
-      <p>A full list of changes is available in the <link href="changes.html">change log</link>. 
+       </p>
+       <p>A full list of changes is available in the <link href="changes.html">change log</link>. 
         People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
-      <p>See the <link href="download.html">downloads</link> page for more details.</p>
-    </section>
-    <section><title>3 December 2012 - POI 3.9 available</title>
-     <p>The Apache POI team is pleased to announce the release of 3.9. This includes a large number of bug fixes, and some
+       <p>See the <link href="download.html">downloads</link> page for more details.</p>
+      </section>
+      <section><title>3 December 2012 - POI 3.9 available</title>
+       <p>The Apache POI team is pleased to announce the release of 3.9. This includes a large number of bug fixes, and some
         enhancements (especially text extraction). See the
         <link href="http://www.apache.org/dist/poi/release/RELEASE-NOTES.txt">release notes</link> for more details.
-      </p>
-      <p>A full list of changes is available in the <link href="changes.html">change log</link>. 
-      People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
-      <p>See the <link href="download.html">downloads</link> page for more details.</p>
-    </section>
-    <section><title>Nightly Builds</title>
-     <p>The POI nightly builds are run on <link href="https://builds.apache.org/job/POI/">Jenkins</link>  continuous integration server.
-     Note that these are no official builds and they are not endorsed or even supported by the POI team.
-     <br/>
-     <strong>These builds should not be used in production</strong>: they are only intended for use by developers 
-     to help with resolving bugs and evaluating new features.
-     </p>
-     <ul>
-      <li><link href="https://builds.apache.org/job/POI/lastSuccessfulBuild/artifact/build/dist/">
-        Last Successful Jenkins build for POI-trunk</link></li> 
-     </ul>
-    </section>
-    <section><title>28 August 2011 -  The Apache POI project is celebrating its 10th anniversary</title>
-      <p>
+       </p>
+       <p>A full list of changes is available in the <link href="changes.html">change log</link>. 
+        People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
+       <p>See the <link href="download.html">downloads</link> page for more details.</p>
+      </section>
+      <section><title>28 August 2011 - The Apache POI project is celebrating its 10th anniversary</title>
+       <p>
         The Apache POI project is celebrating its 10th anniversary. On the 28th of August 2001, the first 0.1 alpha version of POI was released. 
         <link href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces14">Read more...</link></p>
+      </section>
     </section>
+
     <section><title>Mission Statement</title>
       <p>
       The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org