Metadata-Version: 2.1
Name: canopy-network
Version: 0.0.19
Summary: A decentralized social network.
License: AGPL-3.0-or-later
Author: Angelo Gladding
Author-email: self@angelogladding.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: understory (>=0.0.12,<0.0.13)
Project-URL: Changes, https://angelogladding.com/code/canopy/changes
Project-URL: Documentation, https://angelogladding.com/code/canopy/documentation
Project-URL: Homepage, https://angelogladding.com/code/canopy
Project-URL: Issues, https://angelogladding.com/code/canopy/issues
Description-Content-Type: text/markdown

# canopy
a decentralized social network

Store and display content on your own personal website. Interact richly
with other sites.

## Install

[Spawn a host](https://gh.ost.lol), install `canopy-network`, add your
domain and mount the canopy app.

## Features

* render profile, pages, media, posts and feeds with semantic markup a la [microformats](https://indieweb.org/microformats)
  * archive source material for [reply contexts](https://indieweb.org/reply-context)
  * moderated threaded discussion using Webmentions with Salmention & Vouch
  * syndicate to third-party aggregators
* store posts:
  * as [queryable JSON](https://www.sqlite.org/json1.html) in SQLite database
    * [full-text search](https://www.sqlite.org/fts5.html)
  * as JSON flat files inside Git repository for change history
* follow by subscribing and publish to subscribers using WebSub
* sign in to third-party applications using IndieAuth
  * leverage third-party Micropub editors
  * leverage third-party Microsub readers
* import/export tools
  * syndicate/backfeed to/from Twitter/Github/Facebook
  * backup/restore to/from local/remote storage

