tinywebd

annotate 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
rev   line source
nuclear@11 1 tinyweb - tiny web server library and daemon
nuclear@11 2 ============================================
nuclear@11 3
nuclear@11 4 The tinyweb project includes a rudimentary web server in library form
nuclear@11 5 (libtinyweb), and a simple web server daemon (tinywebd) which uses it.
nuclear@11 6
nuclear@11 7 Author: John Tsiombikas <nuclear@member.fsf.org>
nuclear@11 8
nuclear@11 9 I disclaim all copyright to this program, and place it in the public domain.
nuclear@11 10 Feel free to use it any way you like. I'd appreciate a mention and an email
nuclear@11 11 saying hi, but whatever.
nuclear@11 12
nuclear@11 13 Download
nuclear@11 14 --------
nuclear@11 15 Latest release: no releases yet, just grab the source from the repo.
nuclear@11 16
nuclear@11 17 Code repository: https://github.com/jtsiomb/tinyweb
nuclear@11 18
nuclear@11 19 Usage
nuclear@11 20 -----
nuclear@11 21 See ``src/main.c`` as an example on how to use libtinyweb, and read the header
nuclear@11 22 file ``libtinyweb/src/tinyweb.h`` which is very simple, and heavily commented.