Added support for detecting SSE4.1, SSE4.2, SSE5. Webpage changes.
[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  </tr>
19 </table>
20 </div>
21
22 <div id="contentwrapper">
23 <div id="navigation">
24 </div> <!-- navigation -->
25 <div id="content">
26 <h2>SILC Runtime Toolkit @VERSION@</h2>
27 <p>
28 SILC Runtime Toolkit (SRT) provides useful utility functions for 
29 application programmers.  SRT can be used as the sole and main runtime 
30 in any application.  It provides application main loop, hash table, lists, 
31 atomic operations, threads, locks, queues, file descriptor stream, socket 
32 stream, network routines, a finite state machine, memory pool, random 
33 number generator, buffers, regular expressions, and many many other 
34 features.
35 </p>
36 <p>
37 SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X 
38 and Symbian OS, and all APIs work identically or nearly identically on all 
39 support platforms.  SRT and all of its APIs are entirely reentrant and some
40 APIs are completely thread safe.
41 </p>
42 <p>
43 SRT is free software and is dual-licensed with GNU GPL and BSD licenses.
44 </p>
45
46 <p class="item_name">DOWNLOAD</p>
47 <ul class="toc_entries">
48 <li class="toc_entries"><a href="http://silcnet.org/download/srt/sources/">Download SRT sources</a>
49 <li class="toc_entries"><a href="http://silcnet.org/download/srt/rpm/">Download SRT RPM binaries</a>
50 <li class="toc_entries"><a href="http://silcnet.org/download/srt/win32/">Download SRT Windows binaries</a>
51 <li class="toc_entries"><a href="http://silcnet.org/download/srt/symbian/">Download SRT Symbian OS binaries</a>
52 <li class="toc_entries"><a href="ChangeLog">Release Notes</a>
53 </ul>
54
55 <p class="item_name">DOCUMENTATION</p>
56 <ul class="toc_entries">
57 <li class="toc_entries"><a href="manual.html">Toolkit Reference Manual</a>
58 </ul>
59
60 <p class="item_name">DEVELOPMENT</p>
61 <ul class="toc_entries">
62 <li class="toc_entries"><a href="https://lists.silcnet.org/mailman/listinfo/silc-devel">Mailing List</a>
63 <li class="toc_entries"><a href="http://git.silc.fi/gitweb/?p=runtime.git">SRT GIT Version Control</a> </ul>
64
65 <p>
66 To clone SRT repository give one of the following commands:
67 <pre>
68  git clone git://git.silc.fi/runtime
69  git clone http://git.silc.fi/runtime.in
70 </pre>
71 </p>
72
73 </div> <!-- content -->
74
75 </div> <!-- contentwrapper -->
76 <div id="footer">
77 <table border="0" cellspacing="0" cellpadding="6" width="100%">
78  <tr valign="top">
79   <td>Copyright &copy; 2001 - 2008 SILC Project<br />
80     <a href="http://silc.fi">SILC Project Website</a></td>
81  </tr>
82 </table>
83 </div>
84
85 </body>
86 </html>