You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +15,7 @@ The ActivityPub protocol is a decentralized social networking protocol based upo
15
15
16
16
This is **BETA** software, see the FAQ to see the current feature set or rather what is still planned.
17
17
18
-
This plugin implements the ActivityPub for your Blog. Your readers will be able to follow your Blogposts on Mastodon and other Federated Plattforms that support ActivityPub.
18
+
The plugin implements the ActivityPub protocol for your Blog. Your readers will be able to follow your Blogposts on Mastodon and other Federated Plattforms that support ActivityPub.
19
19
20
20
## Frequently Asked Questions ##
21
21
@@ -37,29 +37,29 @@ To implement:
37
37
* better configuration possibilities
38
38
* threaded comments support
39
39
40
-
### Why does the plugin not support ...? ###
40
+
### What is "ActivityPub for WordPress" ###
41
41
42
-
*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/).
42
+
*ActivityPub for WordPress* extends WordPress with some fediverse features, but it does not compete with plattforms like Friendi.ca or Mastodon. If you want to run a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU.social](https://gnu.io/social/).
43
43
44
44
### What are the differences between this plugin and Pterotype? ###
*ActivityPub for WordPress* needs PHP 5.6, *Pterotype* requires 7.2.x
49
49
50
50
**Compatibility**
51
51
52
-
*This plugin* is compatible with OStatus and the IndieWeb movement. *Pterotype*implements for example its own WebFinger endpoint, which is not compatible with the [WebFinger plugin](https://wordpress.org/plugins/webfinger/).
52
+
*ActivityPub for WordPress* is compatible with OStatus and IndieWeb plugin suites. *Pterotype* is incompatible with the standalone [WebFinger plugin](https://wordpress.org/plugins/webfinger/) plugin, so it can't be run together with OStatus.
53
53
54
54
**Custom tables**
55
55
56
-
*Pterotype* creates/uses a bunch of custom tables, *this plugin* only uses the native tables and adds as few meta data as possible.
56
+
*Pterotype* creates/uses a bunch of custom tables, *ActivityPub for WordPress* only uses the native tables and adds as few meta data as possible.
57
57
58
58
## Changelog ##
59
59
60
60
Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
61
61
62
-
### 0.2.0 ###
62
+
### 0.1.1 ###
63
63
64
64
* fixed "excerpt" in AS JSON
65
65
* added settings for the activity-summary and for the activity-object-type
@@ -15,7 +15,7 @@ The ActivityPub protocol is a decentralized social networking protocol based upo
15
15
16
16
This is **BETA** software, see the FAQ to see the current feature set or rather what is still planned.
17
17
18
-
This plugin implements the ActivityPub for your Blog. Your readers will be able to follow your Blogposts on Mastodon and other Federated Plattforms that support ActivityPub.
18
+
The plugin implements the ActivityPub protocol for your Blog. Your readers will be able to follow your Blogposts on Mastodon and other Federated Plattforms that support ActivityPub.
19
19
20
20
== Frequently Asked Questions ==
21
21
@@ -37,29 +37,29 @@ To implement:
37
37
* better configuration possibilities
38
38
* threaded comments support
39
39
40
-
= Why does the plugin not support ...? =
40
+
= What is "ActivityPub for WordPress" =
41
41
42
-
*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/).
42
+
*ActivityPub for WordPress* extends WordPress with some fediverse features, but it does not compete with plattforms like Friendi.ca or Mastodon. If you want to run a **decentralized social network**, please use [Mastodon](https://joinmastodon.org/) or [GNU.social](https://gnu.io/social/).
43
43
44
44
= What are the differences between this plugin and Pterotype? =
*ActivityPub for WordPress* needs PHP 5.6, *Pterotype* requires 7.2.x
49
49
50
50
**Compatibility**
51
51
52
-
*This plugin* is compatible with OStatus and the IndieWeb movement. *Pterotype* implements for example its own WebFinger endpoint, which is not compatible with the [WebFinger plugin](https://wordpress.org/plugins/webfinger/).
52
+
*ActivityPub for WordPress* is compatible with OStatus and IndieWeb plugin suites. *Pterotype* is incompatible with the standalone [WebFinger plugin](https://wordpress.org/plugins/webfinger/) plugin, so it can't be run together with OStatus.
53
53
54
54
**Custom tables**
55
55
56
-
*Pterotype* creates/uses a bunch of custom tables, *this plugin* only uses the native tables and adds as few meta data as possible.
56
+
*Pterotype* creates/uses a bunch of custom tables, *ActivityPub for WordPress* only uses the native tables and adds as few meta data as possible.
57
57
58
58
== Changelog ==
59
59
60
60
Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
61
61
62
-
= 0.2.0 =
62
+
= 0.1.1 =
63
63
64
64
* fixed "excerpt" in AS JSON
65
65
* added settings for the activity-summary and for the activity-object-type
0 commit comments