diff --git a/README.md b/README.md index 0ac0433..9d8d8a6 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,43 @@ The ActivityPub protocol is a decentralized social networking protocol based upo ## Description ## +This is **BETA** software, see the FAQ to see what works and what still needs to be implemented or is in planning. + This plugin enables ActivityPub for your Blog. Your readers will be able to follow your Blogposts on Mastodon and other Federated Plattforms that support ActivityPub. ## Frequently Asked Questions ## -### Why does the plugin not support following and other social network stuff ### +### What is the status of this plugin? ### -If you want to have a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU.social](https://gnu.io/social/). +Implemented: +* profile pages (JSON representation) +* custom links +* functional inbox/outbox + +To implement: + +* follow (accept follows) +* share posts +* share comments + +### Why does the plugin not support ...? ### + +*ActivityPub* extends WordPress with some fediverse features, but it does not compete with plattforms like Friendi.ca or Mastodon. If you want to have a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU.social](https://gnu.io/social/). + +### What are the differences to Pterotype? ### + +**PHP Version** + +*ActivityPub* needs PHP 5.6, *Pterotype* requires 7.2.x + +**Compatibility** + +*ActivityPub* is compatible with OStatus and the IndieWeb movement. *Pterotype* implements its own WebFinger endpoint, that is not compatible with the [WebFinger plugin](https://wordpress.org/plugins/webfinger/). + +**Custom tables** + +*Pterotype* creates/uses a bunch of custom tables, *ActivityPub* only uses the native tables and adds as few meta data as possible. ## Changelog ## diff --git a/languages/activitypub.pot b/languages/activitypub.pot index a26e0d2..c81f784 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: ActivityPub 0.0.2\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n" -"POT-Creation-Date: 2018-11-04 20:21:26+00:00\n" +"POT-Creation-Date: 2018-12-01 20:19:51+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index 8226c67..0aed4d8 100644 --- a/readme.txt +++ b/readme.txt @@ -13,14 +13,43 @@ The ActivityPub protocol is a decentralized social networking protocol based upo == Description == +This is **BETA** software, see the FAQ to see what works and what still needs to be implemented or is in planning. + This plugin enables ActivityPub for your Blog. Your readers will be able to follow your Blogposts on Mastodon and other Federated Plattforms that support ActivityPub. == Frequently Asked Questions == -= Why does the plugin not support following and other social network stuff = += What is the status of this plugin? = -If you want to have a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU.social](https://gnu.io/social/). +Implemented: +* profile pages (JSON representation) +* custom links +* functional inbox/outbox + +To implement: + +* follow (accept follows) +* share posts +* share comments + += Why does the plugin not support ...? = + +*ActivityPub* extends WordPress with some fediverse features, but it does not compete with plattforms like Friendi.ca or Mastodon. If you want to have a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU.social](https://gnu.io/social/). + += What are the differences to Pterotype? = + +**PHP Version** + +*ActivityPub* needs PHP 5.6, *Pterotype* requires 7.2.x + +**Compatibility** + +*ActivityPub* is compatible with OStatus and the IndieWeb movement. *Pterotype* implements its own WebFinger endpoint, that is not compatible with the [WebFinger plugin](https://wordpress.org/plugins/webfinger/). + +**Custom tables** + +*Pterotype* creates/uses a bunch of custom tables, *ActivityPub* only uses the native tables and adds as few meta data as possible. == Changelog ==