diff --git a/documentation/readme.rst b/documentation/readme.rst new file mode 100644 index 0000000..e19fdbb --- /dev/null +++ b/documentation/readme.rst @@ -0,0 +1,95 @@ + +############### +CDB http server +############### + + +.. contents:: + :depth: 2 + :backlinks: top + :local: + + + + +About +===== + +... + + + + +Documentation +============= + +... + + + + +Installation +============ + + +Download binaries +----------------- + +:: + + ... + + +Build from sources +------------------ + +:: + + ... + + + + +Authors +======= + +Ciprian Dorin Craciun + * `ciprian@volution.ro `_ or `ciprian.craciun@gmail.com `_ + * ``_ + * ``_ + + + + +Notice (copyright and licensing) +================================ + + +Notice -- short version +----------------------- + +The code is licensed under AGPL 3 or later. + +If you **change** the code within this repository **and use** it for **non-personal** purposes, you'll have to release it as per AGPL. + + +Notice -- long version +---------------------- + +For details about the copyright and licensing, please consult the `notice <./documentation/licensing/notice.txt>`__ file in the `documentation/licensing <./documentation/licensing>`_ folder. + +If someone requires the sources and/or documentation to be released +under a different license, please send an email to the authors, +stating the licensing requirements, accompanied with the reasons +and other details; then, depending on the situation, the authors might +release the sources and/or documentation under a different license. + + + + +References +========== + + +.. [CDB] `CDB @WikiPedia `_ + diff --git a/readme.rst b/readme.rst new file mode 120000 index 0000000..cf45d41 --- /dev/null +++ b/readme.rst @@ -0,0 +1 @@ +./documentation/readme.rst \ No newline at end of file