Documentation updates. The SRT webpage is now part of SRT docs itself.
[runtime.git] / doc / runtime.in / index.html.in
index 5d7d4dd100b97c1e85cf6fe6ece0fb35fac6494c..29b97bc9871b4270dde936c9db01d31926043c77 100644 (file)
 <table border="0" cellspacing="0" cellpadding="6" width="100%">
  <tr valign="top">
   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
-    <a href="http://silcnet.org">SILC Project Website</a></td>
-  <td align="right">
-   <a href="index.html">SILC Runtime Toolkit Manual</a><br />
-   <a href="masterindex.html">Index</a></small></td>
+    <a href="http://silc.fi">SILC Project Website</a></td>
   </td>
  </tr>
 </table>
 <div id="navigation">
 </div> <!-- navigation -->
 <div id="content">
-<h2>SILC Runtime Toolkit Reference Manual</h2>
+<h2>SILC Runtime Toolkit @VERSION@</h2>
 <p>
-Version: @VERSION@<br />
-Copyright &copy; 1997 - 2008 The SILC Project<br />
-Updated: @DATE@
+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>
-Welcome to the SILC Runtime Toolkit Reference Manual.  The manual is a 
-complete developer guide and reference for the application programmer.  
-The manual is intended for programmers who would like to use the SILC 
-Runtime Toolkit as their primary runtime in their application.</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 
+support platforms.  SRT and all of its APIs are entirely reentrant and some
+APIs are completely thread safe.
+</p>
 <p>
-The application programming interfaces are automatically generated from the
-Toolkit sources, and the documentation is constantly evolving.  New versions
-of the Toolkit always delivers the latest version of this reference manual.
+SRT is free software and is dual-licensed with GNU GPL and BSD licenses.
 </p>
 
-<p class="item_name">GUIDES</p>
+<p class="item_name">DOWNLOAD</p>
 <ul class="toc_entries">
-
-<li class="toc_entries"><a href="intro_reference.html">Introduction to the Manual</a><br />
-<li class="toc_entries"><a href="platforms.html">Supported Platforms</a>
-<li class="toc_entries"><a href="building.html">Building the Toolkit</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/srt/sources/">Download SRT sources</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/srt/rpm/">Download SRT RPM binaries</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/srt/win32/">Download SRT Windows binaries</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/srt/symbian/">Download SRT Symbian OS binaries</a>
+<li class="toc_entries"><a href="../../ChangeLog">Release Notes</a>
 </ul>
 
-<p class="item_name">TOOLKIT REFERENCE</p>
+<p class="item_name">DOCUMENTATION</p>
 <ul class="toc_entries">
+<li class="toc_entries"><a href="manual.html">Toolkit Reference Manual</a>
+</ul>
 
