Update manpage-skip
authorRich Salz <rsalz@akamai.com>
Wed, 5 Apr 2017 17:54:43 +0000 (13:54 -0400)
committerRich Salz <rsalz@akamai.com>
Wed, 5 Apr 2017 17:54:43 +0000 (13:54 -0400)
bin/mk-sitemap
docs/man1.0.1/apps/index.html [deleted file]
docs/man1.0.1/crypto/index.html [deleted file]
docs/man1.0.1/index.html [deleted file]
docs/man1.0.1/ssl/index.html [deleted file]

index b362ff1ffcbdb1fd9e5a912197f5177119b6011c..fdfd1b2345415fbfc5db973487f59e2d6cabdada 100755 (executable)
@@ -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@.*/@@;
        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 (file)
index 28c3059..0000000
+++ /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&nbsp;</td>
-               <td>Date&nbsp;&nbsp;</td>
-               <td>File&nbsp;</td>
-             </tr>
-             <!--#include virtual="index.inc" -->
-           </table>
-           <p>&nbsp;</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 (file)
index d7c0478..0000000
+++ /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&nbsp;</td>
-               <td>Date&nbsp;&nbsp;</td>
-               <td>File&nbsp;</td>
-             </tr>
-             <!--#include virtual="index.inc" -->
-           </table>
-           <p>&nbsp;</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 (file)
index 4d250a7..0000000
+++ /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 (file)
index bbb559c..0000000
+++ /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&nbsp;</td>
-               <td>Date&nbsp;&nbsp;</td>
-               <td>File&nbsp;</td>
-             </tr>
-             <!--#include virtual="index.inc" -->
-           </table>
-           <p>&nbsp;</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>
-