SRT documentation and web page updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 10 Jun 2008 05:29:39 +0000 (08:29 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 10 Jun 2008 05:29:39 +0000 (08:29 +0300)
doc/runtime.in/building.html
doc/runtime.in/index.html.in
doc/runtime.in/platforms.html
doc/runtime.in/runtime.rc
lib/silcutil/silcnet.h
lib/silcutil/silctime.h

index 375f3e5b96ca8ed2e9824265866f82e86487300c..178bb4df39da5a345db1967ee0bf7e38f2069198 100644 (file)
@@ -40,7 +40,7 @@ platforms the Toolkit support.
 The building instructions for all platforms are also included in the Toolkit
 package.  Please refer to the INSTALL file for general building instructions
 for Unix systems, README.WIN32 for building on Windows systems,
-README.MACOSX for building on Mac OS X, and README_SYMBIAN for building on
+README.MACOSX for building on Mac OS X, and README.SYMBIAN for building on
 Symbian OS.
 <br />
 
index 2f6f5e51daaee71dfe3f109b8df625cb8aee187f..4f50a07738bb4e9f51c7fd5b50161708581f116c 100644 (file)
 <div id="content">
 <h2>SILC Runtime Toolkit @VERSION@</h2>
 <p>
-SILC Runtime Toolkit (SRT) provides useful utility functions for 
-application programmers.  SRT can be used as the sole and main runtime 
-in any application.  It provides application main loop, hash table, lists, 
-atomic operations, threads, locks, queues, file descriptor stream, socket 
-stream, network routines, a finite state machine, memory pool, random 
-number generator, buffers, regular expressions, and many many other 
+SILC Runtime Toolkit (SRT) provides useful utility functions for
+application programmers.  SRT can be used as the sole and main runtime
+in any application.  It provides application main loop, hash table, lists,
+atomic operations, threads, locks, queues, file descriptor stream, socket
+stream, network routines, a finite state machine, memory pool, random
+number generator, buffers, regular expressions, and many many other
 features.
 </p>
 <p>
-SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X 
-and Symbian OS, and all APIs work identically or nearly identically on all 
+SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X
+and Symbian OS, and all APIs work identically or nearly identically on all
 support platforms.  SRT and all of its APIs are entirely reentrant and some
 APIs are completely thread safe.
 </p>
@@ -70,6 +70,11 @@ To clone SRT repository give one of the following commands:
 </pre>
 </p>
 
+<p class="item_name">CONTACT</p>
+<p>
+If you have any questions or comments you may contact us at <a href="mailto: info [at} silc [dot} fi">info (at) silc (dot) fi</a>
+</p>
+
 </div> <!-- content -->
 
 </div> <!-- contentwrapper -->
index de0dcaadd88be2fb5e97ba55dbbd29971d24c478..85f73bd3089ee793b3f6c11f61956ff6dfe0fcc3 100644 (file)
@@ -80,7 +80,7 @@ OS X platform.  There are no special Mac OS X platform related
 implementation issues with current version of Toolkit.
 
 
-<br />&nbsp;<br />&nbsp;<br />
+<br />
 <b><a name="symbian"></a>Symbian OS Implementation</b>
 
 <br />&nbsp;<br />
index 535fe48d621fb31836c3f157b873a3b4799fc4ee..5954c25d18c32cae41fe9c20170a8b88cf3804e9 100644 (file)
@@ -29,4 +29,5 @@ ignore files:
        win32
        symbian
        *.c
+       *.h~
        *.in
index e7edcda4ea83de05042535d97ccfe91d989af3c3..30ee1fcc431f8b1e520bf1c1d00af823f63a058e 100644 (file)
@@ -53,7 +53,7 @@
  * DESCRIPTION
  *
  *    The network listenr context.  This context is created with the
- *    silc_net_create_listener function and destroyed with
+ *    silc_net_tcp_create_listener function and destroyed with
  *    silc_net_close_listener function.
  *
  ***/
@@ -737,7 +737,7 @@ SilcUInt32 silc_htonl(SilcUInt32 host);
  ***/
 SilcUInt32 silc_ntohl(SilcUInt32 net);
 
-/****f* silcutil/silc_htonl
+/****f* silcutil/silc_htons
  *
  * SYNOPSIS
  *
@@ -750,7 +750,7 @@ SilcUInt32 silc_ntohl(SilcUInt32 net);
  ***/
 SilcUInt16 silc_htons(SilcUInt16 host);
 
-/****f* silcutil/silc_ntohl
+/****f* silcutil/silc_ntohs
  *
  * SYNOPSIS
  *
index ade1e18ad52151b9667328d995b3a8941af8bd88..cd57d3afc53c2f14c82439d9bceb08beefd70a1f 100644 (file)
@@ -147,7 +147,7 @@ const char *silc_time_string(SilcInt64 time_val_sec);
  ***/
 SilcBool silc_time_value(SilcInt64 time_val_msec, SilcTime ret_time);
 
-/****f* silcutil/silc_time_value
+/****f* silcutil/silc_time_epoch
  *
  * SYNOPSIS
  *