Author: kschenk
Date: Wed Mar 21 22:34:07 2012
New Revision: 1303609

URL: http://svn.apache.org/viewvc?rev=1303609&view=rev
Log:
kls -- messed up...hope this one works!


Added:
    incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/
    
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
    
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update.oldtest
    
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/index.html

Added: 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update?rev=1303609&view=auto
==============================================================================
--- 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
 (added)
+++ 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
 Wed Mar 21 22:34:07 2012
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<inst:description xmlns:inst="http://installation.openoffice.org/description";>
+</inst:description>

Added: 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update.oldtest
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update.oldtest?rev=1303609&view=auto
==============================================================================
--- 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update.oldtest
 (added)
+++ 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update.oldtest
 Wed Mar 21 22:34:07 2012
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom"; xml:lang="en-US">
+<! -- TEST only -- may not work at all -->
+    <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>[email protected]</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>

Added: 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/index.html
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/index.html?rev=1303609&view=auto
==============================================================================
--- 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/index.html
 (added)
+++ 
incubator/ooo/ooo-site/trunk/content/projects/update36/ProductUpdateService/index.html
 Wed Mar 21 22:34:07 2012
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+  <title>OpenOffice.org Product Update Service</title>
+
+</style>
+</head>
+<body>
+<h2>I'm just a placeholder for the Product Update Service</h2>
+<p> contents...check.Update ... xml feed
+</body>
+</html>
\ No newline at end of file


Reply via email to