version bump
This commit is contained in:
parent
e8d2508f5d
commit
e3dcf6cc91
4 changed files with 55 additions and 41 deletions
11
README.md
11
README.md
|
@ -4,7 +4,7 @@
|
||||||
**Tags:** OStatus, fediverse, activitypub, activitystream
|
**Tags:** OStatus, fediverse, activitypub, activitystream
|
||||||
**Requires at least:** 4.7
|
**Requires at least:** 4.7
|
||||||
**Tested up to:** 5.0.2
|
**Tested up to:** 5.0.2
|
||||||
**Stable tag:** 0.2.0
|
**Stable tag:** 0.2.1
|
||||||
**Requires PHP:** 5.6
|
**Requires PHP:** 5.6
|
||||||
**License:** MIT
|
**License:** MIT
|
||||||
**License URI:** http://opensource.org/licenses/MIT
|
**License URI:** http://opensource.org/licenses/MIT
|
||||||
|
@ -43,10 +43,6 @@ To implement:
|
||||||
|
|
||||||
### What are the differences between this plugin and Pterotype? ###
|
### What are the differences between this plugin and Pterotype? ###
|
||||||
|
|
||||||
**PHP Version**
|
|
||||||
|
|
||||||
*ActivityPub for WordPress* needs PHP 5.6, *Pterotype* requires 7.2.x
|
|
||||||
|
|
||||||
**Compatibility**
|
**Compatibility**
|
||||||
|
|
||||||
*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.
|
*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.
|
||||||
|
@ -59,6 +55,11 @@ To implement:
|
||||||
|
|
||||||
Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
|
Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
|
||||||
|
|
||||||
|
### 0.2.1 ###
|
||||||
|
|
||||||
|
* customizable backlink (permalink or shorturl)
|
||||||
|
* show profile-identifiers also on profile settings
|
||||||
|
|
||||||
### 0.2.0 ###
|
### 0.2.0 ###
|
||||||
|
|
||||||
* added option to switch between content and excerpt
|
* added option to switch between content and excerpt
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: ActivityPub
|
* Plugin Name: ActivityPub
|
||||||
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
|
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
|
||||||
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
|
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
|
||||||
* Version: 0.2.0
|
* Version: 0.2.1
|
||||||
* Author: Matthias Pfefferle
|
* Author: Matthias Pfefferle
|
||||||
* Author URI: https://notiz.blog/
|
* Author URI: https://notiz.blog/
|
||||||
* License: MIT
|
* License: MIT
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
# This file is distributed under the MIT.
|
# This file is distributed under the MIT.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ActivityPub 0.2.0\n"
|
"Project-Id-Version: ActivityPub 0.2.1\n"
|
||||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n"
|
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n"
|
||||||
"POT-Creation-Date: 2019-01-04 18:55:11+00:00\n"
|
"POT-Creation-Date: 2019-01-16 20:52:51+00:00\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -21,11 +21,15 @@ msgstr ""
|
||||||
msgid "The Activity-Object-Type"
|
msgid "The Activity-Object-Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:62
|
#: includes/class-activitypub-admin.php:59 templates/settings-page.php:34
|
||||||
|
msgid "Use the Shortlink instead of the permalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/class-activitypub-admin.php:69
|
||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:64
|
#: includes/class-activitypub-admin.php:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"ActivityPub is a decentralized social networking protocol based on the "
|
"ActivityPub is a decentralized social networking protocol based on the "
|
||||||
"ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended "
|
"ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended "
|
||||||
|
@ -35,28 +39,32 @@ msgid ""
|
||||||
"subscribing to content."
|
"subscribing to content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:69
|
#: includes/class-activitypub-admin.php:76
|
||||||
msgid "For more information:"
|
msgid "For more information:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:70
|
#: includes/class-activitypub-admin.php:77
|
||||||
msgid "<a href=\"https://activitypub.rocks/\">Test Suite</a>"
|
msgid "<a href=\"https://activitypub.rocks/\">Test Suite</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:71
|
#: includes/class-activitypub-admin.php:78
|
||||||
msgid "<a href=\"https://www.w3.org/TR/activitypub/\">W3C Spec</a>"
|
msgid "<a href=\"https://www.w3.org/TR/activitypub/\">W3C Spec</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:72
|
#: includes/class-activitypub-admin.php:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://github.com/pfefferle/wordpress-activitypub/issues\">Give "
|
"<a href=\"https://github.com/pfefferle/wordpress-activitypub/issues\">Give "
|
||||||
"us feedback</a>"
|
"us feedback</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-activitypub-admin.php:74
|
#: includes/class-activitypub-admin.php:81
|
||||||
msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
|
msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/class-activitypub-admin.php:87
|
||||||
|
msgid "Fediverse"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class-rest-activitypub-followers.php:24
|
#: includes/class-rest-activitypub-followers.php:24
|
||||||
#: includes/class-rest-activitypub-followers.php:26
|
#: includes/class-rest-activitypub-followers.php:26
|
||||||
#: includes/class-rest-activitypub-outbox.php:35
|
#: includes/class-rest-activitypub-outbox.php:35
|
||||||
|
@ -104,11 +112,19 @@ msgstr ""
|
||||||
msgid "No \"Public-Key\" found"
|
msgid "No \"Public-Key\" found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/functions.php:193
|
||||||
|
msgid "Profile identifier"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/functions.php:197
|
||||||
|
msgid "Try to follow \"@%s\" in the mastodon/friendi.ca search field."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/json-author.php:48
|
#: templates/json-author.php:48
|
||||||
msgid "Blog"
|
msgid "Blog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/json-author.php:58 templates/settings-page.php:49
|
#: templates/json-author.php:58 templates/settings-page.php:60
|
||||||
msgid "Profile"
|
msgid "Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -156,64 +172,60 @@ msgid "The full content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:30
|
#: templates/settings-page.php:30
|
||||||
|
msgid "Backlink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-page.php:41
|
||||||
msgid "Activtity-Object-Type"
|
msgid "Activtity-Object-Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:34
|
#: templates/settings-page.php:45
|
||||||
msgid "Note (default)"
|
msgid "Note (default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:34
|
#: templates/settings-page.php:45
|
||||||
msgid "Should work with most plattforms."
|
msgid "Should work with most plattforms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:37
|
#: templates/settings-page.php:48
|
||||||
msgid "Article"
|
msgid "Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:37
|
#: templates/settings-page.php:48
|
||||||
msgid ""
|
msgid ""
|
||||||
"The presentation of the \"Article\" might change on different plattforms. "
|
"The presentation of the \"Article\" might change on different plattforms. "
|
||||||
"Mastodon for example shows the \"Article\" type as a simple link."
|
"Mastodon for example shows the \"Article\" type as a simple link."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:40
|
#: templates/settings-page.php:51
|
||||||
msgid "WordPress Post-Format"
|
msgid "WordPress Post-Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:40
|
#: templates/settings-page.php:51
|
||||||
msgid "Maps the WordPress Post-Format to the ActivityPub Object Type."
|
msgid "Maps the WordPress Post-Format to the ActivityPub Object Type."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:51
|
#: templates/settings-page.php:62
|
||||||
msgid "All profile related settings."
|
msgid "All profile related settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:57
|
#: templates/settings-page.php:68
|
||||||
msgid "Profile identifier"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/settings-page.php:61
|
|
||||||
msgid "Try to follow \"@%s\" in the mastodon/friendi.ca search field."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/settings-page.php:69
|
|
||||||
msgid "Followers"
|
msgid "Followers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:71
|
#: templates/settings-page.php:70
|
||||||
msgid "All follower related settings."
|
msgid "All follower related settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:77
|
#: templates/settings-page.php:76
|
||||||
msgid "List of followers"
|
msgid "List of followers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:87
|
#: templates/settings-page.php:86
|
||||||
msgid "No followers yet"
|
msgid "No followers yet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-page.php:102
|
#: templates/settings-page.php:101
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you like this plugin, what about a small <a "
|
"If you like this plugin, what about a small <a "
|
||||||
"href=\"https://notiz.blog/donate\">donation</a>?"
|
"href=\"https://notiz.blog/donate\">donation</a>?"
|
||||||
|
|
11
readme.txt
11
readme.txt
|
@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
|
||||||
Tags: OStatus, fediverse, activitypub, activitystream
|
Tags: OStatus, fediverse, activitypub, activitystream
|
||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 5.0.2
|
Tested up to: 5.0.2
|
||||||
Stable tag: 0.2.0
|
Stable tag: 0.2.1
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
License: MIT
|
License: MIT
|
||||||
License URI: http://opensource.org/licenses/MIT
|
License URI: http://opensource.org/licenses/MIT
|
||||||
|
@ -43,10 +43,6 @@ To implement:
|
||||||
|
|
||||||
= What are the differences between this plugin and Pterotype? =
|
= What are the differences between this plugin and Pterotype? =
|
||||||
|
|
||||||
**PHP Version**
|
|
||||||
|
|
||||||
*ActivityPub for WordPress* needs PHP 5.6, *Pterotype* requires 7.2.x
|
|
||||||
|
|
||||||
**Compatibility**
|
**Compatibility**
|
||||||
|
|
||||||
*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.
|
*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.
|
||||||
|
@ -59,6 +55,11 @@ To implement:
|
||||||
|
|
||||||
Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
|
Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
|
||||||
|
|
||||||
|
= 0.2.1 =
|
||||||
|
|
||||||
|
* customizable backlink (permalink or shorturl)
|
||||||
|
* show profile-identifiers also on profile settings
|
||||||
|
|
||||||
= 0.2.0 =
|
= 0.2.0 =
|
||||||
|
|
||||||
* added option to switch between content and excerpt
|
* added option to switch between content and excerpt
|
||||||
|
|
Loading…
Reference in a new issue