[readme] Add initial readme version
This commit is contained in:
parent
ce10103d20
commit
b41fe4d7e7
2 changed files with 96 additions and 0 deletions
95
documentation/readme.rst
Normal file
95
documentation/readme.rst
Normal file
|
@ -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 <mailto:ciprian@volution.ro>`_ or `ciprian.craciun@gmail.com <mailto:ciprian.craciun@gmail.com>`_
|
||||||
|
* `<https://volution.ro/ciprian>`_
|
||||||
|
* `<https://github.com/cipriancraciun>`_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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 <https://goo.gl/nvWKcY>`_
|
||||||
|
|
1
readme.rst
Symbolic link
1
readme.rst
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
./documentation/readme.rst
|
Loading…
Reference in a new issue