feat: init
[skip ci]
This commit is contained in:
commit
0d6c010cce
55 changed files with 4216 additions and 0 deletions
61
docs/README.rst
Normal file
61
docs/README.rst
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
httpaste
|
||||
========
|
||||
|
||||
.. only:: readme
|
||||
|
||||

|
||||
|
||||
.. only:: not readme
|
||||
|
||||
.. image:: _assets/images/dog-gf2faaf3f6_1920.png
|
||||
|
||||
Simple and safe pasting over HTTP.
|
||||
|
||||
httpaste is a pastebin application for easily pasting and retrieving data over HTTP from shell environments and web browsers. It is inspired by sprunge.us and ix.io, but focuses on extendability and advanced security.
|
||||
|
||||
public and private pastes are supported. In any case, httpaste provides full anonymity, with each paste being stored encrypted.
|
||||
|
||||
Why
|
||||
---
|
||||
|
||||
As a user: Sometimes we say and write stupid things. Things so stupid, that
|
||||
others may even be offended. Others being so offended, that they wish to take
|
||||
legal actions against you. Legal actions which infringe upon your rights for
|
||||
privacy. Who is the others? Well, it's the
|
||||
|
||||
Public pastes: Only people you share the paste id with are able to view the paste. Public pastes aren't indexed publicly, so Public pastes are encrypted with their paste id and the paste id is only
|
||||
stored as a hash. Therefore the httpaste application hoster is unable to view any pastes, unless he maliciously logs any of the HTTP requests.
|
||||
|
||||
|
||||
.. include:: guide/get-started.rst
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation can be found under `<https://victorykit.bitbucket.io/taskdog/>`_.
|
||||
|
||||
|
||||
Licensing
|
||||
---------
|
||||
|
||||
Copyright (C) 2021 Tiara Rodney (victoryk.it)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: More Information
|
||||
|
||||
ARCHITECTURE
|
||||
CONTRIBUTING
|
||||
Loading…
Add table
Add a link
Reference in a new issue