Merged silc_1_1_branch to trunk.
[silc.git] / lib / silccore / DIRECTORY
index 963eced59589725d72af9376c9572a4535941b07..5a2bd57ba8f4f34612aaed89d12cb4c74fc2e8be 100644 (file)
@@ -1,27 +1,33 @@
 <!--
 @LIBRARY=SILC Core Library
-@FILENAME=silccore.html
+@FILENAME=silccorelib.html
+@LINK=silcauth.html:SILC Authentication Interface
+@LINK=silcmessage.html:SILC Message Interface
+@LINK=silcchannel.html:SILC Channel Interface
+@LINK=silccommand.html:SILC Command Interface
+@LINK=silcnotify.html:SILC Notify Interface
+@LINK=silcstatus.html:SILC Status Types
+@LINK=silcmode.html:SILC Modes
+@LINK=silcid.html:SILC ID Interface
+@LINK=silcargument.html:SILC Argument Interface
+@LINK=silcattrs.html:SILC Attributes Interface
+@LINK=silcpacket.html:Packet Engine Interface
+@LINK=silcpubkey.html:SILC Public Key Payload Interface
 -->
 
-<OL>
-<FONT SIZE="+3">SILC Core Library</FONT><BR><BR>
-<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
-<PRE>
+<big><b>SILC Core Library</b></big>
+<br />
+<small>Directory: lib/silccore/</small>
+<br />
+<small>Library: libsilc.a, libsilc.lib</small>
+<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.
-</PRE>
 
-<LI><A HREF="silcauth.html">SILC Auth API</A>
-<LI><A HREF="silcchannel.html">SILC Channel API</A>
-<LI><A HREF="silccomand.html">SILC Command API</A>
-<LI><A HREF="silcid.html">SILC ID API</A>
-<LI><A HREF="silcidcache.html">SILC ID Cache API</A>
-<LI><A HREF="silcmode.html">SILC Modes</A>
-<LI><A HREF="silcnotify.html">SILC Notify API</A>
-<LI><A HREF="silcpacket.html">SILC Packet API</A>
-<LI><A HREF="silcpayload.html">SILC Payload API</A>
-<LI><A HREF="silcprivate.html">SILC Private API</A>
-<LI><A HREF="silcprotocol.html">SILC Protocol API</A>
-</OL>
+<br /><br />
+@LINKS@