X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=doc%2Fruntime.in%2Findex.html.in;h=29b97bc9871b4270dde936c9db01d31926043c77;hp=5d7d4dd100b97c1e85cf6fe6ece0fb35fac6494c;hb=1ad1765203103b64292ace31d39503887e543b65;hpb=56cea60b47990096c4c2a16f57f7865f9708e361 diff --git a/doc/runtime.in/index.html.in b/doc/runtime.in/index.html.in index 5d7d4dd1..29b97bc9 100644 --- a/doc/runtime.in/index.html.in +++ b/doc/runtime.in/index.html.in @@ -14,10 +14,7 @@ - + SILC Project Website
Copyright © 2001 - 2008 SILC Project
- SILC Project Website
- SILC Runtime Toolkit Manual
- Index
@@ -27,79 +24,52 @@
-

SILC Runtime Toolkit Reference Manual

+

SILC Runtime Toolkit @VERSION@

-Version: @VERSION@
-Copyright © 1997 - 2008 The SILC Project
-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.

-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.

+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. +

-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.

-

GUIDES

+

DOWNLOAD

-

TOOLKIT REFERENCE

+

DOCUMENTATION

-
  • Runtime Toolkit Interface -
  • Async Operation Interface -
  • Atomic Operations Interface -
  • Base64 Interface -
  • Bit Operations Interface -
  • Buffer Format Interface -
  • Buffer Interface -
  • Condition Variable Interface -
  • Config File Interface -
  • Directory Interface -
  • Dynamic List Interface -
  • Environment Interface -
  • Errno Interface -
  • Fd Stream Interface -
  • File Util Interface -
  • Finite State Machine -
  • GetOpt Interface -
  • Global Variable Interface -
  • Hash Table Interface -
  • List Interface -
  • Logging Interface -
  • Memory Interface -
  • Memory Pool Interface -
  • MIME Interface -
  • Misc Utilities -
  • Mutex Interface -
  • Network Interface -
  • Random Number Interface -
  • Regex Interface -
  • Scheduler Interface -
  • Shared Object Interface -
  • Snprintf Interface -
  • Socket Stream Interface -
  • Stream Interface -
  • String Utilities -
  • Stringprep Interface -
  • Thread Interface -
  • Thread Queue Interface -
  • Time Interface -
  • Timer Interface -
  • Types and Definitions -
  • UTF-8 Interface +

    DEVELOPMENT

    + -
  • Toolkit Index
    - +

    +To clone SRT repository give one of the following commands: +

    + git clone git://git.silc.fi/runtime
    + git clone http://git.silc.fi/runtime
    +
    +

  • @@ -108,10 +78,7 @@ of the Toolkit always delivers the latest version of this reference manual. - + SILC Project Website
    Copyright © 2001 - 2008 SILC Project
    - SILC Project Website
    - SILC Runtime Toolkit Manual
    - Index