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

Rich Salz rsalz at openssl.org
Tue Dec 23 20:29:52 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  ee52bcedc58368a5ceb827dbd1fd83aee1c6c4bb (commit)
      from  9c7240f8f615cd0962891c294a51debf09864c74 (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 ee52bcedc58368a5ceb827dbd1fd83aee1c6c4bb
Author: Rich Salz <rsalz at akamai.com>
Date:   Tue Dec 23 15:29:09 2014 -0500

    Misc cleanups
    
    Remove trailing whitespace.
    Start merging openssl.wml and openssl-macros.wml
    Fix wording on all old index files to be consistent.

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

Summary of changes:
 openssl-macros.wml         |   18 +++++++++---------
 openssl.wml                |   18 +++++++++---------
 source/index.wml           |    4 ++--
 source/old/0.9.x/index.wml |    4 +---
 source/old/1.0.0/index.wml |    3 ---
 source/old/1.0.1/index.wml |    2 --
 source/old/1.0.2/index.wml |    4 ----
 source/old/fips/index.wml  |    1 -
 source/old/index.wml       |    3 +--
 9 files changed, 22 insertions(+), 35 deletions(-)

diff --git a/openssl-macros.wml b/openssl-macros.wml
index 29e94c7..3d18122 100644
--- a/openssl-macros.wml
+++ b/openssl-macros.wml
@@ -60,7 +60,7 @@ H3    { font-weight: bold; font-size: 12pt; line-height: 12pt; \
 <body link="#6666cc" alink="#6666cc" vlink="#6666cc" bgcolor="#666699" text="#000000"
       marginheight=0 leftmargin=0 rightmargin=0 topmargin=0>
 
-#   now define the page layout by a nested table 
+#   now define the page layout by a nested table
 #   structure consisting of a 5x5 cell grid.
 <table width=100% cellspacing=0 cellpadding=0 border=0>
   #   visually: the top line of the page
@@ -164,7 +164,7 @@ H3    { font-weight: bold; font-size: 12pt; line-height: 12pt; \
 #   define the <snb>...</snb> container tag
 <define-tag snb endtag=required>
   #   1. define the navigation bar through a grammar
-  <navbar:define name=snb urlbase="$(SNB_ROOT)" 
+  <navbar:define name=snb urlbase="$(SNB_ROOT)"
                  txtcol_normal="#666666" txtcol_select="#000000">
     #   bar header
     <navbar:header>\
@@ -288,7 +288,7 @@ sub ls {
         @T = localtime($S[9]);
         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
-        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
+        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n",
              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
     }
     return @R;
@@ -337,7 +337,7 @@ sub ls {
         @T = localtime($S[9]);
         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
-        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
+        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n",
              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
     }
     return @R;
@@ -435,18 +435,18 @@ This product includes software written by Tim Hudson (tjh at cryptsoft.com).
 </font>
 </define-tag>
 
-#  a tag displaying the used tools   
+#  a tag displaying the used tools
 <define-tag website-tools>
-<font face="Arial,Helvetica" size=-1> 
+<font face="Arial,Helvetica" size=-1>
 Website designed by
 <a href="http://www.engelschall.com/">Ralf S. Engelschall</a>
 and generated with
 <a href="http://thewml.org/"><font color="#000000">
 Website META Language</font></a> (WML).<br>
 All markup code and graphics on this website
-are Copyright © 1999-2014 <a href="http://www.openssl.org/">The OpenSSL Project</a>, 
+are Copyright © 1999-2014 <a href="http://www.openssl.org/">The OpenSSL Project</a>,
 All rights reserved.<br>
-This website is served by an 
+This website is served by an
 <a href="http://www.apache.org/"><font color="#000000">Apache</font></a>
 webserver environment.<br>
 </font>
@@ -485,7 +485,7 @@ webserver environment.<br>
 
 ##
 ##  Finally, the layout is now rendered, so divert all
-##  following stuff (the code in the local file after the #use 
+##  following stuff (the code in the local file after the #use
 ##  for this template!) into the white body area.
 ##
 
diff --git a/openssl.wml b/openssl.wml
index a10b197..b223977 100644
--- a/openssl.wml
+++ b/openssl.wml
@@ -164,7 +164,7 @@ H3    { font-weight: bold; font-size: 12pt; line-height: 12pt; \
 #   define the <snb>...</snb> container tag
 <define-tag snb endtag=required>
   #   1. define the navigation bar through a grammar
-  <navbar:define name=snb urlbase="$(SNB_ROOT)" 
+  <navbar:define name=snb urlbase="$(SNB_ROOT)"
                  txtcol_normal="#666666" txtcol_select="#000000">
     #   bar header
     <navbar:header>\
@@ -288,7 +288,7 @@ sub ls {
         @T = localtime($S[9]);
         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
-        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
+        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n",
              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
     }
     return @R;
@@ -351,7 +351,7 @@ sub ls {
         @T = localtime($S[9]);
         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
-        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
+        push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n",
              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
     }
     return @R;
@@ -535,23 +535,23 @@ IS YOUR RESPONSIBILITY.
 <p>
 <font face="Arial,Helvetica" size=-1>
 CREDIT INFORMATION:
-This product includes cryptographic software written by Eric Young.  
+This product includes cryptographic software written by Eric Young.
 This product includes software written by Tim Hudson (tjh at cryptsoft.com).
 </font>
 </define-tag>
 
-#  a tag displaying the used tools   
+#  a tag displaying the used tools
 <define-tag website-tools>
-<font face="Arial,Helvetica" size=-1> 
+<font face="Arial,Helvetica" size=-1>
 Website designed by
 <a href="http://www.engelschall.com/">Ralf S. Engelschall</a>
 and generated with
 <a href="http://thewml.org/"><font color="#000000">
 Website META Language</font></a> (WML).<br>
 All markup code and graphics on this website
-are Copyright © 1999-2014 <a href="http://www.openssl.org/">The OpenSSL Project</a>, 
+are Copyright © 1999-2014 <a href="http://www.openssl.org/">The OpenSSL Project</a>,
 All rights reserved.<br>
-This website is served by an 
+This website is served by an
 <a href="http://www.apache.org/"><font color="#000000">Apache</font></a>/
 <a href="http://www.modssl.org/"><font color="#000000">mod_ssl</font></a>
 webserver environment.<br>
@@ -591,7 +591,7 @@ webserver environment.<br>
 
 ##
 ##  Finally, the layout is now rendered, so divert all
-##  following stuff (the code in the local file after the #use 
+##  following stuff (the code in the local file after the #use
 ##  for this template!) into the white body area.
 ##
 
diff --git a/source/index.wml b/source/index.wml
index 501c7d9..59c571a 100644
--- a/source/index.wml
+++ b/source/index.wml
@@ -7,7 +7,8 @@
 
 <p>
 The table below lists the latest releases for every branch.
-Old releases can be found <a href="old">here</a>.
+Old releases can be found at
+<a href="old">https://www.openssl.org/source/old</a>.
 </p>
 
 <p>
@@ -31,4 +32,3 @@ We also maintain a clone at GitHub,
 <h2>Legalities</h2>
 
 <disclaimer>
-
diff --git a/source/old/0.9.x/index.wml b/source/old/0.9.x/index.wml
index 1ecb0be..ebd4c81 100644
--- a/source/old/0.9.x/index.wml
+++ b/source/old/0.9.x/index.wml
@@ -5,8 +5,7 @@
 <h1>Old 0.9.x Releases</h1>
 
 <p>
-The table below lists the outdated FIPS releases.
-Note that The 0.9.8 stream has been announced as end-of-life.
+The table below lists the outdated 0.9.x releases.
 </p>
 
 <p>
@@ -15,4 +14,3 @@ Note that The 0.9.8 stream has been announced as end-of-life.
 <h2>Legalities</h2>
 
 <disclaimer>
-
diff --git a/source/old/1.0.0/index.wml b/source/old/1.0.0/index.wml
index ac386b1..d3cb9b5 100644
--- a/source/old/1.0.0/index.wml
+++ b/source/old/1.0.0/index.wml
@@ -14,6 +14,3 @@ The table below lists the outdated 1.0.0 releases.
 <h2>Legalities</h2>
 
 <disclaimer>
-
-
-
diff --git a/source/old/1.0.1/index.wml b/source/old/1.0.1/index.wml
index c9acfc4..ba8b064 100644
--- a/source/old/1.0.1/index.wml
+++ b/source/old/1.0.1/index.wml
@@ -14,5 +14,3 @@ The table below lists the outdated 1.0.1 releases.
 <h2>Legalities</h2>
 
 <disclaimer>
-
-
diff --git a/source/old/1.0.2/index.wml b/source/old/1.0.2/index.wml
index f6f1b84..1876079 100644
--- a/source/old/1.0.2/index.wml
+++ b/source/old/1.0.2/index.wml
@@ -14,7 +14,3 @@ The table below lists the outdated 1.0.2 releases.
 <h2>Legalities</h2>
 
 <disclaimer>
-
-
-
-
diff --git a/source/old/fips/index.wml b/source/old/fips/index.wml
index 2c95798..6df3f3e 100644
--- a/source/old/fips/index.wml
+++ b/source/old/fips/index.wml
@@ -14,4 +14,3 @@ The table below lists the outdated FIPS releases.
 <h2>Legalities</h2>
 
 <disclaimer>
-
diff --git a/source/old/index.wml b/source/old/index.wml
index a82799c..a8213de 100644
--- a/source/old/index.wml
+++ b/source/old/index.wml
@@ -6,7 +6,7 @@
 <h1>Old Releases</h1>
 
 <p>
-The table below lists the latest releases for every branch.
+The table below lists the different release branches.
 </p>
 
 <p>
@@ -15,4 +15,3 @@ The table below lists the latest releases for every branch.
 <h2>Legalities</h2>
 
 <disclaimer>
-


hooks/post-receive
-- 
OpenSSL Web Pages 


More information about the openssl-commits mailing list