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/06/19 10:18:49 UTC

svn commit: r1494492 - /openoffice/updates-site/trunk/test.Update

Author: orw
Date: Wed Jun 19 08:18:48 2013
New Revision: 1494492

URL: http://svn.apache.org/r1494492
Log:
122444: Update feed for testing purposes

Added:
    openoffice/updates-site/trunk/test.Update   (with props)

Added: openoffice/updates-site/trunk/test.Update
URL: http://svn.apache.org/viewvc/openoffice/updates-site/trunk/test.Update?rev=1494492&view=auto
==============================================================================
--- openoffice/updates-site/trunk/test.Update (added)
+++ openoffice/updates-site/trunk/test.Update Wed Jun 19 08:18:48 2013
@@ -0,0 +1,76 @@
+<?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>
+
+  <!-- English (US) - Windows -->
+  <entry>
+    <title>Update available</title>
+    <category term="OpenOffice.org_4_en-US" label="Apache OpenOffice update"/>
+    <content type="application/xml">
+      <inst:description xmlns:inst="http://installation.openoffice.org/description">
+        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:version>5.0</inst:version>
+        <!-- buildid must be higher as installed version -->
+        <inst:buildid>9999</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=AOO4_0_TESTING&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_4_en-US" label="Apache OpenOffice update"/>
+    <content type="application/xml">
+      <inst:description xmlns:inst="http://installation.openoffice.org/description">
+        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:version>5.0</inst:version>
+        <inst:buildid>9999</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=AOO4_0_TESTING&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_4_en-US" label="Apache OpenOffice update"/>
+    <content type="application/xml">
+      <inst:description xmlns:inst="http://installation.openoffice.org/description">
+        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:version>5.0</inst:version>
+        <inst:buildid>9999</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=AOO4_0_TESTING&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_4_en-US" label="Apache OpenOffice update"/>
+    <content type="application/xml">
+      <inst:description xmlns:inst="http://installation.openoffice.org/description">
+        <inst:id>OpenOffice.org_4_en-US</inst:id>
+        <inst:version>5.0</inst:version>
+        <inst:buildid>9999</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=AOO4_0_TESTING&amp;utm_medium=Client&amp;utm_campaign=Upgrade"/>
+      </inst:description>
+    </content>
+  </entry>
+
+</feed>

Propchange: openoffice/updates-site/trunk/test.Update
------------------------------------------------------------------------------
    svn:mime-type = text/xml