diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-03-26 21:57:56 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-03-26 21:57:56 +0100 |
commit | 253235e8c583e383695874607bf727430d316520 (patch) | |
tree | 3b9cc1a6cecc982cc20fe0e82a265a16ba531d52 /README.rst |
License and README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..81d9efd --- /dev/null +++ b/README.rst @@ -0,0 +1,27 @@ +*************** + PyAPD +*************** + +PyAPD is an ActivityPub_ server written in python and designed as a pure +server that provides a read-only minimal web interface and interacts +with clients through the ActivityPub c2s protocol. + +.. _ActivityPub: https://www.w3.org/TR/activitypub/ + +License +======= + +Copyright (C) 2019 Elena Grandi + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero 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 Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. |