From 2f0ac4dba79400fa0557d079eecd6bb10e863879 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 8 Aug 2001 19:52:45 +0000 Subject: [PATCH] Added. --- scripts/silcdoc/gen_detail.php | 61 +++++++++++++++++++++++++ scripts/silcdoc/gen_toc.php | 39 ++++++++++++++++ scripts/silcdoc/index.php | 82 ++++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+) create mode 100644 scripts/silcdoc/gen_detail.php create mode 100644 scripts/silcdoc/gen_toc.php create mode 100644 scripts/silcdoc/index.php diff --git a/scripts/silcdoc/gen_detail.php b/scripts/silcdoc/gen_detail.php new file mode 100644 index 00000000..4cf6e75c --- /dev/null +++ b/scripts/silcdoc/gen_detail.php @@ -0,0 +1,61 @@ + + + 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 is the detailed page generator. This generates the actual data + that is shown plus index at the right side. + +*/ +?> + +
+ + + + + + + +
+ + + + + + + + +
+ + + + + +
+
+
diff --git a/scripts/silcdoc/gen_toc.php b/scripts/silcdoc/gen_toc.php new file mode 100644 index 00000000..d91d0c05 --- /dev/null +++ b/scripts/silcdoc/gen_toc.php @@ -0,0 +1,39 @@ + + + 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. + +*/ +?> + +
+ + + + +
+ + + + + +
+
diff --git a/scripts/silcdoc/index.php b/scripts/silcdoc/index.php new file mode 100644 index 00000000..8842dd56 --- /dev/null +++ b/scripts/silcdoc/index.php @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + SILC Secure Internet Live Conferencing - +<?php + +if (Is_Readable($SecurityFilter.".php")) + echo $page; +else + echo "news"; + +?> + + + + + + +
+
+ + + + +
+ + + + + + + + +
+
 SILC Secure Internet Live Conferencing +
+ + + +
+ + +
+
+
+ +
+ + + -- 2.24.0