From 1900d80f6f74c1d51be4bfefcbabf3830f85aca7 Mon Sep 17 00:00:00 2001 From: bossiel Date: Sat, 27 Feb 2010 05:33:22 +0000 Subject: [PATCH] Update website. --- trunk/website/apiref.html | 28 ++++++++++------------------ trunk/website/style.css | 5 ++++- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/trunk/website/apiref.html b/trunk/website/apiref.html index 0b0ba1e2..d1853e1a 100644 --- a/trunk/website/apiref.html +++ b/trunk/website/apiref.html @@ -17,24 +17,22 @@
- tinySAK
-

+ tinySAK
+

Utility functions (threading, mutex, semaphores, timers, FSM, base64, MD5, SHA-1, HMAC and many others)

-
tinySigComp
-

+

SIP Signaling compression as per RFC 3320.

-
tinyNET
-
    -

    +

      +

    • Network utility functions (IPv4/IPv6 sockets, polling, ....)
    • DNS stack (NAPTR, PTR, SRV, MX, A, AAAA, OPT, CNAME ...)
    • DHCPv4 stack
    • @@ -44,42 +42,36 @@
    • ICE
    -
    tinyIPSec
    -

    +

    Todo.

    -
    tinyHTTP
    -

    +

    Todo.

    -
    tinyXCAP
    -

    +

    Todo.

    -
    tinyMSRP
    -

    +

    Todo.

    -
    tinySIP
    -

    +

    Todo.

    -
diff --git a/trunk/website/style.css b/trunk/website/style.css index edf53d4f..33c8c76d 100644 --- a/trunk/website/style.css +++ b/trunk/website/style.css @@ -139,4 +139,7 @@ body { font-size: 12px; font-weight: bold; } -.section_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #7DA5E0; } \ No newline at end of file +.section_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #7DA5E0; } +.section_text { font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; +} \ No newline at end of file