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 3cbe2439ac git-site-role commit from build_staging.sh
3cbe2439ac is described below
commit 3cbe2439acb77b22dd8f0ec6474a2f5276e70179
Author: jenkins <[email protected]>
AuthorDate: Sun Jan 4 14:17:17 2026 +0000
git-site-role commit from build_staging.sh
---
content/feed.xml | 4 ++--
content/xml/faq.html | 52 +++++++++++++++++++++++-------------------------
content/xml/modules.html | 2 +-
3 files changed, 28 insertions(+), 30 deletions(-)
diff --git a/content/feed.xml b/content/feed.xml
index af125463b7..23d90840b6 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 13:54:11 +0000</pubDate>
- <lastBuildDate>Sun, 4 Jan 2026 13:54:11 +0000</lastBuildDate>
+ <pubDate>Sun, 4 Jan 2026 14:14:43 +0000</pubDate>
+ <lastBuildDate>Sun, 4 Jan 2026 14:14:43 +0000</lastBuildDate>
</channel>
diff --git a/content/xml/faq.html b/content/xml/faq.html
index 82e047f4a6..5e626fce9f 100644
--- a/content/xml/faq.html
+++ b/content/xml/faq.html
@@ -7,7 +7,7 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<title>OpenOffice.org XML file format FAQ</title>
+<title>Apache OpenOffice XML file format FAQ</title>
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
@@ -25,11 +25,11 @@
<div id="content">
- <p><strong>Note:</strong>This FAQ is for the OpenOffice.org XML file
format only. OASIS OpenDocument/ISO/IEC 26300 FAQs are available at <a
href="http://www.oasis-open.org/committees/office/faq.php">OASIS</a> and <a
href="http://opendocument.xml.org/faq">opendocument.xml.org</a>.<p>
+ <p><strong>Note:</strong>This FAQ is for the Apache OpenOffice XML file
format only. OASIS OpenDocument/ISO/IEC 26300 FAQs are available at <a
href="http://www.oasis-open.org/committees/office/faq.php">OASIS</a> and <a
href="http://opendocument.xml.org/faq">opendocument.xml.org</a>.<p>
<a name="top"></a><p><img alt=""
src="http://www.openoffice.org/branding/images/start_blue_bar.gif"> <font
size="-1"><b>MOST FREQUENTLY ASKED QUESTIONS:
QUESTIONS</b></font> <img alt=""
src="http://www.openoffice.org/branding/images/end_blue_bar.gif"></p><ol>
<li><a href="#1">
- Which OpenOffice.org application uses XML-based file formats?
+ Which Apache OpenOffice application uses XML-based file formats?
</a></li>
<li><a href="#2">
@@ -87,27 +87,27 @@
</ol><p><img alt=""
src="http://www.openoffice.org/branding/images/start_blue_bar.gif"> <font
size="-1"><b>MOST FREQUENTLY ASKED QUESTIONS:
ANSWERS</b></font> <img alt=""
src="http://www.openoffice.org/branding/images/end_blue_bar.gif"></p>
<ol><a name="1"></a><li value="1"><b>
- Which OpenOffice.org application uses XML-based file formats?
+ Which Apache OpenOffice application uses XML-based file formats?
</b><p><answer>
- All OpenOffice.org applications use XML-based file formats. All
+ All Apache OpenOffice applications use XML-based file formats. All
applications (except Math) use the same format as defined in our <a
href="xml_specification.pdf">specification</a>.
The Math component uses our package structure and format (see
- below), but uses <a href="http://www.w3.org/Math/">MathML</a>
+ below), but uses <a href="https://www.w3.org/Math/">MathML</a>
inside the package.
</answer></p><br></li></ol><a href="#top">Back to top</a><hr
noshade="noshade" size="1" align="left"><br>
<ol><a name="2"></a><li value="2"><b>
What are the default file extensions for XML-based documents?
</b><answer>
- <table summary="OpenOffice.org XML file types">
- <tr> <th>Writer</th> <td>sxw</td> </tr>
- <tr> <th>Calc</th> <td>sxc</td> </tr>
- <tr> <th>Draw</th> <td>sxd</td> </tr>
- <tr> <th>Impress</th> <td>sxi</td> </tr>
- <tr> <th>Math</th> <td>sxm</td> </tr>
- <tr> <th>Writer<br>global document</th> <td>sxg</td> </tr>
+ <table summary="Apache OpenOffice XML file types">
+ <tr> <th>Writer</th> <td>odt</td> </tr>
+ <tr> <th>Calc</th> <td>ods</td> </tr>
+ <tr> <th>Draw</th> <td>odg</td> </tr>
+ <tr> <th>Impress</th> <td>otp</td> </tr>
+ <tr> <th>Math</th> <td>odf</td> </tr>
+ <tr> <th>Writer<br>hoofddocument</th> <td>odm</td> </tr>
</table>
- <p>XML is also used in other OpenOffice.org files
+ <p>XML is also used in other Apache OpenOffice files
(e.g. configuration) which are not covered in the <tt>xmloff</tt>
project.</p>
</answer><br></li></ol><a href="#top">Back to top</a><hr noshade="noshade"
size="1" align="left"><br>
@@ -117,7 +117,7 @@
</b><answer>
<p>Our documents use packages that contain the XML data alongside
binary data such as images. The packages use the well known ZIP format.
- Just open an sxw/sxc/... file with a ZIP-tool of your choice, and
+ Just open an odt/ods/... file with a ZIP-tool of your choice, and
you get access to the unadulterated XML.</p>
<p>The document meta data (in the meta.xml stream) is not
compressed. This allows for easy searching and extraction of the
@@ -171,13 +171,13 @@
</tr>
<tr>
<th>Basic/</th>
- <td>directory containing StarBasic macros</td>
+ <td>directory containing OpenOffice Basic macros</td>
</tr>
<tr>
<th>Obj.../</th>
<td>directories containing embedded objects, such as charts;
each directory contains one such object, stored in its native format.
- For OpenOffice.org objects that is its XML representation, for other
+ For Apache OpenOffice objects that is its XML representation, for other
objects it's usually a binary format.</td>
</tr>
</table>
@@ -193,7 +193,7 @@
OpenOffice.org DTD, will be preserved if they are attached to
<code><style:properties></code> elements in style
definitions. All other alien content will be discarded by the
- OpenOffice.org import filters.</p>
+ Apache OpenOffice import filters.</p>
<p>Since you can attach styles to arbitrary text ranges, you can
use this mechanism to attach your information to arbitrary text
ranges, too.</p>
@@ -207,7 +207,7 @@
But I really, really want plain XML. No compression, no binary
data, no nothing. Just plain XML. Can I have that, please?
</b><answer>
- <p>For purposes of import and export, we provide <a
href="http://udk.openoffice.org/">UNO</a>-based services that
+ <p>For purposes of import and export, we provide <a
href="https://www.openoffice.org/udk/">UNO</a>-based services that
allow you to import or export XML data through the SAX
interface. A documentation of this technique is available <a
href="filter/">here</a>.</p>
<p>Also, it is planned to allow plain XML files (without packages)
@@ -242,7 +242,7 @@
<p>Those formats are not used because they do not have a
suitable level of presentation for office documents. When we found an
established format (like the ones mentioned above) contains
- concepts that are used in OpenOffice.org as well, then we
+ concepts that are used in Apache OpenOffice as well, then we
generally adopted their representation for those concepts in our
XML format. We hope this will ease transformation between the
formats.</p>
@@ -272,7 +272,7 @@
<ol><a name="11"></a><li value="11"><b>
I found a bug. What do I do?
</b><answer>
- <p>Report it using <a
href="http://www.openoffice.org/issues/enter_bug.cgi">IssueZilla</a>. Try
+ <p>Report it using <a href="https://bz.apache.org/ooo/">BugZilla</a>. Try
to give a detailed description of what went wrong. Don't forget to
include the document in which the error occurred. (After submission
of the bug, choose "create attachment".)</p>
@@ -290,8 +290,8 @@
There are many things you can do to help.
<ol>
<li>You can spread the word, e.g. by telling your friends and
- co-workers about OpenOffice.org.</li>
- <li>You can use the OpenOffice.org applications and report any
+ co-workers about Apache OpenOffice.</li>
+ <li>You can use the Apache OpenOffice applications and report any
bugs you find.</li>
<li>You can program transformation from our format into others
(and vice versa).</li>
@@ -304,13 +304,11 @@
my favorite question in here?
</b><p><answer>
If your question is not answered here, ask it on our mailing
- list. You can view the archives <a
href="http://xml.openoffice.org/xml-dev/">here</a>. Instructions
- for joining the list are on our <a
href="http://xml.openoffice.org">project homepage</a>.
+ list. Instructions for joining the list are on our <a
href="https://www.openoffice.org/xml/">project homepage</a>.
</answer></p><br></li></ol><a href="#top">Back to top</a><hr
noshade="noshade" size="1" align="left"><br>
-
-<p><small>FAQ maintained by <a
href="mailto:[email protected]">dvo</a>.</small></p>
+<p><small>FAQ maintained by <a href="mailto:[email protected]">dev
mailinglist</a>.</small></p>
</div>
diff --git a/content/xml/modules.html b/content/xml/modules.html
index 1adb458994..dd50a0856d 100644
--- a/content/xml/modules.html
+++ b/content/xml/modules.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/Modules">Source Code Modules
in the OpenOffice.org XML Project</a> is available in the <a
href="http://wiki.services.openoffice.org/wiki/Xml/Modules">Wiki</a>.
+<p>This page is outdated. A list of <a
href="https://wiki.openoffice.org/wiki/Xml/Modules">Source Code Modules in the
OpenOffice.org XML Project</a> is available in the <a
href="https://wiki.openoffice.org/wiki/Xml/Modules">Wiki</a>.
</div>