29b97bc9871b4270dde936c9db01d31926043c77
[runtime.git] / doc / runtime.in / index.html.in
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3                       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <meta http-equiv="Content-Style-Type" content="text/css" />
7 <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
8 <link rel="stylesheet" href="./runtime.css" type="text/css" />
9 <title>SILC Runtime Toolkit</title>
10 </head>
11 <body>
12
13 <div id="logo">
14 <table border="0" cellspacing="0" cellpadding="6" width="100%">
15  <tr valign="top">
16   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
17     <a href="http://silc.fi">SILC Project Website</a></td>
18   </td>
19  </tr>
20 </table>
21 </div>
22
23 <div id="contentwrapper">
24 <div id="navigation">
25 </div> <!-- navigation -->
26 <div id="content">
27 <h2>SILC Runtime Toolkit @VERSION@</h2>
28 <p>
29 SILC Runtime Toolkit (SRT) provides useful utility functions for 
30 application programmers.  SRT can be used as the sole and main runtime 
31 in any application.  It provides application main loop, hash table, lists, 
32 atomic operations, threads, locks, queues, file descriptor stream, socket 
33 stream, network routines, a finite state machine, memory pool, random 
34 number generator, buffers, regular expressions, and many many other 
35 features.
36 </p>
37 <p>
38 SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X 
39 and Symbian OS, and all APIs work identically or nearly identically on all 
40 support platforms.  SRT and all of its APIs are entirely reentrant and some
41 APIs are completely thread safe.
42 </p>
43 <p>
44 SRT is free software and is dual-licensed with GNU GPL and BSD licenses.
45 </p>
46
47 <p class="item_name">DOWNLOAD</p>
48 <ul class="toc_entries">
49 <li class="toc_entries"><a href="http://silcnet.org/download/srt/sources/">Download SRT sources</a>
50 <li class="toc_entries"><a href="http://silcnet.org/download/srt/rpm/">Download SRT RPM binaries</a>
51 <li class="toc_entries"><a href="http://silcnet.org/download/srt/win32/">Download SRT Windows binaries</a>
52 <li class="toc_entries"><a href="http://silcnet.org/download/srt/symbian/">Download SRT Symbian OS binaries</a>
53 <li class="toc_entries"><a href="../../ChangeLog">Release Notes</a>
54 </ul>
55
56 <p class="item_name">DOCUMENTATION</p>
57 <ul class="toc_entries">
58 <li class="toc_entries"><a href="manual.html">Toolkit Reference Manual</a>
59 </ul>
60
61 <p class="item_name">DEVELOPMENT</p>
62 <ul class="toc_entries">
63 <li class="toc_entries"><a href="https://lists.silcnet.org/mailman/listinfo/silc-devel">Mailing List</a>
64 <li class="toc_entries"><a href="http://git.silc.fi/gitweb/?p=runtime.git">SRT GIT Version Control</a> </ul>
65
66 <p>
67 To clone SRT repository give one of the following commands:
68 <pre>
69  git clone git://git.silc.fi/runtime
70  git clone http://git.silc.fi/runtime
71 </pre>
72 </p>
73
74 </div> <!-- content -->
75
76 </div> <!-- contentwrapper -->
77 <div id="footer">
78 <table border="0" cellspacing="0" cellpadding="6" width="100%">
79  <tr valign="top">
80   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
81     <a href="http://silc.fi">SILC Project Website</a></td>
82   </td>
83  </tr>
84 </table>
85 </div>
86
87 </body>
88 </html>