tinywebd

diff README.rst @ 11:b13fda5c01bc

comments in tinyweb.h and README file
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 18 Apr 2015 23:55:34 +0300
parents
children a9ed0b2260ee
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README.rst	Sat Apr 18 23:55:34 2015 +0300
     1.3 @@ -0,0 +1,22 @@
     1.4 +tinyweb - tiny web server library and daemon
     1.5 +============================================
     1.6 +
     1.7 +The tinyweb project includes a rudimentary web server in library form
     1.8 +(libtinyweb), and a simple web server daemon (tinywebd) which uses it.
     1.9 +
    1.10 +Author: John Tsiombikas <nuclear@member.fsf.org>
    1.11 +
    1.12 +I disclaim all copyright to this program, and place it in the public domain.
    1.13 +Feel free to use it any way you like. I'd appreciate a mention and an email
    1.14 +saying hi, but whatever.
    1.15 +
    1.16 +Download
    1.17 +--------
    1.18 +Latest release: no releases yet, just grab the source from the repo.
    1.19 +
    1.20 +Code repository: https://github.com/jtsiomb/tinyweb
    1.21 +
    1.22 +Usage
    1.23 +-----
    1.24 +See ``src/main.c`` as an example on how to use libtinyweb, and read the header
    1.25 +file ``libtinyweb/src/tinyweb.h`` which is very simple, and heavily commented.