You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by as...@apache.org on 2019/04/26 01:53:56 UTC

svn commit: r1858169 - /portals/site/pluto/src/site/xdoc/download.xml

Author: asfgriff
Date: Fri Apr 26 01:53:55 2019
New Revision: 1858169

URL: http://svn.apache.org/viewvc?rev=1858169&view=rev
Log:
PLUTO-716 Committing site changes associated with the Pluto 3.1.0 release

Modified:
    portals/site/pluto/src/site/xdoc/download.xml

Modified: portals/site/pluto/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/portals/site/pluto/src/site/xdoc/download.xml?rev=1858169&r1=1858168&r2=1858169&view=diff
==============================================================================
--- portals/site/pluto/src/site/xdoc/download.xml (original)
+++ portals/site/pluto/src/site/xdoc/download.xml Fri Apr 26 01:53:55 2019
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
+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
+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
+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
@@ -19,42 +19,55 @@ limitations under the License.
 -->
 
 <document>
-  
-  <properties>
-    <title>Apache Pluto Downloads</title>
-  </properties>
-  
-  <body>
-    
-    <section name="Download Pluto">
-      <div class="highlightBox">
-        <h4>About Pluto Distributions</h4>
-        <p>
-          There are a number of distributions to choose from depending
-          on your needs.
-          <ul>
-            <li><strong>pluto-bundle</strong> - Provides Pluto and Tomcat bundled together.
-                If you are getting started with Pluto, this is the distribution you
-                want.</li>
-            <li><strong>pluto-source-release</strong> - Provides the Pluto source code; requires
-                that you build and deploy Pluto on your own.</li>
-          </ul>
-        </p>
-      </div>
-      <p>
-        The latest 3.1.0 version of Apache Pluto source and binary distributions can be downloaded from
-        <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">a Pluto
-        distribution mirror</a>.
-      </p>
-    </section>
-    
-    <section name="Browse Distribution Archives">
-      <p>
-        You can browse and download our distribution archive
-        <a href="http://archive.apache.org/dist/portals/pluto/">from here</a>.
-      </p>
-    </section>
 
-  </body>
-  
+	<properties>
+		<title>Apache Pluto - Downloads</title>
+	</properties>
+
+	<body>
+
+	<section name="Apache Pluto - Downloads">
+		<p>Welcome to the Apache Pluto software download page. This page provides download links for obtaining the latest version of Pluto software, as well as links to the archives of older releases.</p>
+	</section>
+
+	<section name="Quick Navigation">
+		<a href="https://www.apache.org/dist/portals/pluto/KEYS">KEYS</a>
+		<span> | </span>
+		<a href="#3.1.0">3.1.0</a>
+		<span> | </span>
+		<a href="http://archive.apache.org/dist/portals/pluto/">Archives</a>
+	</section>
+
+	<section name="Release Integrity">
+		<p>You must verify the integrity of the downloaded files. We provide OpenPGP signatures for every release file. This signature should be matched against the KEYS file which contains the OpenPGP keys of Tomcat's Release Managers. We also provide SHA-1 checksums for every release file. After you download the file, you should calculate a checksum for your download, and make sure it is the same as ours.</p>
+	</section>
+	<section name="Mirrors">
+		<p>The latest 3.1.0 version of Apache Pluto binary and source distributions can be <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">downloaded from a Pluto distribution mirror</a>.</p>
+	</section>
+
+	<section name="3.1.0">
+		<subsection name="Binary Distribution">
+			<ul>
+				<li>
+					<span>Tomcat 8 Bundle:</span>
+					<ul>
+						<li><a href="https://www.apache.org/dist/portals/pluto/pluto-bundle-3.1.0.zip">pluto-bundle-3.1.0.zip</a> (<a href="https://www.apache.org/dist/portals/pluto/pluto-bundle-3.1.0.zip.asc">PGP</a>, <a href="https://www.apache.org/dist/portals/pluto/pluto-bundle-3.1.0.zip.sha1">sha1</a>)</li>
+					</ul>
+				</li>
+			</ul>
+		</subsection>
+
+		<subsection name="Source Code Distribution">
+			<ul>
+				<li>
+					<span>Source:</span>
+					<ul>
+						<li><a href="https://www.apache.org/dist/portals/pluto/pluto-3.1.0-source-release.zip">pluto-source-release-3.1.0.zip</a> (<a href="https://www.apache.org/dist/portals/pluto/pluto-3.1.0-source-release.zip.asc">PGP</a>, <a href="https://www.apache.org/dist/portals/pluto/pluto-3.1.0-source-release.zip.sha1">sha1</a>)</li>
+					</ul>
+				</li>
+			</ul>
+		</subsection>
+	</section>
+
+	</body>
 </document>