Author: kiwiwings
Date: Sat Mar 12 00:33:37 2016
New Revision: 1734653
URL: http://svn.apache.org/viewvc?rev=1734653&view=rev
Log:
update website
Modified:
poi/site/publish/changes.html
poi/site/publish/changes.rss
poi/site/publish/document/projectplan.html
poi/site/publish/hpsf/todo.html
poi/site/publish/poifs/how-to.html
poi/site/publish/poifs/usecases.html
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1734653&r1=1734652&r2=1734653&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Mar 12 00:33:37 2016
@@ -258,13 +258,16 @@ if (VERSION > 3) {
-<a name="3.14-beta1"></a>
+<a name="3.15-beta1"></a>
<div class="h3">
-<h3>Version 3.14-beta1 (2016-07-??)</h3>
+<h3>Version 3.15-beta1 (2016-07-??)</h3>
</div>
<ul>
<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59170">59170</a> - Remove
deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</li>
+
+<li>
<img class="icon" alt="add" src="images/add.jpg"> <a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57031">57031</a> - Out of
Memory when extracting text from attached files</li>
<li>
Modified: poi/site/publish/changes.rss
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1734653&r1=1734652&r2=1734653&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sat Mar 12 00:33:37 2016
@@ -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>Apache POI
Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache
POI Changes</description><language>en-us</language><item><title> add(bug
57031)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 57031) - Out of Memory when extracting text from
attached files</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - More helpful exception when POIFSFileSystem is given a raw XML
file</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>Apache POI
Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache
POI Changes</description><language>en-us</language><item><title> fix(bug
59170)</title><link>http://poi.apache.org/changes.html</link><description> fix
by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) -
org.apache.poi.hssf/ss.util.Region</description></item><item><title> add(bug
57031)</title><link>http://poi.apache.org/changes.html</link><description> add
by POI Developers (bug 57031) - Out of Memory when extracting text from
attached files</description></item><item><title>
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by
POI Developers - More helpful exception when POIFSFileSystem is given a raw XML
file</description></item></channel></rss>
\ No newline at end of file
Modified: poi/site/publish/document/projectplan.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/document/projectplan.html?rev=1734653&r1=1734652&r2=1734653&view=diff
==============================================================================
--- poi/site/publish/document/projectplan.html (original)
+++ poi/site/publish/document/projectplan.html Sat Mar 12 00:33:37 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">HWPF+XWPF</span>
-
<div class="menuItem">
<a href="index.html">Overview</a>
</div>
-
<div class="menuItem">
<a href="quick-guide.html">HWPF Quick Guide</a>
</div>
-
<div class="menuItem">
<a href="quick-guide-xwpf.html">XWPF Quick Guide</a>
</div>
-
<div class="menuItem">
<a href="docoverview.html">HWPF Format</a>
</div>
-
<div class="menuItem">
<span class="menuSelected">HWPF Project plan</span>
</div>
-
</div>
</div>
</div>
Modified: poi/site/publish/hpsf/todo.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/hpsf/todo.html?rev=1734653&r1=1734652&r2=1734653&view=diff
==============================================================================
--- poi/site/publish/hpsf/todo.html (original)
+++ poi/site/publish/hpsf/todo.html Sat Mar 12 00:33:37 2016
@@ -76,27 +76,35 @@ 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">HPSF</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="thumbnails.html">Thumbnails</a>
</div>
+
<div class="menuItem">
<a href="internals.html">Internals</a>
</div>
+
<div class="menuItem">
<span class="menuSelected">To Do</span>
</div>
+
</div>
</div>
</div>
Modified: poi/site/publish/poifs/how-to.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/poifs/how-to.html?rev=1734653&r1=1734652&r2=1734653&view=diff
==============================================================================
--- poi/site/publish/poifs/how-to.html (original)
+++ poi/site/publish/poifs/how-to.html Sat Mar 12 00:33:37 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">
<span class="menuSelected">How To</span>
</div>
-
<div class="menuItem">
<a href="embeded.html">Embeded Documents</a>
</div>
-
<div class="menuItem">
<a href="fileformat.html">File System Documentation</a>
</div>
-
<div class="menuItem">
<a href="usecases.html">Use Cases</a>
</div>
-
</div>
</div>
</div>
Modified: poi/site/publish/poifs/usecases.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/poifs/usecases.html?rev=1734653&r1=1734652&r2=1734653&view=diff
==============================================================================
--- poi/site/publish/poifs/usecases.html (original)
+++ poi/site/publish/poifs/usecases.html Sat Mar 12 00:33:37 2016
@@ -76,27 +76,35 @@ 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">Embeded 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: [email protected]
For additional commands, e-mail: [email protected]