You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/06/22 13:28:35 UTC

svn commit: r1686842 - in /poi/site: publish/changes.html publish/changes.rss publish/related-projects.html src/documentation/content/xdocs/related-projects.xml

Author: centic
Date: Mon Jun 22 11:28:34 2015
New Revision: 1686842

URL: http://svn.apache.org/r1686842
Log:
More related projects
Publish changes

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/publish/related-projects.html
    poi/site/src/documentation/content/xdocs/related-projects.xml

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1686842&r1=1686841&r2=1686842&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Jun 22 11:28:34 2015
@@ -261,6 +261,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58040">58040</a> - Log Forging</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=56328">56328</a> - Improve AreaReference to take account of the spreadsheet format version when determining whether a reference is whole-column.</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1686842&r1=1686841&r2=1686842&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon Jun 22 11:28:34 2015
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 56328)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 56328) - Improve AreaReference to take account of the spreadsheet format version when determining whether a reference is whole-column.</description></item><item><title> fix(bug 57963)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57963) - Fix and verify in CI builds that we can compile most examples without requiring scratchpad-jar, update documentation.</description></item><item><title> fix(bug 53109)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53109) - Correctly handle unicode strings in NameCommentRecord</description></item><item><title> add(bug 57904)</title><link>http://poi.apache.org/changes.html<
 /link><description> add by POI Developers (bug 57904) - Automatically verify that the resulting source-packages can be built</description></item><item><title> fix(bug 57512)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57512) - Fix potential NPE in DateUtil for invalid dates</description></item><item><title> fix(bug 57889)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57889) - Fix potential NPE in XWPFParagraph.getNumFmt()</description></item><item><title> fix(bug 57951)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57951) - Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8</description></item><item><title> fix(bug 55410)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 55410) - Use specific ID value which prevents Excel from turning comments
  into giant curved arrows</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 58040)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58040) - Log Forging</description></item><item><title> fix(bug 56328)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 56328) - Improve AreaReference to take account of the spreadsheet format version when determining whether a reference is whole-column.</description></item><item><title> fix(bug 57963)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57963) - Fix and verify in CI builds that we can compile most examples without requiring scratchpad-jar, update documentation.</description></item><item><title> fix(bug 53109)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers 
 (bug 53109) - Correctly handle unicode strings in NameCommentRecord</description></item><item><title> add(bug 57904)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57904) - Automatically verify that the resulting source-packages can be built</description></item><item><title> fix(bug 57512)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57512) - Fix potential NPE in DateUtil for invalid dates</description></item><item><title> fix(bug 57889)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57889) - Fix potential NPE in XWPFParagraph.getNumFmt()</description></item><item><title> fix(bug 57951)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57951) - Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8</description></item><item><title> fix(bug 55410)<
 /title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 55410) - Use specific ID value which prevents Excel from turning comments into giant curved arrows</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/publish/related-projects.html
URL: http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1686842&r1=1686841&r2=1686842&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Mon Jun 22 11:28:34 2015
@@ -317,9 +317,9 @@ if (VERSION > 3) {
 </div>
             
               
-<a name="NPOI"></a>
+<a name="Jackcess"></a>
 <div class="h4">
-<h4>NPOI</h4>
+<h4>Jackcess</h4>
 </div>
               
 <p>
@@ -328,7 +328,19 @@ if (VERSION > 3) {
               </p>
               
               
-<a name="NPOI-N1006B"></a>
+<a name="poi-mail-merge"></a>
+<div class="h4">
+<h4>poi-mail-merge</h4>
+</div>
+              
+<p>
+              
+<a href="https://github.com/centic9/poi-mail-merge">poi-mail-merge</a> is a small tool to automate mail-merges, i.e. replacing strings in a template Microsoft Word file multiple times with data from a list of replacements 
+              provided as Excel/CSV data. Available under the BSD 2-Clause License. 
+              </p>
+              
+              
+<a name="NPOI"></a>
 <div class="h4">
 <h4>NPOI</h4>
 </div>

Modified: poi/site/src/documentation/content/xdocs/related-projects.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/related-projects.xml?rev=1686842&r1=1686841&r2=1686842&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/related-projects.xml (original)
+++ poi/site/src/documentation/content/xdocs/related-projects.xml Mon Jun 22 11:28:34 2015
@@ -58,11 +58,17 @@
 		</section>
         <section>
             <title>Other projects</title>
-              <section><title>NPOI</title>
+              <section><title>Jackcess</title>
               <p>
               <link href="http://jackcess.sourceforge.net/">Jackcess</link> is a pure Java library for reading from and writing to MS Access databases available under Apache License 2.0.
               </p>
               </section>
+              <section><title>poi-mail-merge</title>
+              <p>
+              <link href="https://github.com/centic9/poi-mail-merge">poi-mail-merge</link> is a small tool to automate mail-merges, i.e. replacing strings in a template Microsoft Word file multiple times with data from a list of replacements 
+              provided as Excel/CSV data. Available under the BSD 2-Clause License. 
+              </p>
+              </section>
               <section><title>NPOI</title>
               <p>
               <link href="https://npoi.codeplex.com/">NPOI</link> is a .NET version of Apache POI available under Apache License 2.0.



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