[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Wed Apr 5 17:54:55 UTC 2017
The branch master has been updated
via 72795fc7d7ca13604d6aeff4161d247cfa9fa09e (commit)
from dbe340d1dc40b4beff3e10af65faad83504ccb96 (commit)
- Log -----------------------------------------------------------------
commit 72795fc7d7ca13604d6aeff4161d247cfa9fa09e
Author: Rich Salz <rsalz at akamai.com>
Date: Wed Apr 5 13:54:43 2017 -0400
Update manpage-skip
-----------------------------------------------------------------------
Summary of changes:
bin/mk-sitemap | 4 ++--
docs/man1.0.1/apps/index.html | 45 -----------------------------------------
docs/man1.0.1/crypto/index.html | 44 ----------------------------------------
docs/man1.0.1/index.html | 39 -----------------------------------
docs/man1.0.1/ssl/index.html | 45 -----------------------------------------
5 files changed, 2 insertions(+), 175 deletions(-)
delete mode 100644 docs/man1.0.1/apps/index.html
delete mode 100644 docs/man1.0.1/crypto/index.html
delete mode 100644 docs/man1.0.1/index.html
delete mode 100644 docs/man1.0.1/ssl/index.html
diff --git a/bin/mk-sitemap b/bin/mk-sitemap
index b362ff1..fdfd1b2 100755
--- a/bin/mk-sitemap
+++ b/bin/mk-sitemap
@@ -29,11 +29,11 @@ dodir()
foreach my $entry ( @dirs) {
$entry =~ s@^\.\/@@;
next if $entry =~ m/.git|inc|img|bin|blog/;
- next if $entry =~ m/secadv/;
my $simple = $entry;
$simple =~ s at .*/@@;
print "\n", "\t" x $level, $simple, "/\n";
- next if $entry =~ m/man0.9.8|man1.0..|manmaster/;
+ next if $entry =~ m/secadv/;
+ next if $entry =~ m/man1.0.2|man1.1.0|manmaster/;
&dodir($entry, $level + 1);
}
}
diff --git a/docs/man1.0.1/apps/index.html b/docs/man1.0.1/apps/index.html
deleted file mode 100644
index 28c3059..0000000
--- a/docs/man1.0.1/apps/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<!--#include virtual="/inc/head.shtml" -->
-<body>
- <!--#include virtual="/inc/banner.shtml" -->
- <div id="main">
- <div id="content">
- <div class="blog-index">
- <article>
- <header><h2>commands</h2></header>
- <div class="entry-content">
- <p>
- The <a href="openssl.html">openssl</a> manpage provides a
- general overview of all the commands.
- The detailed list is here:
- </p>
-
- <table>
- <tr>
- <td>KBytes </td>
- <td>Date </td>
- <td>File </td>
- </tr>
- <!--#include virtual="index.inc" -->
- </table>
- <p> </p>
-
- </div>
- <footer>
- You are here: <a href="/">Home</a>
- : <a href="/docs">Documentation</a>
- : <a href="/docs/manpages.html">Manpages</a>
- : <a href="/docs/man1.0.1">master</a>
- : <a href="/docs/man1.0.1/apps">commands</a>
- <br/><a href="/sitemap.txt">Sitemap</a>
- </footer>
- </article>
- </div>
- <!--#include virtual="/inc/mansidebar.shtml" -->
- </div>
- </div>
-<!--#include virtual="/inc/footer.shtml" -->
-</body>
-</html>
-
diff --git a/docs/man1.0.1/crypto/index.html b/docs/man1.0.1/crypto/index.html
deleted file mode 100644
index d7c0478..0000000
--- a/docs/man1.0.1/crypto/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<!--#include virtual="/inc/head.shtml" -->
-<body>
- <!--#include virtual="/inc/banner.shtml" -->
- <div id="main">
- <div id="content">
- <div class="blog-index">
- <article>
- <header><h2>crypto library</h2></header>
- <div class="entry-content">
- <p>
- The <a href="crypto.html">crypto</a> manpage provides a
- general overview of the crypto library.
- The detailed list is here:
- </p>
-
- <table>
- <tr>
- <td>KBytes </td>
- <td>Date </td>
- <td>File </td>
- </tr>
- <!--#include virtual="index.inc" -->
- </table>
- <p> </p>
-
- </div>
- <footer>
- You are here: <a href="/">Home</a>
- : <a href="/docs">Documentation</a>
- : <a href="/docs/manpages.html">Manpages</a>
- : <a href="/docs/man1.0.1">master</a>
- : <a href="/docs/man1.0.1/crypto">crypto</a>
- <br/><a href="/sitemap.txt">Sitemap</a>
- </footer>
- </article>
- </div>
- <!--#include virtual="/inc/mansidebar.shtml" -->
- </div>
- </div>
-<!--#include virtual="/inc/footer.shtml" -->
-</body>
-</html>
diff --git a/docs/man1.0.1/index.html b/docs/man1.0.1/index.html
deleted file mode 100644
index 4d250a7..0000000
--- a/docs/man1.0.1/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<!--#include virtual="/inc/head.shtml" -->
-<body>
- <!--#include virtual="/inc/banner.shtml" -->
- <div id="main">
- <div id="content">
- <div class="blog-index">
- <article>
- <header><h2>Manpages for 1.0.1</h2></header>
- <div class="entry-content">
- <p>
- The manual pages for the 1.0.1 branch are
- available here.
- The OpenSSL documentation is divided into three
- parts:
- </p>
- <ul>
- <li><a href="apps">The commands</a></li>
- <li><a href="ssl">The ssl library</a></li>
- <li><a href="crypto">The crypto library</a></li>
- </ul>
- </div>
- <footer>
- You are here: <a href="/">Home</a>
- : <a href="/docs">Documentation</a>
- : <a href="/docs/manpages.html">Manpages</a>
- : <a href="">1.0.1</a>
- <br/><a href="/sitemap.txt">Sitemap</a>
- </footer>
- </article>
- </div>
- <!--#include virtual="/inc/mansidebar.shtml" -->
- </div>
- </div>
-<!--#include virtual="/inc/footer.shtml" -->
-</body>
-</html>
-
diff --git a/docs/man1.0.1/ssl/index.html b/docs/man1.0.1/ssl/index.html
deleted file mode 100644
index bbb559c..0000000
--- a/docs/man1.0.1/ssl/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<!--#include virtual="/inc/head.shtml" -->
-<body>
- <!--#include virtual="/inc/banner.shtml" -->
- <div id="main">
- <div id="content">
- <div class="blog-index">
- <article>
- <header><h2>ssl library</h2></header>
- <div class="entry-content">
- <p>
- The <a href="ssl.html">ssl</a> manpage provides a
- general overview of the ssl library.
- The detailed list is here:
- </p>
-
- <table>
- <tr>
- <td>KBytes </td>
- <td>Date </td>
- <td>File </td>
- </tr>
- <!--#include virtual="index.inc" -->
- </table>
- <p> </p>
-
- </div>
- <footer>
- You are here: <a href="/">Home</a>
- : <a href="/docs">Documentation</a>
- : <a href="/docs/manpages.html">Manpages</a>
- : <a href="/docs/man1.0.1">master</a>
- : <a href="/docs/man1.0.1/ssl">ssl</a>
- <br/><a href="/sitemap.txt">Sitemap</a>
- </footer>
- </article>
- </div>
- <!--#include virtual="/inc/mansidebar.shtml" -->
- </div>
- </div>
-<!--#include virtual="/inc/footer.shtml" -->
-</body>
-</html>
-
More information about the openssl-commits
mailing list