|
@@ -1,18 +1,22 @@
|
|
 CivetWeb
|
|
 CivetWeb
|
|
=======
|
|
=======
|
|
|
|
|
|
|
|
+**The official home of CivetWeb is https://github.com/civetweb/civetweb**
|
|
|
|
+
|
|
|
|
+
|
|
Continuous integration for Linux and OSX using ([Travis CI](https://travis-ci.org/civetweb/civetweb)):
|
|
Continuous integration for Linux and OSX using ([Travis CI](https://travis-ci.org/civetweb/civetweb)):
|
|
|
|
|
|
[](https://travis-ci.org/civetweb/civetweb)
|
|
[](https://travis-ci.org/civetweb/civetweb)
|
|
|
|
|
|
|
|
+source code analysis ([Coverity](https://scan.coverity.com/projects/5784)):
|
|
|
|
+
|
|
|
|
+[](https://scan.coverity.com/projects/5784)
|
|
|
|
|
|
-Note: Continuous integration for Windows ([AppVeyor](https://ci.appveyor.com/project/civetweb/civetweb)), coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb)) and source code analysis ([Coverity](https://scan.coverity.com/projects/5784)) are currently in a setup phase:
|
|
|
|
|
|
+Note: Continuous integration for Windows ([AppVeyor](https://ci.appveyor.com/project/civetweb/civetweb)) and coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb)) are currently in a setup phase:
|
|
|
|
|
|
[](https://ci.appveyor.com/project/civetweb/civetweb/branch/master)
|
|
[](https://ci.appveyor.com/project/civetweb/civetweb/branch/master)
|
|
[](https://coveralls.io/github/civetweb/civetweb?branch=master)
|
|
[](https://coveralls.io/github/civetweb/civetweb?branch=master)
|
|
-[](https://scan.coverity.com/projects/5784)
|
|
|
|
|
|
|
|
-**The official home of CivetWeb is https://github.com/civetweb/civetweb**
|
|
|
|
|
|
|
|
|
|
|
|
Project Mission
|
|
Project Mission
|
|
@@ -126,22 +130,17 @@ Since 2013 CivetWeb and Mongoose are developed independently. By now the code ba
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
+
|
|
### Authors
|
|
### Authors
|
|
|
|
|
|
CivetWeb is based on the Mongoose project. The original author of Mongoose was
|
|
CivetWeb is based on the Mongoose project. The original author of Mongoose was
|
|
-Sergey Lyubka:
|
|
|
|
-```
|
|
|
|
-Copyright (c) 2004-2013 Sergey Lyubka
|
|
|
|
-MIT license
|
|
|
|
-```
|
|
|
|
|
|
+Sergey Lyubka (Copyright (c) 2004-2013 Sergey Lyubka, MIT license).
|
|
|
|
|
|
However, on August 16, 2013, the license of Mongoose has been changed
|
|
However, on August 16, 2013, the license of Mongoose has been changed
|
|
after writing and distributing the original code this project is based on.
|
|
after writing and distributing the original code this project is based on.
|
|
CivetWeb has been forked from the last MIT version of Mongoose.
|
|
CivetWeb has been forked from the last MIT version of Mongoose.
|
|
-Since 2013, CivetWeb has seen many improvements from various authors.
|
|
|
|
-```
|
|
|
|
-Copyright (c) 2013-2016 the CivetWeb developers
|
|
|
|
-```
|
|
|
|
|
|
+Since 2013, CivetWeb has seen many improvements from various authors
|
|
|
|
+(Copyright (c) 2013-2016 the CivetWeb developers, MIT license).
|
|
A list of authors can be found in [CREDITS.md](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
|
|
A list of authors can be found in [CREDITS.md](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
|
|
|
|
|
|
Using the CivetWeb project ensures the MIT licenses terms are applied and
|
|
Using the CivetWeb project ensures the MIT licenses terms are applied and
|