Metadata-Version: 2.1
Name: canopy-network
Version: 0.0.52
Summary: A decentralized social network of personal websites
Home-page: https://understory.cloud/canopy.git
License: AGPL-3.0-or-later
Author: Angelo Gladding
Author-email: angelo@lahacker.net
Requires-Python: >=3.9,<3.10
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.63,<0.0.64)
Project-URL: Homepage, https://canopy.stream
Project-URL: Issues, https://github.com/canopy/canopy/issues
Project-URL: Repository, https://understory.cloud/canopy.git
Description-Content-Type: text/markdown

# canopy
A decentralized social network of personal websites

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

## Install

Debian/Ubuntu: `wget understory.cloud/gaea.py -q && python3 gaea.py --deploy canopy/canopy`

### Manually

    $ pip install canopy-network
    $ web serve canopy

## 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

