1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Update README

This commit is contained in:
bel
2015-07-13 22:23:37 +02:00
parent e6e9d84f97
commit 984cf5d406

View File

@@ -1,28 +1,27 @@
![Civetweb](https://raw.github.com/bel2125/civetweb/master/resources/civetweb_64x64.png "Civetweb") Civetweb ![CivetWeb](https://raw.github.com/bel2125/civetweb/master/resources/civetweb_64x64.png "CivetWeb") CivetWeb
======= =======
**Appveyor support and coveralls/Coverage check are currently in a setup phase**
[![Travis Build Status](https://travis-ci.org/bel2125/civetweb.svg?branch=master)](https://travis-ci.org/bel2125/civetweb) [![Travis Build Status](https://travis-ci.org/bel2125/civetweb.svg?branch=master)](https://travis-ci.org/bel2125/civetweb)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/bel2125/civetweb?svg=true)](https://ci.appveyor.com/project/bel2125/civetweb/branch/master) [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/bel2125/civetweb?svg=true)](https://ci.appveyor.com/project/bel2125/civetweb/branch/master)
[![Coverage Status](https://coveralls.io/repos/bel2125/civetweb/badge.svg)](https://coveralls.io/r/bel2125/civetweb) [![Coverage Status](https://coveralls.io/repos/bel2125/civetweb/badge.svg?branch=master&service=github)](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:
![LuaXML](https://raw.github.com/bel2125/civetweb/master/resources/luaxml-logo.jpg "LuaXML Logo") ![LuaXML](https://raw.github.com/bel2125/civetweb/master/resources/luaxml-logo.jpg "LuaXML Logo")
</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.