Remove HOWTO (for now?), old URL patching.
authorRich Salz <rsalz@akamai.com>
Sat, 15 Aug 2015 17:55:10 +0000 (13:55 -0400)
committerRich Salz <rsalz@akamai.com>
Sat, 15 Aug 2015 17:55:10 +0000 (13:55 -0400)
docs/.htaccess [new file with mode: 0644]
docs/HOWTO/index.wml [deleted file]
source/sidebar.inc

diff --git a/docs/.htaccess b/docs/.htaccess
new file mode 100644 (file)
index 0000000..fa6d11a
--- /dev/null
@@ -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 (file)
index b1c5336..0000000
+++ /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>
-
index 7b631e517c61011751203686a6c26921e6472ad0..96eafc9a1068ad21ec2b2181ab72cf755d0f51a2 100644 (file)
@@ -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>