1  Civetweb
6 https://github.com/bel2125/civetweb
7 Bel has been taking the lead on Civetweb, so teh official repositiory
8 is being moved under his control for ease of maintanence.
13 Project mission is to provide easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support.
14 Civetweb has a MIT license so you can innovate without restrictions.
16 Where to find the official version?
17 -----------------------------------
19 End users can download Civetweb at SourceForge
20 https://sourceforge.net/projects/civetweb/
22 Developers can contribute to CivetWeb via GitHub
23 https://github.com/bel2125/civetweb
25 Trouble tickets should be filed on GitHub
26 https://github.com/bel2125/civetweb/issues
28 Discussion group is at Google Groups
29 https://groups.google.com/d/forum/civetweb
31 Quick start documentation
32 --------------------------
34 - [docs/Installing.md](https://github.com/bel2125/civetweb/blob/master/docs/Installing.md) - Install Guide
35 - [docs/UserManual.md](https://github.com/bel2125/civetweb/blob/master/docs/UserManual.md) - End User Guide
36 - [docs/Building.md](https://github.com/bel2125/civetweb/blob/master/docs/Building.md) - Buildiing the Server Quick Start
37 - [docs/Embedding.md](https://github.com/bel2125/civetweb/blob/master/docs/Embedding.md) - Embedding Quick Start
38 - [RELEASE_NOTES.md](https://github.com/bel2125/civetweb/blob/master/RELEASE_NOTES.md) - Release Notes
39 - [LICENSE.md](https://github.com/bel2125/civetweb/blob/master/LICENSE.md) - Copyright License
44 Civetweb keeps the balance between functionality and
45 simplicity by carefully selected list of features:
47 - Liberal, commercial-friendly, permissive,
48 [MIT license](http://en.wikipedia.org/wiki/MIT_License)
49 - Free from copy-left licenses, like GPL, because you should innovate without restrictions.
50 - Based on [Mongoose](https://code.google.com/p/mongoose/)
51 - Works on Windows, Mac, UNIX, iPhone, Android, Buildroot, and many other platforms
52 - Scripting and database support (Lua Server Pages + Sqlite
53 which provides ready to go, powerful web development platform in
54 one single-click executable with **no dependencies**: forget LAMP!
55 - Support for CGI, SSL, SSI, Digest (MD5) authorization, Websocket, WEbDAV
56 - Resumed download, URL rewrite, file blacklist, IP-based ACL, Windows service
57 - Download speed limit based on client subnet or URI pattern
58 - Simple and clean embedding API,
59 The source is in single file
60 to make things easy. Embedding examples included.
61 - HTTP client capable of sending arbitrary HTTP/HTTPS requests
64 ### Other optionally included software
66 <a href="http://lua.org">
67 
69 <a href="http://sqlite.org">
70 
76 The original Mongoose project is recommended if support is needed. However,
77 this is very easy to install and use.
82 Contributions are welcome provided all contributions carry the MIT license.
84 DO NOT APPLY fixes copied from Mongoose to this project to prevent GPL tainting.
88 The original Author was Sergey Lyubka. He still controls the original
89 Mongoose project. However, he has changed or said he would
90 change licenses after writing and distributing the original code this
93 Using this project ensures the MIT licenses terms are applied and
94 GPL cannot be imposed on any of this code as long as it is sourced from
97 For the latest and greatest code and features, please use the Mongoose
98 code from Sergey Lyubka. However, doing so will require adherence to
101 This project ensures that GPL license cannot be applied to this code.
102 This code will remain free with the MIT license protection.