[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Wed Aug 19 01:51:20 UTC 2015
The branch master has been updated
via 2649223c44ae1865687ba9b67911778d1cc84516 (commit)
from ed1682d91272eadb55306f525f84660e8bf19458 (commit)
- Log -----------------------------------------------------------------
commit 2649223c44ae1865687ba9b67911778d1cc84516
Author: Rich Salz <rsalz at akamai.com>
Date: Tue Aug 18 21:51:16 2015 -0400
fix rewrite rule for old fips files
-----------------------------------------------------------------------
Summary of changes:
docs/.htaccess | 6 ++--
manpage.css | 96 ----------------------------------------------------------
2 files changed, 3 insertions(+), 99 deletions(-)
delete mode 100644 manpage.css
diff --git a/docs/.htaccess b/docs/.htaccess
index 756b70a..499430b 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -1,4 +1,4 @@
RewriteEngine on
-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]
+RewriteRule fips/fipsnotes.html /docs/fipsnotes.html [L,R=302,NC]
+RewriteRule fips/fipsvalidation.html /docs/fipsvalidation.html [L,R=302,NC]
+RewriteRule fips/index.html /docs/fips/fips.html [L,R=302,NC]
diff --git a/manpage.css b/manpage.css
deleted file mode 100644
index 1fc97bc..0000000
--- a/manpage.css
+++ /dev/null
@@ -1,96 +0,0 @@
-BODY {
- background: white;
- color: black;
- font-family: arial,sans-serif;
- margin: 0;
- padding: 1ex;
-}
-TABLE {
- border-collapse: collapse;
- border-spacing: 0;
- border-width: 0;
- color: inherit;
-}
-IMG { border: 0; }
-FORM { margin: 0; }
-input { margin: 2px; }
-A.fred {
- text-decoration: none;
-}
-A:link, A:visited {
- background: transparent;
- color: #006699;
-}
-TD {
- margin: 0;
- padding: 0;
-}
-DIV {
- border-width: 0;
-}
-DT {
- margin-top: 1em;
-}
-TH {
- background: #bbbbbb;
- color: inherit;
- padding: 0.4ex 1ex;
- text-align: left;
-}
-TH A:link, TH A:visited {
- background: transparent;
- color: black;
-}
-A.m:link, A.m:visited {
- background: #006699;
- color: white;
- font: bold 10pt Arial,Helvetica,sans-serif;
- text-decoration: none;
-}
-A.o:link, A.o:visited {
- background: #006699;
- color: #ccffcc;
- font: bold 10pt Arial,Helvetica,sans-serif;
- text-decoration: none;
-}
-A.o:hover {
- background: transparent;
- color: #ff6600;
- text-decoration: underline;
-}
-A.m:hover {
- background: transparent;
- color: #ff6600;
- text-decoration: underline;
-}
-table.dlsip {
- background: #dddddd;
- border: 0.4ex solid #dddddd;
-}
-.pod PRE {
- background: #eeeeee;
- border: 1px solid #888888;
- color: black;
- padding-top: 1em;
- white-space: pre;
-}
-.pod H1 {
- background: transparent;
- color: #006699;
- font-size: large;
-}
-.pod H2 {
- background: transparent;
- color: #006699;
- font-size: medium;
-}
-.pod IMG {
- vertical-align: top;
-}
-.pod .toc A {
- text-decoration: none;
-}
-.pod .toc LI {
- line-height: 1.2em;
- list-style-type: none;
-}
More information about the openssl-commits
mailing list