little-boxes/docs/index.rst

64 wiersze
1.7 KiB
ReStructuredText

2018-06-15 22:47:30 +00:00
.. Little Boxes documentation master file, created by
sphinx-quickstart on Sat Jun 16 00:44:45 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
2018-06-18 19:23:08 +00:00
Little Boxes
============
.. image:: https://img.shields.io/travis/tsileo/little-boxes.svg
:target: https://travis-ci.org/tsileo/little-boxes
.. image:: https://codecov.io/gh/tsileo/little-boxes/branch/master/graph/badge.svg
:target: https://codecov.io/gh/tsileo/little-boxes
.. image:: https://img.shields.io/pypi/v/little-boxes.svg
:target: https://pypi.org/project/little-boxes
.. image:: https://img.shields.io/pypi/pyversions/little-boxes.svg
:target: https://pypi.org/project/little-boxes
.. image:: https://img.shields.io/pypi/l/little-boxes.svg
:target: https://github.com/tsileo/little-boxes
2018-06-18 19:30:57 +00:00
Tiny `ActivityPub <https://activitypub.rocks/>`_ framework written in Python, both database and server agnostic.
Features
2018-06-18 19:39:16 +00:00
--------
2018-06-18 19:30:57 +00:00
* Database and server agnostic
2018-11-29 13:02:18 +00:00
* You need to implement a backend that respond to activity side-effects
2018-06-18 19:30:57 +00:00
* This also mean you're responsible for serving the activities/collections and receiving them
* ActivityStreams helper classes
* with Outbox/Inbox abstractions
* Content helper using Mardown
* with helpers for parsing hashtags and linkify content
* Key (RSA) helper
* HTTP signature helper
* JSON-LD signature helper
* Webfinger helper
Project using Little Boxes
2018-06-18 19:39:16 +00:00
--------------------------
2018-06-18 19:30:57 +00:00
* `microblog.pub <http://github.com/tsileo/microblog.pub>`_
2018-06-18 19:23:08 +00:00
Documentation
2018-06-18 19:39:16 +00:00
-------------
2018-06-15 22:47:30 +00:00
.. toctree::
:maxdepth: 2
:caption: Contents:
Indices and tables
2018-06-18 19:39:16 +00:00
------------------
2018-06-15 22:47:30 +00:00
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`