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 2016/07/15 10:39:51 UTC

svn commit: r1752816 - in /poi/site/publish: poi-ruby.html poifs/usecases.html

Author: nick
Date: Fri Jul 15 10:39:50 2016
New Revision: 1752816

URL: http://svn.apache.org/viewvc?rev=1752816&view=rev
Log:
Republish site

Modified:
    poi/site/publish/poi-ruby.html
    poi/site/publish/poifs/usecases.html

Modified: poi/site/publish/poi-ruby.html
URL: http://svn.apache.org/viewvc/poi/site/publish/poi-ruby.html?rev=1752816&r1=1752815&r2=1752816&view=diff
==============================================================================
--- poi/site/publish/poi-ruby.html (original)
+++ poi/site/publish/poi-ruby.html Fri Jul 15 10:39:50 2016
@@ -206,23 +206,23 @@ if (VERSION > 3) {
 <span class="menuLabel">Apache Wide</span>
         
 <div class="menuItem">
-<a href="http://www.apache.org/">Apache Software Foundation</a>
+<a href="https://www.apache.org/">Apache Software Foundation</a>
 </div>
         
 <div class="menuItem">
-<a href="http://www.apache.org/licenses/">License</a>
+<a href="https://www.apache.org/licenses/">License</a>
 </div>
         
 <div class="menuItem">
-<a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+<a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
 </div>
         
 <div class="menuItem">
-<a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
 </div>
         
 <div class="menuItem">
-<a href="http://www.apache.org/security/">Security</a>
+<a href="https://www.apache.org/security/">Security</a>
 </div>
     
 </div>
@@ -266,7 +266,7 @@ if (VERSION > 3) {
       with ease
       </p>
       
-<p>The bindings are generated by compiling POI with <a href="http://gcc.gnu.org/java/">gcj</a>,
+<p>The bindings are generated by compiling POI with <a href="https://gcc.gnu.org/java/">gcj</a>,
       and generating the Ruby wrapper using <a href="http://www.swig.org">SWIG</a>.  The aim is the keep
       the POI api as-is. However, where java standard library objects are used, an effort is made to transform them smoothly
       into  Ruby objects. Therefore, where the POI API takes an OutputStream, you can pass an IO object. Where the POI works
@@ -298,7 +298,8 @@ if (VERSION > 3) {
 </div>
 	
 <p>
-	The POI-Ruby module sits under the POI <a href="http://svn.apache.org/repos/asf/poi/trunk/src/contrib/poi-ruby/">Subversion</a>. Running <em>make</em>
+	The POI-Ruby module sits under the POI <a href="https://svn.apache.org/repos/asf/poi/trunk/src/contrib/poi-ruby/">Subversion</a>
+	<a href="https://svn.apache.org/viewvc/poi/trunk/src/contrib/poi-ruby/">(viewvc)</a>. Running <em>make</em>
 	inside that directory will create a loadable ruby extension <em>poi4r.so</em> in the release subdirectory. Tests
 	are in the <em>tests/</em> subdirectory, and should be run from the <em>poi-ruby</em> directory. Please read the tests to figure out the usage.
 	</p>
@@ -312,7 +313,7 @@ if (VERSION > 3) {
 <h4>Binary</h4>
 </div>
 	
-<p>A version of poi4r.so is available <a href="http://www.apache.org/~avik/dist/poi4r.so">here</a>. Its been compiled on a linux box
+<p>A version of poi4r.so is available <a href="https://www.apache.org/~avik/dist/poi4r.so">here</a> (broken link). Its been compiled on a linux box
 	with GCC 3.4.3 and Ruby 1.8.2. It dynamically links to libgcj. No guarantees about working on any other box.  </p>
 	
       

Modified: poi/site/publish/poifs/usecases.html
URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/usecases.html?rev=1752816&r1=1752815&r2=1752816&view=diff
==============================================================================
--- poi/site/publish/poifs/usecases.html (original)
+++ poi/site/publish/poifs/usecases.html Fri Jul 15 10:39:50 2016
@@ -76,35 +76,27 @@ if (VERSION > 3) {
 <div class="menuBar">
 <div class="menu">
 <span class="menuLabel">Apache POI</span>
-    
 <div class="menuItem">
 <a href="../index.html">Top</a>
 </div>
-  
 </div>
 <div class="menu">
 <span class="menuLabel">POIFS</span>
-    
 <div class="menuItem">
 <a href="index.html">Overview</a>
 </div>
-    
 <div class="menuItem">
 <a href="how-to.html">How To</a>
 </div>
-    
 <div class="menuItem">
 <a href="embeded.html">Embedded Documents</a>
 </div>
-    
 <div class="menuItem">
 <a href="fileformat.html">File System Documentation</a>
 </div>
-    
 <div class="menuItem">
 <span class="menuSelected">Use Cases</span>
 </div>
-  
 </div>
 </div>
 </div>



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