This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 660c18a302 git-site-role commit from build_staging.sh
660c18a302 is described below
commit 660c18a30262c42ed8cb6c1605905dee393c8c26
Author: jenkins <[email protected]>
AuthorDate: Sun Jan 4 14:28:33 2026 +0000
git-site-role commit from build_staging.sh
---
content/feed.xml | 4 ++--
content/xml/project_tools.html | 16 ++++++++--------
content/xml/research.html | 2 +-
content/xml/xfilter.html | 28 ++++++++++++----------------
4 files changed, 23 insertions(+), 27 deletions(-)
diff --git a/content/feed.xml b/content/feed.xml
index 23d90840b6..5c0fb8b4cc 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
<atom:link href="http://localhost:8820/feed.xml" rel="self"
type="application/rss+xml" />
<description>OpenOffice.org Feed</description>
<language>en-us</language>
- <pubDate>Sun, 4 Jan 2026 14:14:43 +0000</pubDate>
- <lastBuildDate>Sun, 4 Jan 2026 14:14:43 +0000</lastBuildDate>
+ <pubDate>Sun, 4 Jan 2026 14:25:43 +0000</pubDate>
+ <lastBuildDate>Sun, 4 Jan 2026 14:25:43 +0000</lastBuildDate>
</channel>
diff --git a/content/xml/project_tools.html b/content/xml/project_tools.html
index 61f5b4ef4b..e3a9e99418 100644
--- a/content/xml/project_tools.html
+++ b/content/xml/project_tools.html
@@ -59,15 +59,15 @@ Thus:
</div>
-<div class="label"><strong><a
href="http://wiki.services.openoffice.org/wiki/Xml">Wiki</a></strong></div>
+<div class="label"><strong><a
href="https://wiki.openoffice.org/wiki/Xml">Wiki</a></strong></div>
<div class="body">
- <div><a href="http://wiki.services.openoffice.org/wiki/Xml/Efforts">Current
Efforts</a> </div>
- <div><a
href="http://wiki.services.openoffice.org/wiki/Xml/ContributionAreas">Contributions</a>
</div>
- <div><a
href="http://wiki.services.openoffice.org/wiki/Xml/ArticlesAndBooks">Articles
and Books</a> </div>
- <div><a href="http://wiki.services.openoffice.org/wiki/Xml/Research">Reports
and Research</a> </div>
- <div><a href="http://wiki.services.openoffice.org/wiki/Xml/Tools">Tools</a>
</div>
- <div><a
href="http://wiki.services.openoffice.org/wiki/Xml/Filters">Filters</a> </div>
- <div><a
href="http://wiki.services.openoffice.org/wiki/Xml/Modules">Modules</a> </div>
+ <div><a href="https://wiki.openoffice.org/wiki/Xml/Efforts">Current
Efforts</a> </div>
+ <div><a
href="hhttps://wiki.openoffice.org/wiki/Xml/ContributionAreas">Contributions</a>
</div>
+ <div><a
href="https://wiki.openoffice.org/wiki/Xml/ArticlesAndBooks">Articles and
Books</a> </div>
+ <div><a href="https://wiki.openoffice.org/wiki/Xml/Research">Reports and
Research</a> </div>
+ <div><a href="https://wiki.openoffice.org/wiki/Xml/Tools">Tools</a> </div>
+ <div><a href="https://wiki.openoffice.org/wiki/Xml/Filters">Filters</a>
</div>
+ <div><a href="https://wiki.openoffice.org/wiki/Xml/Modules">Modules</a>
</div>
</div>
diff --git a/content/xml/research.html b/content/xml/research.html
index 1a6818530b..74840c67b8 100644
--- a/content/xml/research.html
+++ b/content/xml/research.html
@@ -26,7 +26,7 @@
<link rel="stylesheet" type="text/css" href="xmloff.css" media="screen" />
-<p>This page is outdated. A list of <a
href="http://wiki.services.openoffice.org/wiki/Xml/Research">Reports and
Research Documents covering the OpenDocument format</a> is available in the <a
href="http://wiki.services.openoffice.org/wiki/Xml/Research">Wiki</a>.
+<p>This page is outdated. A list of <a
href="http://wiki.openoffice.org/wiki/xml/Research">Reports and Research
Documents covering the OpenDocument format</a> is available in the <a
href="http://wiki.openoffice.org/wiki/xml/Research">Wiki</a>.
</div>
diff --git a/content/xml/xfilter.html b/content/xml/xfilter.html
index 86f0e3f279..2c23662152 100644
--- a/content/xml/xfilter.html
+++ b/content/xml/xfilter.html
@@ -47,10 +47,9 @@ tool.</p>
<h2>Use</h2>
<ol>
-
<li>You need:
<ul>
- <li>an installed OOo</li>
+ <li>an installed AOO</li>
<li>xfilter binaries for that build</li>
<li>the regcomp binary from the ODK</li>
</ul>
@@ -61,7 +60,6 @@ tool.</p>
<li>Call the starter script with parameters for the component name
and input file. The starter script will register the libraries and
then call the actual xfilter program.</li>
-
</ol>
<p>Example:</p>
@@ -69,41 +67,40 @@ tool.</p>
<ul>
<li>Windows:
<pre>
-> copy xfilter.exe xfiltermi.dll xfilter.bat <i><OOo
directory></i>\program
-> cd <i><OOo directory></i>\program
+> copy xfilter.exe xfiltermi.dll xfilter.bat <i><AOO
directory></i>\program
+> cd <i><AOO directory></i>\program
> xfilter.bat com.sun.comp.hwpimport.HwpImportFilter input.hwp
</pre>
</li>
<li>*nix:
<pre>
-> cp xfilter libxfilter??.so xfilter.sh <i><OOo directory></i>/program
-> cd <i><OOo directory></i>/program
+> cp xfilter libxfilter??.so xfilter.sh <i><AOO directory></i>/program
+> cd <i><AOO directory></i>/program
> xfilter.sh com.sun.comp.hwpimport.HwpImportFilter input.hwp
</pre>
</li>
</ul>
-
<h2>Implementation Detail</h2>
<p>The program consists of a starter application, which initializes
-the <a href="http://udk.openoffice.org/">UNO runtime</a> and the <a
-href="http://ucb.openoffice.org/">UCB</a> to provide for UNO component
+the <a href="https://www.openoffice.org/udk/">UNO runtime</a> and the <a
+href="https://www.openoffice.org/ucb/">UCB</a> to provide for UNO component
instantiation and input/output functionality, respectively. Then, the
starter program instantiates the filter component (as given on the
command line), and imitates the use of the component through the <a
-href="http://api.openoffice.org/common/ref/com/sun/star/document/XImporter.html">XImporter</a>
+href="https://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XImporter.html">XImporter</a>
and <a
-href="http://api.openoffice.org/common/ref/com/sun/star/document/XFilter.html">XFilter</a>
+href="https://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XFilter.html">XFilter</a>
interfaces.</p>
-<p>Limitations in the emulation of the OOo filter invocation are:
+<p>Limitations in the emulation of the AOO filter invocation are:
<ul>
<li>The <code>XImporter::setTargetDocument()</code> call received an
empty reference where the document model is expected</li>
<li>The <code>XFilter::filter()</code> call receives a
- <a
href="http://api.openoffice.org/common/ref/com/sun/star/document/MediaDescriptor.html">MediaDescriptor</a>,
+ <a
href="https://www.openoffice.org/api/docs/common/ref/com/sun/star/document/MediaDescriptor.html">MediaDescriptor</a>,
which contains only an URL and an opened
XInputStream for the input file.</li>
<li>Additional services or components usually provided for and
@@ -121,7 +118,6 @@ interfaces.</p>
</ul>
</p>
-
<h2>Source code</h2>
<p>The source code for this probably isn't very interesting, but you
@@ -142,7 +138,7 @@
href="http://xml.openoffice.org/source/browse/xml/filtertools/source/">online</a
<p>
<small>
- Please direct comments and suggestions to the <a
href="mailto:[email protected]">xml-dev</a> mailing list (<a
href="http://xml.openoffice.org/servlets/SummarizeList?listName=dev">archive</a>)
or to <a href="mailto:[email protected]">dvo</a>.
+ Please direct comments and suggestions to the <a
href="mailto:[email protected]">xml-dev</a> mailing list (<a
href="http://xml.openoffice.org/servlets/SummarizeList?listName=dev">archive</a>)
or to <a href="mailto:[email protected]">dev mailing list</a>.
</small>
</p>