You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pe...@apache.org on 2017/10/28 19:42:23 UTC

svn commit: r1813655 - /openoffice/updates-site/trunk/aoo413/check.Update

Author: pescetti
Date: Sat Oct 28 19:42:22 2017
New Revision: 1813655

URL: http://svn.apache.org/viewvc?rev=1813655&view=rev
Log:
Enable updates for OpenOffice 4.1.3 to 4.1.4 (only IT, Linux+Windows)

Modified:
    openoffice/updates-site/trunk/aoo413/check.Update

Modified: openoffice/updates-site/trunk/aoo413/check.Update
URL: http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo413/check.Update?rev=1813655&r1=1813654&r2=1813655&view=diff
==============================================================================
--- openoffice/updates-site/trunk/aoo413/check.Update (original)
+++ openoffice/updates-site/trunk/aoo413/check.Update Sat Oct 28 19:42:22 2017
@@ -1,4 +1,60 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Product Update Feed for AOO 4.1.3 instances -->
-<inst:description xmlns:inst="http://installation.openoffice.org/description">
-</inst:description>
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
+    <title>Update Feed for 4.1.3 instances</title>
+    <updated>Sat, Oct 28, 2017 19:32:39 UTC</updated>
+    <author>
+        <name>Apache OpenOffice project</name>
+        <uri>https://openoffice.org</uri>
+    </author>
+
+    <!-- Italian - Windows -->
+    <entry>
+        <title>Update available</title>
+        <category term="OpenOffice_4_it" label="Apache OpenOffice update"/>
+        <summary></summary>
+        <content type="application/xml">
+            <inst:description xmlns:inst="https://installation.openoffice.org/description">
+                <inst:id>OpenOffice_4_it</inst:id>
+                <inst:version>4.1.4</inst:version>
+                <inst:buildid>9788</inst:buildid>
+                <inst:os>Windows</inst:os>
+                <inst:arch>x86</inst:arch>
+                <inst:update type="text/html" src="https://www.openoffice.org/it/download?utm_source=AOO4_1_3_it&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
+    <!-- Italian - Linux 32bit -->
+    <entry>
+        <title>Update available</title>
+        <category term="OpenOffice_4_it" label="Apache OpenOffice update"/>
+        <summary></summary>
+        <content type="application/xml">
+            <inst:description xmlns:inst="https://installation.openoffice.org/description">
+                <inst:id>OpenOffice_4_it</inst:id>
+                <inst:version>4.1.4</inst:version>
+                <inst:buildid>9788</inst:buildid>
+                <inst:os>Linux</inst:os>
+                <inst:arch>x86</inst:arch>
+                <inst:update type="text/html" src="https://www.openoffice.org/it/download?utm_source=AOO4_1_3_it&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
+    <!-- Italian - Linux 64bit -->
+    <entry>
+        <title>Update available</title>
+        <category term="OpenOffice_4_it" label="Apache OpenOffice update"/>
+        <summary></summary>
+        <content type="application/xml">
+            <inst:description xmlns:inst="https://installation.openoffice.org/description">
+                <inst:id>OpenOffice_4_it</inst:id>
+                <inst:version>4.1.4</inst:version>
+                <inst:buildid>9788</inst:buildid>
+                <inst:os>Linux</inst:os>
+                <inst:arch>X86_64</inst:arch>
+                <inst:update type="text/html" src="https://www.openoffice.org/it/download?utm_source=AOO4_1_3_it&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
+
+
+</feed>