You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/01/06 20:58:31 UTC

svn commit: r1056045 - in /incubator/lcf/trunk: CHANGES.txt site/src/documentation/content/xdocs/download.xml site/src/documentation/content/xdocs/site.xml

Author: kwright
Date: Thu Jan  6 19:58:30 2011
New Revision: 1056045

URL: http://svn.apache.org/viewvc?rev=1056045&view=rev
Log:
Fix for CONNECTORS-131. Add a download page to the site documentation that meets incubator requirements.

Added:
    incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml   (with props)
Modified:
    incubator/lcf/trunk/CHANGES.txt
    incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1056045&r1=1056044&r2=1056045&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Thu Jan  6 19:58:30 2011
@@ -14,6 +14,10 @@ forget the index state for an output con
 ======================= Release 0.1 =======================
 Release Date:  See http://incubator.apache.org/connectors for the official release date.
 
+CONNECTORS-131: Create download page with separate references for KEYS,
+CHANGES.txt, signatures, and artifacts.
+(Chris Mattmann, Karl Wright)
+
 CONNECTORS-128: Remove sql quoting logic to make sql injection attacks
 less possible.
 (Grant Ingersoll, Robert Muir, Karl Wright)

Added: incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml?rev=1056045&view=auto
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml (added)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml Thu Jan  6 19:58:30 2011
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+
+<document> 
+
+  <header> 
+    <title>Download</title> 
+  </header> 
+
+  <body> 
+
+    <section>
+      <title>Latest release (Apache ManifoldCF 0.1, 2011 Jan 06)</title>
+      <p>
+        <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.KEYS">KEYS</a><br/>
+        <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.CHANGES.txt">CHANGES.txt</a><br/>
+      </p>
+
+      <p>
+        <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.tar.gz">apache-manifoldcf-0.1-incubator.tar.gz</a>
+          [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.tar.gz.asc">PGP</a>]
+          [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.tar.gz.md5">MD5</a>]<br/>
+        <a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.zip">apache-manifoldcf-0.1-incubator.zip</a>
+          [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.zip.asc">PGP</a>]
+          [<a href="http://www.apache.org/dyn/closer.cgi/manifoldcf/apache-manifoldcf-0.1-incubator.zip.md5">MD5</a>]<br/>
+      </p>
+
+    </section>
+
+  </body>
+
+</document>

Propchange: incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/site/src/documentation/content/xdocs/download.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml?rev=1056045&r1=1056044&r2=1056045&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml Thu Jan  6 19:58:30 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<site label="Lucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
+<site label="ManifoldCF" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
 
   <project label="About">
     <news        label="Welcome"          href="index.html" />    
@@ -36,7 +36,7 @@
   </docs>
   
   <resources label="Resources">
-    <download label="Download" href="ext:releases" />
+    <dev label="Download" href="download.html" />
     <mail        label="Mailing Lists"    href="mail.html" />    
     <dev label="Developer/Integrator Resources" href="developer-resources.html"/>
   </resources>
@@ -68,7 +68,6 @@
     <store     href="http://www.cafepress.com/lucene/" />
     <sponsor   href="http://www.apache.org/foundation/sponsorship.html" />
     <thanks    href="http://www.apache.org/foundation/thanks.html" />
-    <releases  href="http://www.apache.org/dyn/closer.cgi/manifoldcf/" />
   </external-refs>
  
 </site>