docs: update README
This commit is contained in:
parent
42ccaaccc6
commit
b83d0a3614
3 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||
**NOTE**: httpaste is publicly hosted at [httpaste.it](http://httpaste.it) and as a hidden Tor service ([https://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion](https://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion)).
|
||||
**NOTE**: httpaste is publicly hosted at [httpaste.it](http://httpaste.it) and as a [Tor Onion Service](https://community.torproject.org/onion-services/overview/) ([http://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion](http://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion)).
|
||||
Both services are to be considered evaluatory, as long as the source code
|
||||
is in pre-release. Regarding voidance of pre-release status, see [Open Issues](https://victorykit.atlassian.net/issues/?jql=project%20%3D%20HTTPASTE%20AND%20fixVersion%20in%20(1.1.0-beta%2C%201.2.0-beta%2C%201.3.0)), for more information.
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ httpaste - versatile HTTP pastebin
|
|||
.. image:: _assets/images/favpng_parrot-royalty-free-cartoon.png
|
||||
|
||||
.. note::
|
||||
httpaste is publicly hosted at `httpaste.it`_ and as a hidden Tor service (`<https://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion>`_).
|
||||
httpaste is publicly hosted at `httpaste.it`_ and as a `Tor Onion Service`_ (`<http://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion>`_).
|
||||
Both services are to be considered evaluatory, as long as the source code
|
||||
is in pre-release. Regarding voidance of pre-release status, see `Open Issues`_, for more information.
|
||||
|
||||
|
|
@ -79,6 +79,8 @@ This program uses licensed third-party software.
|
|||
ARCHITECTURE
|
||||
CONTRIBUTING
|
||||
|
||||
|
||||
.. _Tor Onion Service: https://community.torproject.org/onion-services/overview/
|
||||
.. _ix.io: http://ix.io/
|
||||
.. _sprunge.us: http://sprunge.us
|
||||
.. _pygments: https://pygments.org/
|
||||
|
|
|
|||
|
|
@ -6,17 +6,17 @@ The backend can be configured within the `[backend]` section of the configuratio
|
|||
SQLite
|
||||
------
|
||||
|
||||
.. autoclass:: httpaste.backend.sqlite.Parameters
|
||||
.. autoclass:: httpaste.backend.sqlite.Config
|
||||
:members:
|
||||
|
||||
Filesystem
|
||||
----------
|
||||
|
||||
.. autoclass:: httpaste.backend.file.Parameters
|
||||
.. autoclass:: httpaste.backend.file.Config
|
||||
:members:
|
||||
|
||||
MySQL
|
||||
-----
|
||||
|
||||
.. autoclass:: httpaste.backend.mysql.Parameters
|
||||
.. autoclass:: httpaste.backend.mysql.Config
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue