You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/07/03 11:04:02 UTC

svn commit: r1499279 - /openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update

Author: orw
Date: Wed Jul  3 09:04:01 2013
New Revision: 1499279

URL: http://svn.apache.org/r1499279
Log:
clean up update service XML feed for AOO 3.4.0 installations

Modified:
    openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update

Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update?rev=1499279&r1=1499278&r2=1499279&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update (original)
+++ openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Wed Jul  3 09:04:01 2013
@@ -1,79 +1,79 @@
 <?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
-  <title>Product Update Feed</title>
-  <updated>2012-08-22T12:00:00Z</updated>
-  <author>
-    <name>Apache OpenOffice project (incubating)</name>
-    <uri>http://openoffice.org</uri>
-  </author>
+    <title>Product Update Feed for AOO 3.4.0 instances</title>
+    <updated>2013-07-03T12:00:00Z</updated>
+    <author>
+        <name>Apache OpenOffice project</name>
+        <uri>http://openoffice.org</uri>
+    </author>
+
+    <!-- English (US) - Windows -->
+    <entry>
+        <title>Update available</title>
+        <!-- IMPORTANT: category MUST be equal with UpdateID in version.ini -->
+        <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
+        <content type="application/xml">
+            <inst:description xmlns:inst="http://installation.openoffice.org/description">
+                <inst:id>OpenOffice.org_3_en-US</inst:id>
+                <inst:version>- Apache OpenOffice 3.4.1</inst:version>
+                <!-- buildid must be higher as installed version -->
+                <inst:buildid>9593</inst:buildid>
+                <!-- os must match the operating system the installed version is on -->
+                <inst:os>Windows</inst:os>
+                <!-- arch must match the architecture the installed version is on -->
+                <inst:arch>x86</inst:arch>
+                <!-- text/html opens src-link in default browser -->
+                <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
+    <!-- English (US) - MacOS X -->
+    <entry>
+        <title>Update available</title>
+        <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
+        <content type="application/xml">
+            <inst:description xmlns:inst="http://installation.openoffice.org/description">
+                <inst:id>OpenOffice.org_3_en-US</inst:id>
+                <inst:version>- Apache OpenOffice 3.4.1</inst:version>
+                <inst:buildid>9593</inst:buildid>
+                <inst:os>MacOSX</inst:os>
+                <inst:arch>x86</inst:arch>
+                <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
+    <!-- English (US) - Linux - 32bit -->
+    <entry>
+        <title>Update available</title>
+        <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
+        <content type="application/xml">
+            <inst:description xmlns:inst="http://installation.openoffice.org/description">
+                <inst:id>OpenOffice.org_3_en-US</inst:id>
+                <inst:version>- Apache OpenOffice 3.4.1</inst:version>
+                <inst:buildid>9593</inst:buildid>
+                <inst:os>Linux</inst:os>
+                <inst:arch>x86</inst:arch>
+                <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
+    <!-- English (US) - Linux - 64bit -->
+    <entry>
+        <title>Update available</title>
+        <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
+        <content type="application/xml">
+            <inst:description xmlns:inst="http://installation.openoffice.org/description">
+                <inst:id>OpenOffice.org_3_en-US</inst:id>
+                <inst:version>- Apache OpenOffice 3.4.1</inst:version>
+                <inst:buildid>9593</inst:buildid>
+                <inst:os>Linux</inst:os>
+                <inst:arch>X86_64</inst:arch>
+                <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+            </inst:description>
+        </content>
+    </entry>
 
-  <!-- English (US) - Windows -->
-  <entry>
-    <title>Update available</title>
-    <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
-    <content type="application/xml">
-      <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_3_en-US</inst:id>
-        <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
-        <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
-        <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
-        <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
-        <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
-      </inst:description>
-    </content>
-  </entry>
-  <!-- English (US) - MacOS X -->
-  <entry>
-    <title>Update available</title>
-    <!-- IMPORTANT: category MUST be equal with UpdateID in version.ini -->
-    <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
-    <content type="application/xml">
-      <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_3_en-US</inst:id>
-        <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <inst:buildid>9593</inst:buildid>
-        <inst:os>MacOSX</inst:os>
-        <inst:arch>x86</inst:arch>
-        <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
-      </inst:description>
-    </content>
-  </entry>
-  <!-- English (US) - Linux - 32bit -->
-  <entry>
-    <title>Update available</title>
-    <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
-    <content type="application/xml">
-      <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_3_en-US</inst:id>
-        <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <inst:buildid>9593</inst:buildid>
-        <inst:os>Linux</inst:os>
-        <inst:arch>x86</inst:arch>
-        <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
-      </inst:description>
-    </content>
-  </entry>
-  <!-- English (US) - Linux - 64bit -->
-  <entry>
-    <title>Update available</title>
-    <category term="OpenOffice.org_3_en-US" label="Apache OpenOffice update"/>
-    <content type="application/xml">
-      <inst:description xmlns:inst="http://installation.openoffice.org/description">
-        <inst:id>OpenOffice.org_3_en-US</inst:id>
-        <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <inst:buildid>9593</inst:buildid>
-        <inst:os>Linux</inst:os>
-        <inst:arch>X86_64</inst:arch>
-        <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-US&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
-      </inst:description>
-    </content>
-  </entry>
-
-  <!-- Arabic - Windows -->
+    <!-- Arabic - Windows -->
   <entry>
     <title>Update available</title>
     <category term="OpenOffice.org_3_ar" label="Apache OpenOffice update"/>
@@ -142,13 +142,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_ast</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_ast&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -207,13 +203,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_eu</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_eu&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -272,13 +264,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_en-GB</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_en-GB&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -286,7 +274,6 @@
   <!-- English (British) - MacOS X -->
   <entry>
     <title>Update available</title>
-    <!-- IMPORTANT: category MUST be equal with UpdateID in version.ini -->
     <category term="OpenOffice.org_3_en-GB" label="Apache OpenOffice update"/>
     <content type="application/xml">
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
@@ -521,13 +508,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_da</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_da&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -647,13 +630,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_fi</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_fi&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -773,13 +752,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_gd</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_gd&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1144,13 +1119,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_km</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_km&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1209,13 +1180,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_ko</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_ko&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1274,13 +1241,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_nb</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_nb&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1339,13 +1302,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_pl</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_pl&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1526,13 +1485,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_sk</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/sk/download?utm_source=AOO3_4_sk&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1591,13 +1546,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_sl</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_sl&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>
@@ -1717,13 +1668,9 @@
       <inst:description xmlns:inst="http://installation.openoffice.org/description">
         <inst:id>OpenOffice.org_3_sv</inst:id>
         <inst:version>- Apache OpenOffice 3.4.1</inst:version>
-        <!-- buildid must be higher as installed version -->
         <inst:buildid>9593</inst:buildid>
-        <!-- os must match the operating system the installed version is on -->
         <inst:os>Windows</inst:os>
-        <!-- arch must match the architecture the installed version is on -->
         <inst:arch>x86</inst:arch>
-        <!-- text/html opens src-link in default browser -->
         <inst:update type="text/html" src="http://www.openoffice.org/download?utm_source=AOO3_4_sv&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
       </inst:description>
     </content>