Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcclient / DIRECTORY
index 5e72559e04eb4cb8e62ba7a5c2283113af858f40..d61bcfe7a4e4752daf2832585500ff9b88269244 100644 (file)
@@ -1,15 +1,22 @@
 <!--
 @LIBRARY=SILC Client Library
 @FILENAME=silcclientlib.html
-@LINK=silcclient_using.html:Using SILC Client Library
-@LINK=silcclient.html:Client Library Interface
+@LINK=silcclient_using.html:Using SILC Client Library Tutorial
+@LINK=command_reply_args.html:Arguments for <b>command_reply</b> Client Operation
+@LINK=silcstatus_args.html:SilcStatus Error Arguments in <b>command_reply</b> Client Operation
+@LINK=notifyargs.html:Arguments for <b>notify</b> Client Operation
+@LINK=silcclient.html:Client Library Interface Reference
 -->
 
-<BIG><B>SILC Client Library</B></BIG>
-<BR /><BR />
-<B>Introduction</B>
+<big><b>SILC Client Library</b></big>
+<br />
+<small>Directory: lib/silcclient/</small>
+<br />
+<small>Library: libsilcclient.a, libsilcclient.lib</small>
+<br /><br />
+<b>Introduction</b>
 
-<BR /><BR />
+<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.
@@ -18,7 +25,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 />
+<br /><br />
 The `silcclient.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
@@ -28,5 +35,5 @@ 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.
 
-<BR /><BR />
+<br /><br />
 @LINKS@