You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/11/24 19:46:50 UTC

svn commit: r1771209 - in /poi/site: publish/index.html src/documentation/content/xdocs/index.xml

Author: onealj
Date: Thu Nov 24 19:46:50 2016
New Revision: 1771209

URL: http://svn.apache.org/viewvc?rev=1771209&view=rev
Log:
link to downloads.html anchor on index.html

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

Modified: poi/site/publish/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1771209&r1=1771208&r2=1771209&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Thu Nov 24 19:46:50 2016
@@ -76,117 +76,155 @@ if (VERSION > 3) {
 <div class="menuBar">
 <div class="menu">
 <span class="menuLabel">Overview</span>
+        
 <div class="menuItem">
 <span class="menuSelected">Home</span>
 </div>
+        
 <div class="menuItem">
 <a href="download.html">Download</a>
 </div>
+        
 <div class="menuItem">
 <a href="overview.html">Components</a>
 </div>
+        
 <div class="menuItem">
 <a href="text-extraction.html">Text Extraction</a>
 </div>
+        
 <div class="menuItem">
 <a href="encryption.html">Encryption support</a>
 </div>
+        
 <div class="menuItem">
 <a href="casestudies.html">Case Studies</a>
 </div>
+        
 <div class="menuItem">
 <a href="related-projects.html">Related projects</a>
 </div>
+        
 <div class="menuItem">
 <a href="legal.html">Legal</a>
 </div>
+    
 </div>
 <div class="menu">
 <span class="menuLabel">Help</span>
+        
 <div class="menuItem">
 <a href="apidocs/index.html">Javadocs</a>
 </div>
+        
 <div class="menuItem">
 <a href="faq.html">FAQ</a>
 </div>
+        
 <div class="menuItem">
 <a href="mailinglists.html">Mailing Lists</a>
 </div>
+        
 <div class="menuItem">
 <a href="https://bz.apache.org/bugzilla/buglist.cgi?product=POI">Bug Database</a>
 </div>
+        
 <div class="menuItem">
 <a href="changes.html">Changelog</a>
 </div>
+    
 </div>
 <div class="menu">
 <span class="menuLabel">Getting Involved</span>
+        
 <div class="menuItem">
 <a href="subversion.html">Subversion Repository</a>
 </div>
+        
 <div class="menuItem">
 <a href="howtobuild.html">How To Build</a>
 </div>
+        
 <div class="menuItem">
 <a href="guidelines.html">Contribution Guidelines</a>
 </div>
+        
 <div class="menuItem">
 <a href="who.html">Who We Are</a>
 </div>
+    
 </div>
 <div class="menu">
 <span class="menuLabel">Component APIs</span>
+        
 <div class="menuItem">
 <a href="spreadsheet/index.html">Excel (SS=HSSF+XSSF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="document/index.html">Word (HWPF+XWPF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="slideshow/index.html">PowerPoint (HSLF+XSLF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="oxml4j/index.html">OpenXML4J (OOXML)</a>
 </div>
+        
 <div class="menuItem">
 <a href="poifs/index.html">OLE2 Filesystem (POIFS)</a>
 </div>
+        
 <div class="menuItem">
 <a href="hpsf/index.html">OLE2 Document Props (HPSF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="hsmf/index.html">Outlook (HSMF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="diagram/index.html">Visio (HDGF+XDGF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="hmef/index.html">TNEF (HMEF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="hpbf/index.html">Publisher (HPBF)</a>
 </div>
+        
 <div class="menuItem">
 <a href="logging.html">Logging framework</a>
 </div>
+    
 </div>
 <div class="menu">
 <span class="menuLabel">Apache Wide</span>
+        
 <div class="menuItem">
 <a href="https://www.apache.org/">Apache Software Foundation</a>
 </div>
+        
 <div class="menuItem">
 <a href="https://www.apache.org/licenses/">License</a>
 </div>
+        
 <div class="menuItem">
 <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </div>
+        
 <div class="menuItem">
 <a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
 </div>
+        
 <div class="menuItem">
 <a href="https://www.apache.org/security/">Security</a>
 </div>
+    
 </div>
 </div>
 </div>
@@ -238,11 +276,11 @@ if (VERSION > 3) {
          We are also working on assembling a Gradle build to make it easier to build, test, and contribute.</p>
       
 <p>A summary of changes is available in the 
-        <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES.txt">Release Notes</a>.
+        <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.15-beta1.txt">Release Notes</a>.
         A full list of changes is available in the <a href="changes.html#3.16-beta1">change log</a>. 
         People interested should also follow the <a href="mailinglists.html">dev list</a> to track progress.</p>
        
-<p>See the <a href="download.html">downloads</a> page for more details.</p>
+<p>See the <a href="download.html#POI-3.16-beta1">downloads</a> page for more details.</p>
       
 
       
@@ -276,7 +314,7 @@ if (VERSION > 3) {
         A full list of changes is available in the <a href="changes.html#3.15">change log</a>. 
         People interested should also follow the <a href="mailinglists.html">dev list</a> to track progress.</p>
        
-<p>See the <a href="download.html">downloads</a> page for more details.</p>
+<p>See the <a href="download.html#POI-3.15">downloads</a> page for more details.</p>
       
 
       

Modified: poi/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1771209&r1=1771208&r2=1771209&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Thu Nov 24 19:46:50 2016
@@ -41,10 +41,10 @@
          protected files and encrypting temporary files.
          We are also working on assembling a Gradle build to make it easier to build, test, and contribute.</p>
       <p>A summary of changes is available in the 
-        <link href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES.txt">Release Notes</link>.
+        <link href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.15-beta1.txt">Release Notes</link>.
         A full list of changes is available in the <link href="changes.html#3.16-beta1">change log</link>. 
         People interested should also follow the <link href="mailinglists.html">dev list</link> to track progress.</p>
-       <p>See the <link href="download.html">downloads</link> page for more details.</p>
+       <p>See the <link href="download.html#POI-3.16-beta1">downloads</link> page for more details.</p>
       </section>
 
       <section><title>03 October 2016 - The Apache POI project is celebrating its 15th anniversary</title>
@@ -63,7 +63,7 @@
         <link href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt">Release Notes</link>.
         A full list of changes is available in the <link href="changes.html#3.15">change log</link>. 
         People interested should also follow the <link href="mailinglists.html">dev list</link> to track progress.</p>
-       <p>See the <link href="download.html">downloads</link> page for more details.</p>
+       <p>See the <link href="download.html#POI-3.15">downloads</link> page for more details.</p>
       </section>
 
       <section><title>12 January 2016 - New case study - Deutsche Bahn</title>



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