This is an automated email from the ASF dual-hosted git repository.

digro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c5ab211b2 Updated links xfilter.html
6c5ab211b2 is described below

commit 6c5ab211b29e44e94b7d453b8024ffd88b70a14b
Author: DiGro <[email protected]>
AuthorDate: Sun Jan 4 15:16:44 2026 +0100

    Updated links xfilter.html
    
    Updated links xfilter.html and some small adjustments
---
 content/xml/xfilter.html | 28 ++++++++++++----------------
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/content/xml/xfilter.html b/content/xml/xfilter.html
index ac49dcbce8..4e85415361 100644
--- a/content/xml/xfilter.html
+++ b/content/xml/xfilter.html
@@ -26,10 +26,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>
@@ -40,7 +39,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>
@@ -48,41 +46,40 @@ tool.</p>
 <ul>
  <li>Windows:
 <pre>
-&gt; copy xfilter.exe xfiltermi.dll xfilter.bat <i>&lt;OOo 
directory&gt;</i>\program
-&gt; cd <i>&lt;OOo directory&gt;</i>\program
+&gt; copy xfilter.exe xfiltermi.dll xfilter.bat <i>&lt;AOO 
directory&gt;</i>\program
+&gt; cd <i>&lt;AOO directory&gt;</i>\program
 &gt; xfilter.bat com.sun.comp.hwpimport.HwpImportFilter input.hwp
   </pre>
  </li>
  <li>*nix:
   <pre>
-&gt; cp xfilter libxfilter??.so xfilter.sh <i>&lt;OOo directory&gt;</i>/program
-&gt; cd <i>&lt;OOo directory&gt;</i>/program
+&gt; cp xfilter libxfilter??.so xfilter.sh <i>&lt;AOO directory&gt;</i>/program
+&gt; cd <i>&lt;AOO directory&gt;</i>/program
 &gt; 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
@@ -100,7 +97,6 @@ interfaces.</p>
  </ul>
 </p>
 
-
 <h2>Source code</h2>
 
 <p>The source code for this probably isn't very interesting, but you
@@ -121,7 +117,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></body>
 </html>

Reply via email to