-<li class="toc_entries"><a href="./silcruntime_hsilcutil2FRuntime20Toolkit20Interface.html" >Runtime Toolkit Interface</a>
-<li class="toc_entries"><a href="./silcasync_hsilcutil2FAsync20Operation20Interface.html" >Async Operation Interface</a>
-<li class="toc_entries"><a href="./silcatomic_hsilcutil2FAtomic20Operations20Interface.html" >Atomic Operations Interface</a>
-<li class="toc_entries"><a href="./silcbase64_hsilcutil2FBase6420Interface.html" >Base64 Interface</a>
-<li class="toc_entries"><a href="./silcbitops_hsilcutil2FBit20Operations20Interface.html" >Bit Operations Interface</a>
-<li class="toc_entries"><a href="./silcbuffmt_hsilcutil2FBuffer20Format20Interface.html" >Buffer Format Interface</a>
-<li class="toc_entries"><a href="./silcbuffer_hsilcutil2FBuffer20Interface.html" >Buffer Interface</a>
-<li class="toc_entries"><a href="./silccond_hsilcutil2FCondition20Variable20Interface.html" >Condition Variable Interface</a>
-<li class="toc_entries"><a href="./silcconfig_hsilcutil2FConfig20File20Interface.html" >Config File Interface</a>
-<li class="toc_entries"><a href="./silcdir_hsilcutil2FDirectory20Interface.html" >Directory Interface</a>
-<li class="toc_entries"><a href="./silcdlist_hsilcutil2FDynamic20List20Interface.html" >Dynamic List Interface</a>
-<li class="toc_entries"><a href="./silcenv_hsilcutil2FEnvironment20Interface.html" >Environment Interface</a>
-<li class="toc_entries"><a href="./silcerrno_hsilcutil2FErrno20Interface.html" >Errno Interface</a>
-<li class="toc_entries"><a href="./silcfdstream_hsilcutil2FFd20Stream20Interface.html" >Fd Stream Interface</a>
-<li class="toc_entries"><a href="./silcfileutil_hsilcutil2FFile20Util20Interface.html" >File Util Interface</a>
-<li class="toc_entries"><a href="./silcfsm_hsilcutil2FFinite20State20Machine.html" >Finite State Machine</a>
-<li class="toc_entries"><a href="./silcgetopt_hsilcutil2FGetOpt20Interface.html" >GetOpt Interface</a>
-<li class="toc_entries"><a href="./silcglobal_hsilcutil2FGlobal20Variable20Interface.html" >Global Variable Interface</a>
-<li class="toc_entries"><a href="./silchashtable_hsilcutil2FHash20Table20Interface.html" >Hash Table Interface</a>
-<li class="toc_entries"><a href="./silclist_hsilcutil2FList20Interface.html" >List Interface</a>
-<li class="toc_entries"><a href="./silclog_hsilcutil2FLogging20Interface.html" >Logging Interface</a>
-<li class="toc_entries"><a href="./silcmemory_hsilcutil2FMemory20Interface.html" >Memory Interface</a>
-<li class="toc_entries"><a href="./silcstack_hsilcutil2FMemory20Pool20Interface.html" >Memory Pool Interface</a>
-<li class="toc_entries"><a href="./silcmime_hsilcutil2FMIME20Interface.html" >MIME Interface</a>
-<li class="toc_entries"><a href="./silcutil_hsilcutil2FMisc20Utilities.html" >Misc Utilities</a>
-<li class="toc_entries"><a href="./silcmutex_hsilcutil2FMutex20Interface.html" >Mutex Interface</a>
-<li class="toc_entries"><a href="./silcnet_hsilcutil2FNetwork20Interface.html" >Network Interface</a>
-<li class="toc_entries"><a href="./silcrand_hsilcutil2FRandom20Number20Interface.html" >Random Number Interface</a>
-<li class="toc_entries"><a href="./silcregex_hsilcutil2FRegex20Interface.html" >Regex Interface</a>
-<li class="toc_entries"><a href="./silcschedule_hsilcutil2FScheduler20Interface.html" >Scheduler Interface</a>
-<li class="toc_entries"><a href="./silcdll_hsilcutil2FShared20Object20Interface.html" >Shared Object Interface</a>
-<li class="toc_entries"><a href="./silcsnprintf_hsilcutil2FSnprintf20Interface.html" >Snprintf Interface</a>
-<li class="toc_entries"><a href="./silcsocketstream_hsilcutil2FSocket20Stream20Interface.html" >Socket Stream Interface</a>
-<li class="toc_entries"><a href="./silcstream_hsilcutil2FStream20Interface.html" >Stream Interface</a>
-<li class="toc_entries"><a href="./silcstrutil_hsilcutil2FString20Utilities.html" >String Utilities</a>
-<li class="toc_entries"><a href="./silcstringprep_hsilcutil2FStringprep20Interface.html" >Stringprep Interface</a>
-<li class="toc_entries"><a href="./silcthread_hsilcutil2FThread20Interface.html" >Thread Interface</a>
-<li class="toc_entries"><a href="./silcthreadqueue_hsilcutil2FThread20Queue20Interface.html" >Thread Queue Interface</a>
-<li class="toc_entries"><a href="./silctime_hsilcutil2FTime20Interface.html" >Time Interface</a>
-<li class="toc_entries"><a href="./silctimer_hsilcutil2FTimer20Interface.html" >Timer Interface</a>
-<li class="toc_entries"><a href="./silctypes_hsilcutil2FTypes20and20Definitions.html" >Types and Definitions</a>
-<li class="toc_entries"><a href="./silcutf8_hsilcutil2FUTF2D820Interface.html" >UTF-8 Interface</a>
+<p class="item_name">DEVELOPMENT</p>
+<ul class="toc_entries">
+<li class="toc_entries"><a href="https://lists.silcnet.org/mailman/listinfo/silc-devel">Mailing List</a>
+<li class="toc_entries"><a href="http://git.silc.fi/gitweb/?p=runtime.git">SRT GIT Version Control</a> </ul>
 
-<li class="toc_entries"><a href="masterindex.html">Toolkit Index</a><br />
-</ul>
+<p>
+To clone SRT repository give one of the following commands:
+<pre>
+ git clone git://git.silc.fi/runtime
+ git clone http://git.silc.fi/runtime
+</pre>
+</p>
 
 </div> <!-- content -->
 
@@ -108,10 +78,7 @@ of the Toolkit always delivers the latest version of this reference manual.
 <table border="0" cellspacing="0" cellpadding="6" width="100%">
  <tr valign="top">
   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
-    <a href="http://silcnet.org">SILC Project Website</a></td>
-  <td align="right">
-   <a href="index.html">SILC Runtime Toolkit Manual</a><br />
-   <a href="masterindex.html">Index</a></small></td>
+    <a href="http://silc.fi">SILC Project Website</a></td>
   </td>
  </tr>
 </table>