[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Sat Aug 15 18:09:02 UTC 2015
The branch master has been updated
via 173047539a218cb383c451ec64f14fb9179f311d (commit)
from c4ec6409d5d46ef41047d2085814534c7ad53e54 (commit)
- Log -----------------------------------------------------------------
commit 173047539a218cb383c451ec64f14fb9179f311d
Author: Rich Salz <rsalz at akamai.com>
Date: Sat Aug 15 14:08:50 2015 -0400
More work on old release URL's
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
docs/.htaccess | 6 ++++--
source/old/0.9.x/index.html | 10 +++++++++-
source/old/1.0.0/index.html | 10 +++++++++-
source/old/1.0.1/index.html | 10 +++++++++-
source/old/1.0.2/index.html | 10 +++++++++-
source/old/fips/index.html | 10 +++++++++-
7 files changed, 50 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
index 1028456..19d203c 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ source/index.inc:
source/old/0.9.x/index.inc:
@rm -f $@
- ./bin/mk-filelist source/old/0.9.8 '' '*.gz' >$@
+ ./bin/mk-filelist source/old/0.9.x '' '*.gz' >$@
source/old/1.0.0/index.inc:
@rm -f $@
./bin/mk-filelist source/old/1.0.0 '' '*.gz' >$@
diff --git a/docs/.htaccess b/docs/.htaccess
index fa6d11a..39c9d22 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -1,4 +1,6 @@
RewriteEngine on
RewriteBase /docs
-RewriteRule fips fips.html [L,R=302,NC]
-RewriteRule fips/* fips.html [L,R=302,NC]
+RewriteRule fips/ fips.html [L,R=302,NC]
+RewriteRule fips/fipsnotes.html fips.html [L,R=302,NC]
+RewriteRule docs/fips/fipsvalidation.html fips.html [L,R=302,NC]
+RewriteRule docs/fips/index.html fips.html [L,R=302,NC]
diff --git a/source/old/0.9.x/index.html b/source/old/0.9.x/index.html
index 07b991f..aa1e633 100644
--- a/source/old/0.9.x/index.html
+++ b/source/old/0.9.x/index.html
@@ -10,7 +10,15 @@
<header><h2>Old 0.9.x Releases</h2></header>
<div class="entry-content">
<p>Here are the old 0.9.x releases.</p>
- <!--#include virtual="index.inc" -->
+ <table>
+ <tr>
+ <td>KBytes </td>
+ <td>Date </td>
+ <td>File </td>
+ </tr>
+ <!--#include virtual="index.inc" -->
+ </table>
+ <p> </p>
</div>
<footer>
You are here: <a href="/">Home</a>
diff --git a/source/old/1.0.0/index.html b/source/old/1.0.0/index.html
index 2fae25b..efbb214 100644
--- a/source/old/1.0.0/index.html
+++ b/source/old/1.0.0/index.html
@@ -10,7 +10,15 @@
<header><h2>Old 1.0.0 Releases</h2></header>
<div class="entry-content">
<p>Here are the old 1.0.0 releases.</p>
- <!--#include virtual="index.inc" -->
+ <table>
+ <tr>
+ <td>KBytes </td>
+ <td>Date </td>
+ <td>File </td>
+ </tr>
+ <!--#include virtual="index.inc" -->
+ </table>
+ <p> </p>
</div>
<!--#include virtual="/inc/legalities.inc" -->
<footer>
diff --git a/source/old/1.0.1/index.html b/source/old/1.0.1/index.html
index eb2121d..cf46c10 100644
--- a/source/old/1.0.1/index.html
+++ b/source/old/1.0.1/index.html
@@ -10,7 +10,15 @@
<header><h2>Old 1.0.1 Releases</h2></header>
<div class="entry-content">
<p>Here are the old 1.0.1 releases.</p>
- <!--#include virtual="index.inc" -->
+ <table>
+ <tr>
+ <td>KBytes </td>
+ <td>Date </td>
+ <td>File </td>
+ </tr>
+ <!--#include virtual="index.inc" -->
+ </table>
+ <p> </p>
</div>
<!--#include virtual="/inc/legalities.inc" -->
<footer>
diff --git a/source/old/1.0.2/index.html b/source/old/1.0.2/index.html
index 8ed017a..9934b85 100644
--- a/source/old/1.0.2/index.html
+++ b/source/old/1.0.2/index.html
@@ -10,7 +10,15 @@
<header><h2>Old 1.0.2 Releases</h2></header>
<div class="entry-content">
<p>Here are the old 1.0.2 releases.</p>
- <!--#include virtual="index.inc" -->
+ <table>
+ <tr>
+ <td>KBytes </td>
+ <td>Date </td>
+ <td>File </td>
+ </tr>
+ <!--#include virtual="index.inc" -->
+ </table>
+ <p> </p>
</div>
<!--#include virtual="/inc/legalities.inc" -->
<footer>
diff --git a/source/old/fips/index.html b/source/old/fips/index.html
index 80385d7..933374a 100644
--- a/source/old/fips/index.html
+++ b/source/old/fips/index.html
@@ -10,7 +10,15 @@
<header><h2>Old XXX Releases</h2></header>
<div class="entry-content">
<p>Here are the old xxx releases.</p>
- <!--#include virtual="index.inc" -->
+ <table>
+ <tr>
+ <td>KBytes </td>
+ <td>Date </td>
+ <td>File </td>
+ </tr>
+ <!--#include virtual="index.inc" -->
+ </table>
+ <p> </p>
</div>
<!--#include virtual="/inc/legalities.inc" -->
<footer>
More information about the openssl-commits
mailing list