Author: fanningpj
Date: Wed Oct 14 09:00:32 2020
New Revision: 1882483
URL: http://svn.apache.org/viewvc?rev=1882483&view=rev
Log:
fix XSLF urls
Modified:
poi/site/publish/changes.html
poi/site/publish/components/slideshow/xslf-cookbook.html
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1882483&r1=1882482&r2=1882483&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Oct 14 09:00:32 2020
@@ -214,7 +214,7 @@ document.write("Last Published: " + docu
<a name="5.0.0"></a>
<h2 class="boxed">Version
- 5.0.0 (2020-08-??)
+ 5.0.0 (2020-11-??)
</h2>
<div class="section">
<a name="Summary"></a>
@@ -357,6 +357,14 @@ document.write("Last Published: " + docu
<tr class="action">
<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64693">64693</a></td><td>HEMF</td><td>POI
HwmfGraphics cannot read the embedded document title</td>
</tr>
+
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64716">64716</a></td><td>HWMF</td><td>WMF
font typeface charset encoding error</td>
+</tr>
+
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64773">64773</a></td><td>POI_Overall</td><td>Visual
signatures for .xlsx/.docx </td>
+</tr>
</tbody>
</table>
@@ -368,7 +376,7 @@ document.write("Last Published: " + docu
4.1.2 (2020-02-17)
</h2>
<div class="section">
-<a name="Summary-N101F9"></a>
+<a name="Summary-N10219"></a>
<h3 class="boxed">Summary</h3>
<ul>
@@ -383,7 +391,7 @@ document.write("Last Published: " + docu
<li>updated dependencies to Bouncycastle 1.64</li>
</ul>
-<a name="Changes-N1020F"></a>
+<a name="Changes-N1022F"></a>
<h3 class="boxed">Changes</h3>
<table class="POITable">
<colgroup>
@@ -517,7 +525,7 @@ document.write("Last Published: " + docu
4.1.1 (2019-10-20)
</h2>
<div class="section">
-<a name="Summary-N103DA"></a>
+<a name="Summary-N103FA"></a>
<h3 class="boxed">Summary</h3>
<ul>
@@ -536,7 +544,7 @@ document.write("Last Published: " + docu
<li>CVE-2019-12415 - XML External Entity (XXE) Processing in Apache POI</li>
</ul>
-<a name="Changes-N103F6"></a>
+<a name="Changes-N10416"></a>
<h3 class="boxed">Changes</h3>
<table class="POITable">
<colgroup>
@@ -686,7 +694,7 @@ document.write("Last Published: " + docu
4.1.0 (2019-04-09)
</h2>
<div class="section">
-<a name="Summary-N105FE"></a>
+<a name="Summary-N1061E"></a>
<h3 class="boxed">Summary</h3>
<ul>
@@ -711,7 +719,7 @@ document.write("Last Published: " + docu
<li>Upgrade to XMLSec 2.1.2</li>
</ul>
-<a name="Changes-N10623"></a>
+<a name="Changes-N10643"></a>
<h3 class="boxed">Changes</h3>
<table class="POITable">
<colgroup>
@@ -885,7 +893,7 @@ document.write("Last Published: " + docu
4.0.1 (2018-12-03)
</h2>
<div class="section">
-<a name="Summary-N10894"></a>
+<a name="Summary-N108B4"></a>
<h3 class="boxed">Summary</h3>
<ul>
@@ -896,7 +904,7 @@ document.write("Last Published: " + docu
<li>Upgrade to XMLBeans 3.0.2</li>
</ul>
-<a name="Changes-N108A4"></a>
+<a name="Changes-N108C4"></a>
<h3 class="boxed">Changes</h3>
<table class="POITable">
<colgroup>
@@ -1054,7 +1062,7 @@ document.write("Last Published: " + docu
4.0.0 (2018-09-07)
</h2>
<div class="section">
-<a name="Summary-N10AD5"></a>
+<a name="Summary-N10AF5"></a>
<h3 class="boxed">Summary</h3>
<ul>
@@ -1063,7 +1071,7 @@ document.write("Last Published: " + docu
<li>New OOXML schema (1.4) necessary, because of incompatible XMLBeans loading
not anymore through POIXMLTypeLoader</li>
</ul>
-<a name="Changes-N10AE2"></a>
+<a name="Changes-N10B02"></a>
<h3 class="boxed">Changes</h3>
<table class="POITable">
<colgroup>
Modified: poi/site/publish/components/slideshow/xslf-cookbook.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/xslf-cookbook.html?rev=1882483&r1=1882482&r2=1882483&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/xslf-cookbook.html (original)
+++ poi/site/publish/components/slideshow/xslf-cookbook.html Wed Oct 14
09:00:32 2020
@@ -292,7 +292,7 @@ document.write("Last Published: " + docu
<div class="section">
<p>
This page offers a short introduction into the XSLF API. More
examples can be found in the
- <a
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/usermodel/">
XSLF Examples</a>
+ <a
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/">
XSLF Examples</a>
in the POI SVN repository.
</p>
<div class="note">
@@ -914,7 +914,7 @@ document.write("Last Published: " + docu
where graphics is a class implementing java.awt.Graphics2D. In
PPTX2PNG the graphic canvas is derived from
java.awt.image.BufferedImage, i.e. the destination is an image
in memory, but in general case you can pass
any compliant implementation of java.awt.Graphics2D. The
- <a
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/usermodel/PPTX2SVG.txt">PPTX2SVG</a>
+ <a
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/PPTX2SVG.txt">PPTX2SVG</a>
example demonstrates how to use Apache Batik to convert .pptx
slides into SVG format.
</p>
<a name="Merge" id="Merge"></a><a
name="Merge+multiple+presentations+together"></a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]