[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Mon Aug 17 15:52:38 UTC 2015
The branch master has been updated
via 95690a5c283c96369fa5eb1db874ff9141eb8fce (commit)
from 493fe41bd59abe4aa72112e6708bc443f752dde3 (commit)
- Log -----------------------------------------------------------------
commit 95690a5c283c96369fa5eb1db874ff9141eb8fce
Author: Rich Salz <rsalz at akamai.com>
Date: Mon Aug 17 11:51:58 2015 -0400
Fix breadcrumbs and over-eager .htaccess
-----------------------------------------------------------------------
Summary of changes:
docs/.htaccess | 8 +++-----
docs/faq.html | 2 +-
source/old/0.9.x/index.html | 7 ++++---
source/old/1.0.0/index.html | 5 +++--
source/old/1.0.1/index.html | 5 +++--
source/old/1.0.2/index.html | 5 +++--
source/old/fips/index.html | 5 +++--
source/old/index.html | 2 +-
8 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/docs/.htaccess b/docs/.htaccess
index 39c9d22..756b70a 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -1,6 +1,4 @@
RewriteEngine on
-RewriteBase /docs
-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]
+RewriteRule /docs/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/docs/faq.html b/docs/faq.html
index 0f8a061..6f4be47 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -15,7 +15,7 @@
</div>
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">News</a>
+ : <a href=".">Documentation</a>
: <a href="">Frequently Asked Questions</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
diff --git a/source/old/0.9.x/index.html b/source/old/0.9.x/index.html
index aa1e633..6d13cf6 100644
--- a/source/old/0.9.x/index.html
+++ b/source/old/0.9.x/index.html
@@ -20,10 +20,12 @@
</table>
<p> </p>
</div>
+ <!--#include virtual="../../sidebar.inc" -->
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">Source</a>
- : <a href="">Old Releases</a>
+ : <a href="/source">Downloads</a>
+ : <a href="/source/old">Old Releases</a>
+ : <a href="">0.9.x</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
<!--#include virtual="/inc/legalities.inc" -->
@@ -31,7 +33,6 @@
</div>
- <!--#include virtual="../../sidebar.inc" -->
</div>
</div>
diff --git a/source/old/1.0.0/index.html b/source/old/1.0.0/index.html
index efbb214..4cdfc1a 100644
--- a/source/old/1.0.0/index.html
+++ b/source/old/1.0.0/index.html
@@ -23,8 +23,9 @@
<!--#include virtual="/inc/legalities.inc" -->
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">Source</a>
- : <a href="">Old Releases</a>
+ : <a href="/source">Downloads</a>
+ : <a href="/source/old">Old Releases</a>
+ : <a href="">1.0.0</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
diff --git a/source/old/1.0.1/index.html b/source/old/1.0.1/index.html
index cf46c10..b90c9ce 100644
--- a/source/old/1.0.1/index.html
+++ b/source/old/1.0.1/index.html
@@ -23,8 +23,9 @@
<!--#include virtual="/inc/legalities.inc" -->
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">Source</a>
- : <a href="">Old Releases</a>
+ : <a href="/source">Downloads</a>
+ : <a href="/source/old">Old Releases</a>
+ : <a href="">1.0.1</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
diff --git a/source/old/1.0.2/index.html b/source/old/1.0.2/index.html
index 9934b85..e07fea5 100644
--- a/source/old/1.0.2/index.html
+++ b/source/old/1.0.2/index.html
@@ -23,8 +23,9 @@
<!--#include virtual="/inc/legalities.inc" -->
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">Source</a>
- : <a href="">Old Releases</a>
+ : <a href="/source">Downloads</a>
+ : <a href="/source/old">Old Releases</a>
+ : <a href="">1.0.2</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
diff --git a/source/old/fips/index.html b/source/old/fips/index.html
index a5058b2..a04d6a6 100644
--- a/source/old/fips/index.html
+++ b/source/old/fips/index.html
@@ -23,8 +23,9 @@
<!--#include virtual="/inc/legalities.inc" -->
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">Source</a>
- : <a href="">Old Releases</a>
+ : <a href="/source">Downloads</a>
+ : <a href="/source/old">Old Releases</a>
+ : <a href="">fips</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
diff --git a/source/old/index.html b/source/old/index.html
index 9e5b4e5..8d4e1c8 100644
--- a/source/old/index.html
+++ b/source/old/index.html
@@ -21,7 +21,7 @@
<!--#include virtual="/inc/legalities.inc" -->
<footer>
You are here: <a href="/">Home</a>
- : <a href=".">Source</a>
+ : <a href=".">Downloads</a>
: <a href="">Old Releases</a>
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
More information about the openssl-commits
mailing list