logo

litepub.social

Website of https://litepub.social/
commit: 5dd6be24fc9d30fa20f10c9d8dc8f683b1a45ea4
parent 89ca426374eed6a52686a9378acc2a9ae6cfcecb
Author: William Pitcock <nenolod@dereferenced.org>
Date:   Thu,  8 Nov 2018 06:42:12 +0000

initial commit

Diffstat:

A_config.yml23+++++++++++++++++++++++
Aindex.md34++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/_config.yml b/_config.yml @@ -0,0 +1,23 @@ +url: "https://litepub.github.io" +baseurl: "/litepub" +contribute_url: "https://github.com/litepub/litepub/blob/master/CONTRIBUTING.md" + +sass: + sass_dir: assets/css + style: nested + deploy_style: nested + +collections: + entities: + output: true + +kramdown: + toc_levels: 2..2 + +defaults: + - + scope: + path: "" + values: + layout: "default" + title: "" diff --git a/index.md b/index.md @@ -0,0 +1,34 @@ +--- +title: "LitePub protocol suite" +--- + +# LitePub protocol suite + +LitePub is a suite of protocols which provide a federated social network. They constitute various profiles +of the [ActivityPub][ap] specification. It is intended that LitePub implementations provide compatibility +with [ActivityPub][ap], but there are some core behavioral differences. + + [ap]: https://www.w3.org/TR/activitypub/ + + +## LitePub core + +New implementors of LitePub are encouraged to begin by reading the [high-level LitePub overview](/litepub/overview.html), +as well as reading about the specific [LitePub profiles](/litepub/profiles.html) which are composed using the +[LitePub core vocabulary](/litepub/vocabulary.html). + +ActivityPub implementors looking to improve compatibility with the LitePub ecosystem should read the +[LitePub for ActivityPub implementors](/litepub/ap-compat.html) document. + + +## LitePub discovery + +The primary method of interaction with LitePub services is through an `inbox` URI, but discovery of that +`inbox` URI is not human friendly. Accordingly, supporting the [LitePub discovery](/litepub/discovery.html) +WebFinger profile will help to provide a mapping of email-style addresses to `inbox` URIs. + + +## LitePub implementations + + * [Pleroma](https://pleroma.social) + * [PixelFed](https://pixelfed.org)