Author: ivan
Date: Tue Sep 1 13:17:52 2015
New Revision: 1700537
URL: http://svn.apache.org/r1700537
Log:
Initial version of Download page.
* publish/.htaccess: Redirect /download to /download.html.
* publish/download.html: New.
* publish/includes/navbar.html: Update navbar link to Download page.
* publish/index.html:
(download): Remove download section from main page.
Added:
serf/site/publish/download.html (with props)
Modified:
serf/site/publish/.htaccess
serf/site/publish/includes/navbar.html
serf/site/publish/index.html
Modified: serf/site/publish/.htaccess
URL:
http://svn.apache.org/viewvc/serf/site/publish/.htaccess?rev=1700537&r1=1700536&r2=1700537&view=diff
==============================================================================
--- serf/site/publish/.htaccess (original)
+++ serf/site/publish/.htaccess Tue Sep 1 13:17:52 2015
@@ -1,7 +1,7 @@
Options +Includes
# For now redirect this location to the homepage
-RedirectMatch ^/download(/)?$ http://serf.apache.org/#download
+RedirectMatch ^/download(/)?$ /download.html
# Simple issue redirector
RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$
https://issues.apache.org/jira/browse/SERF-$1
Added: serf/site/publish/download.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/download.html?rev=1700537&view=auto
==============================================================================
--- serf/site/publish/download.html (added)
+++ serf/site/publish/download.html Tue Sep 1 13:17:52 2015
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Download Apache Serf Sources</title>
+ <!--#include virtual="/includes/header.html" -->
+</head>
+<body>
+ <!--#include virtual="/includes/navbar.html" -->
+
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-12">
+ <h3>Source tarbals</h3>
+ <p>The latest (pre-ASF) stable release of Serf is <b>1.3.8</b>.</p>
+ <table class="table table-striped">
+ <thead>
+ <tr>
+ <th>File</th>
+ <th>SHA-1</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><a
href="https://archive.apache.org/dist/serf/serf-1.3.8.tar.bz2">serf-1.3.8.tar.bz2</a></td>
+ <td>1d45425ca324336ce2f4ae7d7b4cfbc5567c5446</td>
+ </tr>
+ <tr>
+ <td><a
href="https://archive.apache.org/dist/serf/serf-1.3.8.zip">serf-1.3.8.zip</a></td>
+ <td>bbbd63336f28c6ee7af516c8560e3a35f084a4bb</td>
+ </tr>
+ </tbody>
+ </table>
+
+ <h3>Verifying the Integrity of Downloaded Files</h3>
+ <p>
+ It is essential that you verify the integrity of the downloaded
+ files using the PGP signatures and/or file checksums.
+ Please read <a href="http://www.apache.org/info/verification.html">
+ Verifying Apache Software Foundation Releases</a> for more
+ information on why you should verify our releases.
+ </p>
+ <p>
+ The PGP signatures can be verified using PGP or GPG. First download
+ the <a href="https://people.apache.org/keys/group/serf.asc">KEYS</a>
+ as well as the asc signature file for the particular distribution.
+ Make sure you get these files from the main distribution directory,
+ rather than from a mirror. Then verify the signatures as follows:
+ </p>
+ <pre>
+% gpg --import serf.asc
+% gpg --verify serf-1.3.8.tar.gz.asc</pre>
+
+ <p>
+ Alternatively, you can verify at least the SHA1 checksum on the
files.
+ A unix program called sha1 or sha1sum is included in many unix
+ distributions. It is also available as part of GNU Textutils.
+ </p>
+
+ <h3>Subversion Checkout</h3>
+ <p>
+ For those who would like to participate in Serf development,
+ you may checkout Serf from the
+ <a href="https://svn.apache.org/repos/asf/serf/trunk/">Apache
+ Subversion repository</a>:
+ </p>
+ <pre>% svn checkout https://svn.apache.org/repos/asf/serf/trunk
serf-trunk</pre>
+ <h3>Release archives</h3>
+ <p>
+ All Serf releases are available for download from the
+ <a href="https://archive.apache.org/dist/serf/">Apache distribution
+ archive</a>.
+ </p>
+ </div>
+ </div>
+ </div>
+
+ <!--#include virtual="/includes/footer.html" -->
+</body>
+</html>
Propchange: serf/site/publish/download.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: serf/site/publish/includes/navbar.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/includes/navbar.html?rev=1700537&r1=1700536&r2=1700537&view=diff
==============================================================================
--- serf/site/publish/includes/navbar.html (original)
+++ serf/site/publish/includes/navbar.html Tue Sep 1 13:17:52 2015
@@ -5,8 +5,8 @@
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a href="#about">About</a></li>
- <li><a href="#download">Download</a></li>
+ <li><a href="/">About</a></li>
+ <li><a href="/download.html">Download</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Apache
Modified: serf/site/publish/index.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/index.html?rev=1700537&r1=1700536&r2=1700537&view=diff
==============================================================================
--- serf/site/publish/index.html (original)
+++ serf/site/publish/index.html Tue Sep 1 13:17:52 2015
@@ -30,19 +30,6 @@
<a href="//subversion.apache.org/">Apache Subversion</a> and
<a href="//openoffice.apache.org/">Apache OpenOffice</a>
</p>
-
- <h2 id="download">Download</h2>
- <p>
- <strong>The latest (pre-ASF) 1.3.8 release source tarballs can be
found here:</strong>
- </p>
-
- <p>Windows package: <a
href="https://serf.googlecode.com/svn/src_releases/serf-1.3.8.zip"
rel="nofollow">serf-1.3.8.zip</a></p>
- <blockquote>SHA1: bbbd63336f28c6ee7af516c8560e3a35f084a4bb</blockquote>
-
- <p>Other platforms: <a
href="https://serf.googlecode.com/svn/src_releases/serf-1.3.8.tar.bz2"
rel="nofollow">serf-1.3.8.tar.bz2</a></p>
- <blockquote>SHA1: 1d45425ca324336ce2f4ae7d7b4cfbc5567c5446</blockquote>
-
- <p>Older versions can be downloaded from the Downloads page. </p>
</div>
</div>
</div>