From: Pekka Riikonen Date: Tue, 12 Feb 2002 17:44:06 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.8.1~76 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=489318e3a67d35abb51044599cb7ffdfea6fca09 updates. --- diff --git a/lib/doc/INDEX.tmpl b/lib/doc/INDEX.tmpl new file mode 100644 index 00000000..77a7f9e5 --- /dev/null +++ b/lib/doc/INDEX.tmpl @@ -0,0 +1,16 @@ + + +SILC Toolkit Reference Manual
+ +@BODY@ + +
+Resource Links +
+SILC Project Website
+SILC Protocol Documentation
+SILC White Paper
+SILC FAQ
+ diff --git a/lib/LIBINDEX b/lib/doc/LIBINDEX similarity index 90% rename from lib/LIBINDEX rename to lib/doc/LIBINDEX index 9a6aa86b..cf12bfa0 100644 --- a/lib/LIBINDEX +++ b/lib/doc/LIBINDEX @@ -10,7 +10,7 @@ Version: @VERSION@
Copyright © 2001 - 2002 The SILC Project
Updated: @DATE@ -



+


Welcome to the SILC Toolkit Reference Manual. The manual is a complete developer guide and reference for the SILC application programmer. The manual is intended for application programmers who would like to integrate the SILC @@ -23,16 +23,18 @@ create new SILC client applications. The application programming interfaces are automatically generated from the Toolkit sources, and the documentation is constantly evolving. New versions of the Toolkit always delivers the latest version of this reference manual. -

+


+
  • Introduction to the Manual
    @BODY@ -

    +


    Resource Links

    Please refer to these outside links for more information about the SILC project and SILC Protocol. -

    + +


  • SILC Project Website
  • SILC Protocol Documentation
  • SILC White Paper
    diff --git a/lib/doc/intro_reference.html b/lib/doc/intro_reference.html index bb78cd47..c5f9681e 100644 --- a/lib/doc/intro_reference.html +++ b/lib/doc/intro_reference.html @@ -1,11 +1,9 @@ Introduction to the Manual
     
    -The SILC Toolkit reference manual is a fairly large set of documents. The -manual includes hundreds of individual document files totalling more than -7 MB of content space. This document is designed to help you understand -how the reference manual is organized, how it can be used efficiently, and -how to find the information you need. +This document is designed to help you understand how the reference manual is +organized, how it can be used efficiently, and how to find the information +you need.
     
     
    Target Audience @@ -127,5 +125,5 @@ include all of these informations.
     
    Please refer to this link for short example of the API item reference -layout: SILC Example API. +layout: SILC Example API. diff --git a/lib/doc/silc_example.h b/lib/doc/silcexample.h similarity index 100% rename from lib/doc/silc_example.h rename to lib/doc/silcexample.h diff --git a/scripts/silcdoc/gen.sh b/scripts/silcdoc/gen.sh index 7b5b0158..c09c9af2 100755 --- a/scripts/silcdoc/gen.sh +++ b/scripts/silcdoc/gen.sh @@ -1,8 +1,8 @@ #!/bin/sh cat << EOF > tmp.php - + EOF -php -f tmp.php >$4.tmp -mv $4.tmp $4 +php -f tmp.php >$5.tmp +mv $5.tmp $5 rm -f tmp.php diff --git a/scripts/silcdoc/gen_html_index.php b/scripts/silcdoc/gen_html_index.php deleted file mode 100644 index 869936ec..00000000 --- a/scripts/silcdoc/gen_html_index.php +++ /dev/null @@ -1,112 +0,0 @@ - - - Copyright (C) 2002 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. - -*/ -?> - - - - - - - - - - - - - - - - - - -
    Copyright © 2001 - 2002 SILC Project
    - SILC Project Website
    - SILC Toolkit Reference Manual
    -
    - - -
    - - - - - - - - - - - - - - -
    - - -
    -
    - - - -



    -
    -
    - - - -
    -
    - -



    -
    -
    - - - -
    -




    -
    -
    - - - -
    - - - - - -
    Copyright © 2001 - 2002 SILC Project
    - SILC Project Website
    - SILC Toolkit Reference Manual
    -
    - - - diff --git a/scripts/silcdoc/gen_index.php b/scripts/silcdoc/gen_index.php index 7c147d1e..4ee117cc 100644 --- a/scripts/silcdoc/gen_index.php +++ b/scripts/silcdoc/gen_index.php @@ -15,6 +15,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + type values: + + 0 = add left index, details and right index + 1 = add left index, details, no right index + 2 = no left index, add details, no right index */ ?> @@ -27,7 +32,7 @@