tinywebd

view README.rst @ 12:86f703031228

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