mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Update README
This commit is contained in:
32
README.md
32
README.md
@@ -1,28 +1,27 @@
|
|||||||
 Civetweb
|
 CivetWeb
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
**Appveyor support and coveralls/Coverage check are currently in a setup phase**
|
||||||
|
|
||||||
[](https://travis-ci.org/bel2125/civetweb)
|
[](https://travis-ci.org/bel2125/civetweb)
|
||||||
[](https://ci.appveyor.com/project/bel2125/civetweb/branch/master)
|
[](https://ci.appveyor.com/project/bel2125/civetweb/branch/master)
|
||||||
[](https://coveralls.io/r/bel2125/civetweb)
|
[](https://coveralls.io/github/bel2125/civetweb?branch=master)
|
||||||
|
|
||||||
There is a new home!!!
|
**The official home of CivetWeb is https://github.com/bel2125/civetweb**
|
||||||
-----------------
|
|
||||||
https://github.com/bel2125/civetweb
|
|
||||||
|
|
||||||
Bel has been taking the lead on Civetweb, so the official repository is being
|
|
||||||
moved under his control for ease of maintenance.
|
|
||||||
|
|
||||||
Project Mission
|
Project Mission
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Project mission is to provide easy to use, powerful, C/C++ embeddable web
|
Project mission is to provide easy to use, powerful, C/C++ embeddable web
|
||||||
server with optional CGI, SSL and Lua support.
|
server with optional CGI, SSL and Lua support.
|
||||||
Civetweb has a MIT license so you can innovate without restrictions.
|
CivetWeb has a MIT license so you can innovate without restrictions.
|
||||||
|
|
||||||
|
|
||||||
Where to find the official version?
|
Where to find the official version?
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
End users can download Civetweb at SourceForge
|
End users can download CivetWeb at SourceForge
|
||||||
https://sourceforge.net/projects/civetweb/
|
https://sourceforge.net/projects/civetweb/
|
||||||
|
|
||||||
Developers can contribute to CivetWeb via GitHub
|
Developers can contribute to CivetWeb via GitHub
|
||||||
@@ -34,6 +33,7 @@ https://github.com/bel2125/civetweb/issues
|
|||||||
Discussion/support group and announcements are at Google Groups
|
Discussion/support group and announcements are at Google Groups
|
||||||
https://groups.google.com/d/forum/civetweb
|
https://groups.google.com/d/forum/civetweb
|
||||||
|
|
||||||
|
|
||||||
Quick start documentation
|
Quick start documentation
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
@@ -44,10 +44,11 @@ Quick start documentation
|
|||||||
- [RELEASE_NOTES.md](https://github.com/bel2125/civetweb/blob/master/RELEASE_NOTES.md) - Release Notes
|
- [RELEASE_NOTES.md](https://github.com/bel2125/civetweb/blob/master/RELEASE_NOTES.md) - Release Notes
|
||||||
- [LICENSE.md](https://github.com/bel2125/civetweb/blob/master/LICENSE.md) - Copyright License
|
- [LICENSE.md](https://github.com/bel2125/civetweb/blob/master/LICENSE.md) - Copyright License
|
||||||
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Civetweb keeps the balance between functionality and
|
CivetWeb keeps the balance between functionality and
|
||||||
simplicity by a carefully selected list of features:
|
simplicity by a carefully selected list of features:
|
||||||
|
|
||||||
- Liberal, commercial-friendly, permissive,
|
- Liberal, commercial-friendly, permissive,
|
||||||
@@ -92,6 +93,7 @@ simplicity by a carefully selected list of features:
|
|||||||

|

|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
@@ -107,14 +109,14 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
### Author
|
### Author
|
||||||
|
|
||||||
Civetweb is based on the Mongoose project - the original Author was Sergey Lyubka. He still
|
CivetWeb is based on the Mongoose project. The original author of Mongoose was
|
||||||
controls the original Mongoose project. However, he has changed or said he would
|
Sergey Lyubka, however, the license of Mongoose has been changed after writing
|
||||||
change licenses after writing and distributing the original code this
|
and distributing the original code this project is based on.
|
||||||
project is based on.
|
|
||||||
|
|
||||||
Using this 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user