]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/docs/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / docs / README.md
1 ![CivetWeb](https://raw.github.com/civetweb/civetweb/master/resources/civetweb_64x64.png "CivetWeb") CivetWeb
2 =======
3
4 CivetWeb is an easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support.
5
6 CivetWeb can be used by developers as a library, to add web server functionality to an existing application.
7 CivetWeb uses an [MIT license](https://github.com/civetweb/civetweb/blob/master/LICENSE.md).
8
9 It can also be used by end users as a stand-alone web server. It is available as single executable, no installation is required.
10
11 To find the latest stable release, visit [https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases).
12 A list of selected changes can be found in the [release notes](https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md).
13
14 End users can download CivetWeb at SourceForge
15 [https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)
16
17 Developers can contribute to CivetWeb via GitHub
18 [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)
19
20 Trouble tickets should be filed on GitHub
21 [https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)
22
23 New releases are announced at Google Groups
24 [https://groups.google.com/d/forum/civetweb](https://groups.google.com/d/forum/civetweb)
25
26 Formerly some support question and discussion threads have been at [Google groups](https://groups.google.com/d/forum/civetweb).
27 Recent questions and discussions use [GitHub issues](https://github.com/civetweb/civetweb/issues).
28
29 Source releases can be found on GitHub
30 [https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases)
31
32 A security policy can be found in [SECURITY.md](https://github.com/civetweb/civetweb/blob/master/SECURITY.md).
33
34 CivetWeb is free of charge, however, donations for maintenance are welcome:
35 [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=88ZLXZ6U77GJU)
36
37
38 Documentation
39 ---------------
40
41 - [Installing.md](Installing.md) - Install Guide (for end users using pre-built binaries)
42 - [UserManual.md](UserManual.md) - End User Guide
43 - [Building.md](Building.md) - Building the Server (quick start guide)
44 - [Embedding.md](Embedding.md) - Embedding (how to add HTTP support to an existing application)
45 - [OpenSSL.md](OpenSSL.md) - Adding HTTPS (SSL/TLS) support using OpenSSL.
46 - [API documentation](api) - Additional documentation on the civetweb application programming interface ([civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h)).
47
48 [Authors](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
49