[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Sat Aug 15 17:55:50 UTC 2015
The branch master has been updated
via c4ec6409d5d46ef41047d2085814534c7ad53e54 (commit)
from 03e725858a77a8d76452903516c2529fd30c6f40 (commit)
- Log -----------------------------------------------------------------
commit c4ec6409d5d46ef41047d2085814534c7ad53e54
Author: Rich Salz <rsalz at akamai.com>
Date: Sat Aug 15 13:55:10 2015 -0400
Remove HOWTO (for now?), old URL patching.
-----------------------------------------------------------------------
Summary of changes:
docs/.htaccess | 4 ++++
docs/HOWTO/index.wml | 17 -----------------
source/sidebar.inc | 9 +++++----
3 files changed, 9 insertions(+), 21 deletions(-)
create mode 100644 docs/.htaccess
delete mode 100644 docs/HOWTO/index.wml
diff --git a/docs/.htaccess b/docs/.htaccess
new file mode 100644
index 0000000..fa6d11a
--- /dev/null
+++ b/docs/.htaccess
@@ -0,0 +1,4 @@
+RewriteEngine on
+RewriteBase /docs
+RewriteRule fips fips.html [L,R=302,NC]
+RewriteRule fips/* fips.html [L,R=302,NC]
diff --git a/docs/HOWTO/index.wml b/docs/HOWTO/index.wml
deleted file mode 100644
index b1c5336..0000000
--- a/docs/HOWTO/index.wml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#use wml::openssl area=documents page=HOWTO
-
-<title>Documents, HOWTO's</title>
-
-<h1>HOWTO's</h1>
-
-Here you can find a number of howto's. These howto's are also part of the
-OpenSSL distribution, in <tt>doc/HOWTO/</tt>.
-
-<p>
-<filelist *.txt>
-
-<h2>Legalities</h2>
-
-<disclaimer>
-
diff --git a/source/sidebar.inc b/source/sidebar.inc
index 7b631e5..96eafc9 100644
--- a/source/sidebar.inc
+++ b/source/sidebar.inc
@@ -1,16 +1,17 @@
<!-- sidebar.inc -->
+<!-- This needs full paths since the subdirs include this navbar. -->
<aside class="sidebar">
<section>
- <h1><a href=".">Downloads</a></h1>
+ <h1><a href="/source">Downloads</a></h1>
<ul>
<li>
- <a href="gitrepo.html">Git Repository</a>
+ <a href="/source/gitrepo.html">Git Repository</a>
</li>
<li>
- <a href="license.html">License</a>
+ <a href="/source/license.html">License</a>
</li>
<li>
- <a href="old">Old Releases</a>
+ <a href="/source/old">Old Releases</a>
</li>
<li>
<a href="mirror.html">Mirror Sites</a>
More information about the openssl-commits
mailing list