|
@@ -1,12 +1,10 @@
|
|
 CivetWeb
|
|
 CivetWeb
|
|
=======
|
|
=======
|
|
|
|
|
|
-[](https://opensource.org/licenses/MIT)
|
|
|
|
-[](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
|
|
|
|
-
|
|
|
|
-
|
|
|
|
**The official home of CivetWeb is [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)**
|
|
**The official home of CivetWeb is [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)**
|
|
|
|
|
|
|
|
+[](https://opensource.org/licenses/MIT)
|
|
|
|
+[](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
|
|
|
|
|
|
Continuous integration for Linux and OSX ([Travis CI](https://travis-ci.org/civetweb/civetweb)):
|
|
Continuous integration for Linux and OSX ([Travis CI](https://travis-ci.org/civetweb/civetweb)):
|
|
|
|
|
|
@@ -41,7 +39,7 @@ It can also be used by end users as a stand-alone web server. It is available as
|
|
Where to find the official version?
|
|
Where to find the official version?
|
|
-----------------------------------
|
|
-----------------------------------
|
|
|
|
|
|
-End users can download CivetWeb at SourceForge
|
|
|
|
|
|
+End users can download CivetWeb releases at SourceForge
|
|
[https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)
|
|
[https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)
|
|
|
|
|
|
Developers can contribute to CivetWeb via GitHub
|
|
Developers can contribute to CivetWeb via GitHub
|
|
@@ -56,6 +54,9 @@ Discussion/support group and announcements are at Google Groups
|
|
Source releases can be found on GitHub
|
|
Source releases can be found on GitHub
|
|
[https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases)
|
|
[https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases)
|
|
|
|
|
|
|
|
+A very brief overview can be found on GitHub Pages
|
|
|
|
+[http://civetweb.github.io/civetweb/](http://civetweb.github.io/civetweb/)
|
|
|
|
+
|
|
|
|
|
|
Quick start documentation
|
|
Quick start documentation
|
|
--------------------------
|
|
--------------------------
|
|
@@ -104,30 +105,24 @@ simplicity by a carefully selected list of features:
|
|
|
|
|
|
### Optionally included software
|
|
### Optionally included software
|
|
|
|
|
|
-<a href="http://lua.org">
|
|
|
|
-
|
|
|
|
-</a>
|
|
|
|
-<a href="http://sqlite.org">
|
|
|
|
-
|
|
|
|
-</a>
|
|
|
|
-<a href="http://keplerproject.github.io/luafilesystem/">
|
|
|
|
-
|
|
|
|
-</a>
|
|
|
|
-<a href="http://lua.sqlite.org/index.cgi/index">
|
|
|
|
-
|
|
|
|
-</a>
|
|
|
|
-<a href="http://viremo.eludi.net/LuaXML/index.html">
|
|
|
|
-
|
|
|
|
-</a>
|
|
|
|
-<a href="http://duktape.org">
|
|
|
|
-
|
|
|
|
-</a>
|
|
|
|
|
|
+[](http://lua.org)
|
|
|
|
+
|
|
|
|
+[](http://sqlite.org)
|
|
|
|
+
|
|
|
|
+[](http://keplerproject.github.io/luafilesystem/)
|
|
|
|
+
|
|
|
|
+[](http://lua.sqlite.org/index.cgi/index)
|
|
|
|
+
|
|
|
|
+[](http://viremo.eludi.net/LuaXML/index.html)
|
|
|
|
+
|
|
|
|
+[](http://duktape.org)
|
|
|
|
|
|
|
|
|
|
Support
|
|
Support
|
|
-------
|
|
-------
|
|
|
|
|
|
-This project is very easy to install and use. Please read the [documentation](https://github.com/civetweb/civetweb/blob/master/docs/)
|
|
|
|
|
|
+This project is very easy to install and use.
|
|
|
|
+Please read the [documentation](https://github.com/civetweb/civetweb/blob/master/docs/)
|
|
and have a look at the [examples](https://github.com/civetweb/civetweb/blob/master/examples/).
|
|
and have a look at the [examples](https://github.com/civetweb/civetweb/blob/master/examples/).
|
|
More information may be found on the [mailing list](https://groups.google.com/d/forum/civetweb).
|
|
More information may be found on the [mailing list](https://groups.google.com/d/forum/civetweb).
|
|
|
|
|
|
@@ -138,7 +133,7 @@ Contributions
|
|
Contributions are welcome provided all contributions carry the MIT license.
|
|
Contributions are welcome provided all contributions carry the MIT license.
|
|
|
|
|
|
DO NOT APPLY fixes copied from Mongoose to this project to prevent GPL tainting.
|
|
DO NOT APPLY fixes copied from Mongoose to this project to prevent GPL tainting.
|
|
-Since 2013 CivetWeb and Mongoose are developed independently.
|
|
|
|
|
|
+Since 2013, CivetWeb and Mongoose are developed independently.
|
|
By now the code base differs, so patches cannot be safely transfered in either direction.
|
|
By now the code base differs, so patches cannot be safely transfered in either direction.
|
|
|
|
|
|
Some guidelines can be found in [docs/Contribution.md](https://github.com/civetweb/civetweb/blob/master/docs/Contribution.md).
|
|
Some guidelines can be found in [docs/Contribution.md](https://github.com/civetweb/civetweb/blob/master/docs/Contribution.md).
|
|
@@ -164,3 +159,4 @@ A list of authors can be found in [CREDITS.md](https://github.com/civetweb/civet
|
|
Using the CivetWeb project ensures the MIT licenses terms are applied and
|
|
Using the CivetWeb project ensures the MIT licenses terms are applied and
|
|
GPL cannot be imposed on any of this code, as long as it is sourced from
|
|
GPL cannot be imposed on any of this code, as long as it is sourced from
|
|
here. This code will remain free with the MIT license protection.
|
|
here. This code will remain free with the MIT license protection.
|
|
|
|
+
|