updates.
[silc.git] / lib / silcclient / 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@