[openssl-commits] [web] OpenSSL Web Pages branch master updated. 5d5b987a68d97f30f947df7dc268e59ca1ebbaf8

root root at openssl.org
Fri Dec 12 04:53:46 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL Web Pages ".

The branch, master has been updated
       via  5d5b987a68d97f30f947df7dc268e59ca1ebbaf8 (commit)
      from  33268635160bba24f6bc98448a8162661d1ddb30 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5d5b987a68d97f30f947df7dc268e59ca1ebbaf8
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Dec 11 23:53:20 2014 -0500

    Add a basic CSS file

-----------------------------------------------------------------------

Summary of changes:
 manpage.css     |   96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 run-pod2html.sh |    2 +-
 2 files changed, 97 insertions(+), 1 deletion(-)
 create mode 100644 manpage.css

diff --git a/manpage.css b/manpage.css
new file mode 100644
index 0000000..1fc97bc
--- /dev/null
+++ b/manpage.css
@@ -0,0 +1,96 @@
+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;
+}
diff --git a/run-pod2html.sh b/run-pod2html.sh
index 0afd144..8a1218d 100755
--- a/run-pod2html.sh
+++ b/run-pod2html.sh
@@ -11,7 +11,7 @@ for SUB in apps crypto ssl; do
 	FN=`basename $IN .pod`
 	cat $IN \
 	| sed -r 's/L<([^)]*)(\([0-9]\))?\|([^)]*)(\([0-9]\))?>/L<\1|\3>/g' \
-	| pod2html --podroot=$SRC --htmlroot=/docs --podpath=$SUB:apps:crypto:ssl \
+	| pod2html --podroot=$SRC -css=/manpage.css --htmlroot=/docs --podpath=$SUB:apps:crypto:ssl \
 	| sed -r 's/<!DOCTYPE.*//g' > $DIR/$FN.html
 	for L in `perl $HERE/getnames.pl $IN` ; do
 	    ln $DIR/$FN.html $DIR/$L.html || echo FAIL $DIR/$FN.html $DIR/$L.html


hooks/post-receive
-- 
OpenSSL Web Pages 


More information about the openssl-commits mailing list