updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 10 Feb 2002 08:42:12 +0000 (08:42 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 10 Feb 2002 08:42:12 +0000 (08:42 +0000)
lib/silcclient/DIRECTORY
lib/silcclient/silcclient_using.html
lib/silccore/DIRECTORY
lib/silccrypt/DIRECTORY
lib/silcmath/DIRECTORY
lib/silcsftp/DIRECTORY
lib/silcske/DIRECTORY
lib/silcutil/DIRECTORY

index e80ba7cae7999f9d92bde9d8e150ab65a18e8aaf..1975f786790d78bfd890d3fdbac3c3e454192e3f 100644 (file)
@@ -5,9 +5,11 @@
 @LINK=silcapi.html:Client Library Interface
 -->
 
-<FONT SIZE="+3">SILC Client Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC Client Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC Client Library is SILC Client implementation without the actual user 
 interface. The library uses common and core components of SILC protocol from
 lib/silccore library and normal utility routines from lib/silcutil library.
@@ -16,6 +18,7 @@ without actual user interface.  The library provides the API for the
 application which it can use to implement generally whatever user interface
 it wants.
 
+<BR /><BR />
 The `silcapi.h' file defines the function prototypes that application must
 implement in order to be able to create the user interface with the
 library.  The idea is that the application can implement whatever user
@@ -24,7 +27,6 @@ it wants.  The library is entirely transparent to the user interface and
 it does not include any user interface specific issues such as window
 handling or item handling on the screen etc.  These does not interest
 the library.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@
index ef53850af8345bafcf5cc54b45ab448bf7dbd2b9..84a41b250d236290b72d0991ef9dda3770c85eee 100644 (file)
@@ -1,7 +1,7 @@
-<font size="+2">Using SILC Client Library</font>
+<big><b>Using SILC Client Library</b></big>
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.0 Introduction</b>
+<b>Introduction</b>
 
 <br />&nbsp;<br />
 SILC Client library is a full featured SILC Client protocol implementation.
@@ -26,7 +26,7 @@ for sending channel and private messages, client and channel retrieval
 and other utility functions.
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.0.1 Including Library Headers</b>
+<b>Including Library Headers</b>
 
 <br />&nbsp;<br />
 Your application must include the following includes in your sources to 
@@ -52,7 +52,7 @@ extern "C" {<br />
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.1 Creating Client</b>
+<b>Creating Client</b>
 
 <br />&nbsp;<br />
 The client is context or entity based, so several client entitites can
@@ -106,7 +106,7 @@ it and use it directly in their application.
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.2 Initializing the Client</b>
+<b>Initializing the Client</b>
 
 <br />&nbsp;<br />
 The client must be initialized before running.  However, there are also
@@ -144,7 +144,7 @@ function.
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.3 Running the Client</b>
+<b>Running the Client</b>
 
 <br />&nbsp;<br />
 The client is run by calling silc_client_run.  The function will call
@@ -162,7 +162,7 @@ should initialize the user interface.
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.3.1 Running the Client in GUI application</b>
+<b>Running the Client in GUI application</b>
 
 <br />&nbsp;<br />
 Many GUI applications has their own main loop or event loop, which they 
@@ -193,7 +193,7 @@ also on Win32 systems it is possible.
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.3.1.1 Running Client in GTK--</b>
+<b>Running Client in GTK--</b>
 
 <br />&nbsp;<br />
 Here is a short example how to run the SILC Client libary under the 
@@ -230,7 +230,7 @@ Client library work on the background of the GUI application.
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.4 Creating Connection to Server</b>
+<b>Creating Connection to Server</b>
 
 <br />&nbsp;<br />
 Connection to remote SILC server is done by calling:
@@ -256,7 +256,7 @@ application (window or something else).
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.4.1 Using Own Connecting</b>
+<b>Using Own Connecting</b>
 
 <br />&nbsp;<br />
 Application might not want to use silc_client_connect_to_server function
@@ -290,7 +290,7 @@ process manually.
 
 
 <br />&nbsp;<br />&nbsp;<br />
-<b>1.5 Example Client</b>
+<b>Example Client</b>
 
 <br />&nbsp;<br />
 This section includes an example SILC client implementation in pseudo-like
index 8cac11a909bb755b7b2370a6702850bb7aba0e3c..bc335255a650b67a571813f517253230705f523a 100644 (file)
 @LINK=silcprivate.html:SILC Private API
 -->
 
-<FONT SIZE="+3">SILC Core Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC Core Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC Core Library includes all the core components of the SILC Protocol.
 It provides routines to encode and decode all SILC packet payloads defined
 in the protocol specification.  It provides packet assembling and parsing
 routines, and routines for sending private message and channel messages.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@
index 25b8233be0d6ac880617730ec2d3bbf8a95f1d42..b52c4f5ca5cbf32af76438a08286e8b69ca8f20b 100644 (file)
@@ -8,15 +8,16 @@
 @LINK=silcrng.html:SILC RNG API
 -->
 
-<FONT SIZE="+3">SILC Crypto Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC Crypto Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC Crypto Library provides cryptographic routines for applications.  It
 provides interfaces for ciphers, hash functions, HMACs and public key
 cryptosystems.  In addition is also provides interfaces for cryptographically
 strong random number generator.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@
 
index c4b956f466204c663e85f9732dcff4aba39433e9..04056a30a391ddf3543ad50bbb8da27c5b2b2d82 100644 (file)
@@ -5,13 +5,14 @@
 @LINK=silcmp.html:SILC MP API
 -->
 
-<FONT SIZE="+3">SILC Math Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC Math Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC Math Library provides arbitrary precision artichmetic routines for
 public key cryptosystems, prime number generation routines, and other
 math utility functions for applications.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@
index 7380f0d0a7500de9ead9d23cf98dcf2869851958..87c2b2f09a38fade0bf8590d69195d2624aea3f9 100644 (file)
@@ -5,14 +5,15 @@
 @LINK=silcsftp_fs.html:SILC SFTP Filesystems
 -->
 
-<FONT SIZE="+3">SILC SFTP Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC SFTP Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC SFTP Library provides SSH File Transfer Protocol client and server
 implementation.  The SFTP protocol is the mandatory file transfer protocol
 used for file transfers in the SILC protocol.  The same interface is used
 for SFTP client and SFTP server.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@
index d57c8bfe6bf15df1e79c252fbed76b8b179d5bb2..9c65583e362ba8308eee9c59e25343bbd15adfb9 100644 (file)
@@ -5,13 +5,14 @@
 @LINK=silcske_status.html:SILC SKE Status
 -->
 
-<FONT SIZE="+3">SILC Key Exchange Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC Key Exchange Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC Key Exchange (SKE) Library, is an implementation of the SKE protocol.
 It provides the key exchange protocol for all SILC applications.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@
 
index b83779c8e30c4f0b6c0bf14f0136d6f5df561b0b..c02522fd4cb7500473505ead75027d3f44677a61 100644 (file)
 @LINK=silcdlist.html:SILC Dynamic List API
 -->
 
-<FONT SIZE="+3">SILC Utility Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+<BIG><B>SILC Utility Library</B></BIG>
+<BR /><BR />
+<B>Introduction</B>
+
+<BR /><BR />
 SILC Utility Library provides various utility routines for the applications.
 For example, it provides the application's main loop, called the SILC
 Scheduler.  It can handle all kinds of tasks, like socket connections and
 timeout tasks.  The SILC Utility Library also provides various buffer
 management routines.  All of these routines work on multiple platforms
 such as Unix and WIN32.
-</FONT>
-</PRE>
 
+<BR /><BR />
 @LINKS@