Created SILC Crypto Toolkit git repository.
[crypto.git] / scripts / silcdoc / gen_toc.php
diff --git a/scripts/silcdoc/gen_toc.php b/scripts/silcdoc/gen_toc.php
deleted file mode 100644 (file)
index 48e60e3..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-/*
-
-  Author: Pekka Riikonen <priikone@silcnet.org>
-
-  Copyright (C) 2001 Pekka Riikonen
-
-  This program is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  This generates the TOC for a specific section.
-
-*/
-?>
-
-<div align="center">
-<table cellpadding=2 cellspacing=0 border=0 width="99%" align=center>
-<tr>
-<td>
-<font face="Helvetica,Arial,Sans-serif" size="+1">
-
-<?php
-/* Get the actual data for the page */
-require "$page";
-?>
-
-</font>
-</td>
-</tr>
-</table>
-</div>