You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/02/28 23:24:02 UTC

svn commit: r806678 - in /websites/staging/ooo-site/trunk: ./ content/ProductUpdateService/ content/ProductUpdateService/check.Update

Author: buildbot
Date: Tue Feb 28 22:24:02 2012
New Revision: 806678

Log:
Staging update by buildbot for openofficeorg

Added:
    websites/staging/ooo-site/trunk/content/ProductUpdateService/
    websites/staging/ooo-site/trunk/content/ProductUpdateService/check.Update
Modified:
    websites/staging/ooo-site/trunk/   (props changed)

Propchange: websites/staging/ooo-site/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 28 22:24:02 2012
@@ -1 +1 @@
-1294265
+1294858

Added: websites/staging/ooo-site/trunk/content/ProductUpdateService/check.Update
==============================================================================
--- websites/staging/ooo-site/trunk/content/ProductUpdateService/check.Update (added)
+++ websites/staging/ooo-site/trunk/content/ProductUpdateService/check.Update Tue Feb 28 22:24:02 2012
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
+    <title>Product Update Feed</title>
+    <link rel="alternate" type="text/html" href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots"/>
+    <updated>2011-01-01T08:00:02Z</updated>
+    <author>
+        <name>The OpenOffice Project</name>
+        <uri>http://openoffice.org</uri>
+        <email>updatefeed@openoffice.org</email>
+    </author>
+    <id>urn:uuid:76676544</id>
+    <entry>
+        <title>Update available</title>
+        <link rel="alternate" type="text/html" href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots"/>
+        <id>urn:uuid:76676544</id>
+        <!-- IMPORTANT: category MUST be equal with UpdateID in version.ini -->
+        <category term="OpenOffice.org_3_en-US" label="OpenOffice.org update"/>
+        <updated>2011-01-01T08:00:02Z</updated>
+        <summary>Text below download information (should be localized)</summary>
+        <content type="application/xml">
+            <inst:description xmlns:inst="http://installation.openoffice.org/description">
+                <inst:id>OpenOffice.org_3_en-US</inst:id>
+                <inst:version>3.4</inst:version>
+                <!-- buildid must be higher as installed version -->
+                <inst:buildid>9587</inst:buildid>
+                <inst:os>Linux</inst:os>
+                <inst:arch>X86_64</inst:arch>
+                <!-- app/octet-stream generates direct download as background-process -->
+                <inst:update type="application/octet-stream" src="http://people.apache.org/~arielch/packages/r1291124/linux_x86-64/OOo-Dev_OOO340m1_Linux_x86-64_install-deb_en-US.tar.gz"/>
+                <!-- text/html opens src-link in default browser -->
+                <!--inst:update type="text/html" src="http://download.openoffice.org"/-->
+            </inst:description>
+        </content>
+    </entry>
+</feed>