Skip to content
Snippets Groups Projects
Commit b4ac3ba3 authored by lucha's avatar lucha
Browse files

[auto] plugin: pubsubhubbub 3.0.1

parent 7cd26a48
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ class Pubsubhubbub_Admin { ...@@ -77,6 +77,7 @@ class Pubsubhubbub_Admin {
'id' => 'indieweb', 'id' => 'indieweb',
'title' => __( 'The IndieWeb', 'pubsubhubbub' ), 'title' => __( 'The IndieWeb', 'pubsubhubbub' ),
'content' => 'content' =>
'<p>' . __( 'WebSub is a proposed standard of the IndieWeb stack.', 'pubsubhubbub' ) . '</p>' .
'<p>' . __( 'The IndieWeb is a people-focused alternative to the "corporate web".', 'pubsubhubbub' ) . '</p>' . '<p>' . __( 'The IndieWeb is a people-focused alternative to the "corporate web".', 'pubsubhubbub' ) . '</p>' .
'<p> '<p>
<strong>' . __( 'Your content is yours', 'pubsubhubbub' ) . '</strong><br />' . <strong>' . __( 'Your content is yours', 'pubsubhubbub' ) . '</strong><br />' .
...@@ -89,15 +90,43 @@ class Pubsubhubbub_Admin { ...@@ -89,15 +90,43 @@ class Pubsubhubbub_Admin {
'<p> '<p>
<strong>' . __( 'You are in control', 'pubsubhubbub' ) . '</strong><br />' . <strong>' . __( 'You are in control', 'pubsubhubbub' ) . '</strong><br />' .
__( 'You can post anything you want, in any format you want, with no one monitoring you. In addition, you share simple readable links such as example.com/ideas. These links are permanent and will always work.', 'pubsubhubbub' ) . __( 'You can post anything you want, in any format you want, with no one monitoring you. In addition, you share simple readable links such as example.com/ideas. These links are permanent and will always work.', 'pubsubhubbub' ) .
'</p>' .
'<p>
<strong>' . __( 'IndieWeb for WordPress', 'pubsubhubbub' ) . '</strong><br />' .
__( 'Try out "<a href="https://wordpress.org/plugins/indieweb/" target="_blank">IndieWeb for WordPress</a>"', 'pubsubhubbub' ) .
'</p>',
)
);
get_current_screen()->add_help_tab(
array(
'id' => 'ostatus',
'title' => __( 'The Fediverse', 'pubsubhubbub' ),
'content' =>
'<p>' . __( 'WebSub is one of the building blocks of OStauts, wich is the base of the Fediverse.', 'pubsubhubbub' ) . '</p>' .
'<p>
<strong>' . __( 'The Fediverse', 'pubsubhubbub' ) . '</strong><br />' .
__( 'Fediverse is a portmanteau of "federation" and "universe". It is a common, informal name for a somewhat broad federation of social network servers whose main purpose is microblogging, the sharing of short, public messages.<br />By running social network software that supports a standard set of protocols called ActivityPub, independently run servers can connect to the Fediverse, allowing its users to follow and receive short messages from each other, regardless of which particular ActivityPub server implementation they are running. The Fediverse is built on Free Software. Some of its social networks are vaguely Twitter-ish in style (for example Mastodon, or GNU Social, similar in activities and their microblogging function), while other federated platforms include more communication and transaction options that are instead comparable to Google+ or Facebook (such as is the case with Friendica). (Wikipedia)', 'pubsubhubbub' ) .
'</p>' .
'<p>
<strong>' . __( 'OStatus', 'pubsubhubbub' ) . '</strong><br />' .
__( ' OStatus lets people on different social networks follow each other. It applies a group of related protocols (PubSubHubbub, ActivityStreams, Salmon, Portable Contacts, and Webfinger) to this problem in what we believe is a simple and obvious way. OStatus is a minimal specification for distributed status updates or microblogging.<br />Many social applications can be modelled with status updates, however. Practically any software that generates RSS or Atom feeds could be OStatus-enabled. Travel networks, event invitation systems, wikis, photo-sharing systems, social news sites, social music sites, podcasting servers, blogs, version control systems, and general purpose social networks would all be candidates for OStatus use. ', 'pubsubhubbub' ) .
'</p>' .
'<p>
<strong>' . __( 'OStatus for WordPress', 'pubsubhubbub' ) . '</strong><br />' .
__( 'Try out "<a href="https://wordpress.org/plugins/ostatus-for-wordpress/" target="_blank">OStatus for WordPress</a>"!', 'pubsubhubbub' ) .
'</p>', '</p>',
) )
); );
get_current_screen()->set_help_sidebar( get_current_screen()->set_help_sidebar(
'<p><strong>' . __( 'For more information:', 'pubsubhubbub' ) . '</strong></p>' . '<p><strong>' . __( 'For more information:', 'pubsubhubbub' ) . '</strong></p>' .
'<p>' . __( '<a href="https://indieweb.org/WebSub">IndieWeb Wiki page</a>', 'pubsubhubbub' ) . '</p>' .
'<p>' . __( '<a href="https://websub.rocks/">Test suite</a>', 'pubsubhubbub' ) . '</p>' . '<p>' . __( '<a href="https://websub.rocks/">Test suite</a>', 'pubsubhubbub' ) . '</p>' .
'<p>' . __( '<a href="https://www.w3.org/TR/websub/">W3C Spec</a>', 'pubsubhubbub' ) . '</p>' '<p>' . __( '<a href="https://www.w3.org/TR/websub/">W3C Spec</a>', 'pubsubhubbub' ) . '</p>' .
'<p>' . __( '<a href="https://indieweb.org/WebSub">IndieWeb <small>(Wiki)</small></a>', 'pubsubhubbub' ) . '</p>' .
'<p>' . __( '<a href="https://www.w3.org/community/ostatus/">OStatus <small>(W3C Community)</small></a>', 'pubsubhubbub' ) . '</p>' .
'<hr />' .
'<p>' . __( '<a href="https://notiz.blog/donate">Donate</a>', 'pubsubhubbub' ) . '</p>'
); );
} }
} }
...@@ -2,16 +2,17 @@ ...@@ -2,16 +2,17 @@
# This file is distributed under the MIT. # This file is distributed under the MIT.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: WebSub/PubSubHubbub 3.0.0\n" "Project-Id-Version: WebSub/PubSubHubbub 3.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pubsubhubbub\n" "Report-Msgid-Bugs-To: "
"POT-Creation-Date: 2018-07-02 15:10:24+00:00\n" "https://wordpress.org/support/plugin/wordpress-pubsubhubbub\n"
"POT-Creation-Date: 2018-10-07 13:43:47+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"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n" "X-Generator: grunt-wp-i18n1.0.2\n"
#: includes/class-pubsubhubbub-admin.php:39 #: includes/class-pubsubhubbub-admin.php:39
msgid "The WebSub/PubSubHubbub endpoints" msgid "The WebSub/PubSubHubbub endpoints"
...@@ -75,14 +76,18 @@ msgid "The IndieWeb" ...@@ -75,14 +76,18 @@ msgid "The IndieWeb"
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:80 #: includes/class-pubsubhubbub-admin.php:80
msgid "WebSub is a proposed standard of the IndieWeb stack."
msgstr ""
#: includes/class-pubsubhubbub-admin.php:81
msgid "The IndieWeb is a people-focused alternative to the \"corporate web\"." msgid "The IndieWeb is a people-focused alternative to the \"corporate web\"."
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:82 #: includes/class-pubsubhubbub-admin.php:83
msgid "Your content is yours" msgid "Your content is yours"
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:83 #: includes/class-pubsubhubbub-admin.php:84
msgid "" msgid ""
"When you post something on the web, it should belong to you, not a " "When you post something on the web, it should belong to you, not a "
"corporation. Too many companies have gone out of business and lost all of " "corporation. Too many companies have gone out of business and lost all of "
...@@ -90,44 +95,120 @@ msgid "" ...@@ -90,44 +95,120 @@ msgid ""
"your control." "your control."
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:86 #: includes/class-pubsubhubbub-admin.php:87
msgid "You are better connected" msgid "You are better connected"
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:87 #: includes/class-pubsubhubbub-admin.php:88
msgid "" msgid ""
"Your articles and status messages can go to all services, not just one, " "Your articles and status messages can go to all services, not just one, "
"allowing you to engage with everyone. Even replies and likes on other " "allowing you to engage with everyone. Even replies and likes on other "
"services can come back to your site so they’re all in one place." "services can come back to your site so they’re all in one place."
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:90 #: includes/class-pubsubhubbub-admin.php:91
msgid "You are in control" msgid "You are in control"
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:91 #: includes/class-pubsubhubbub-admin.php:92
msgid "" msgid ""
"You can post anything you want, in any format you want, with no one " "You can post anything you want, in any format you want, with no one "
"monitoring you. In addition, you share simple readable links such as " "monitoring you. In addition, you share simple readable links such as "
"example.com/ideas. These links are permanent and will always work." "example.com/ideas. These links are permanent and will always work."
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:97 #: includes/class-pubsubhubbub-admin.php:95
msgid "For more information:" msgid "IndieWeb for WordPress"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:96
msgid ""
"Try out \"<a href=\"https://wordpress.org/plugins/indieweb/\" "
"target=\"_blank\">IndieWeb for WordPress</a>\""
msgstr ""
#: includes/class-pubsubhubbub-admin.php:104
#: includes/class-pubsubhubbub-admin.php:108
msgid "The Fediverse"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:106
msgid ""
"WebSub is one of the building blocks of OStauts, wich is the base of the "
"Fediverse."
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:98 #: includes/class-pubsubhubbub-admin.php:109
msgid "<a href=\"https://indieweb.org/WebSub\">IndieWeb Wiki page</a>" msgid ""
"Fediverse is a portmanteau of \"federation\" and \"universe\". It is a "
"common, informal name for a somewhat broad federation of social network "
"servers whose main purpose is microblogging, the sharing of short, public "
"messages.<br />By running social network software that supports a standard "
"set of protocols called ActivityPub, independently run servers can connect "
"to the Fediverse, allowing its users to follow and receive short messages "
"from each other, regardless of which particular ActivityPub server "
"implementation they are running. The Fediverse is built on Free Software. "
"Some of its social networks are vaguely Twitter-ish in style (for example "
"Mastodon, or GNU Social, similar in activities and their microblogging "
"function), while other federated platforms include more communication and "
"transaction options that are instead comparable to Google+ or Facebook "
"(such as is the case with Friendica). (Wikipedia)"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:112
msgid "OStatus"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:113
msgid ""
" OStatus lets people on different social networks follow each other. It "
"applies a group of related protocols (PubSubHubbub, ActivityStreams, "
"Salmon, Portable Contacts, and Webfinger) to this problem in what we "
"believe is a simple and obvious way. OStatus is a minimal specification for "
"distributed status updates or microblogging.<br />Many social applications "
"can be modelled with status updates, however. Practically any software that "
"generates RSS or Atom feeds could be OStatus-enabled. Travel networks, "
"event invitation systems, wikis, photo-sharing systems, social news sites, "
"social music sites, podcasting servers, blogs, version control systems, and "
"general purpose social networks would all be candidates for OStatus use. "
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:99 #: includes/class-pubsubhubbub-admin.php:116
msgid "OStatus for WordPress"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:117
msgid ""
"Try out \"<a href=\"https://wordpress.org/plugins/ostatus-for-wordpress/\" "
"target=\"_blank\">OStatus for WordPress</a>\"!"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:123
msgid "For more information:"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:124
msgid "<a href=\"https://websub.rocks/\">Test suite</a>" msgid "<a href=\"https://websub.rocks/\">Test suite</a>"
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:100 #: includes/class-pubsubhubbub-admin.php:125
msgid "<a href=\"https://www.w3.org/TR/websub/\">W3C Spec</a>" msgid "<a href=\"https://www.w3.org/TR/websub/\">W3C Spec</a>"
msgstr "" msgstr ""
#: includes/class-pubsubhubbub-admin.php:126
msgid "<a href=\"https://indieweb.org/WebSub\">IndieWeb <small>(Wiki)</small></a>"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:127
msgid ""
"<a href=\"https://www.w3.org/community/ostatus/\">OStatus <small>(W3C "
"Community)</small></a>"
msgstr ""
#: includes/class-pubsubhubbub-admin.php:129
msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
msgstr ""
#: includes/class-pubsubhubbub-publisher.php:54 #: includes/class-pubsubhubbub-publisher.php:54
msgid "Please specify a hub url" msgid "Please specify a hub url"
msgstr "" msgstr ""
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Plugin Name: WebSub/PubSubHubbub * Plugin Name: WebSub/PubSubHubbub
* Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/ * Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/
* Description: A better way to tell the world when your blog is updated. * Description: A better way to tell the world when your blog is updated.
* Version: 3.0.0 * Version: 3.0.1
* Author: Matthias Pfefferle * Author: Matthias Pfefferle
* Author URI: https://notiz.blog/ * Author URI: https://notiz.blog/
* License: MIT * License: MIT
......
...@@ -3,8 +3,8 @@ Contributors: pfefferle, joshfraz ...@@ -3,8 +3,8 @@ Contributors: pfefferle, joshfraz
Donate link: https://notiz.blog/donate/ Donate link: https://notiz.blog/donate/
Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus
Requires at least: 4.5 Requires at least: 4.5
Tested up to: 4.9.7 Tested up to: 4.9.8
Stable tag: 3.0.0 Stable tag: 3.0.1
A better way to tell the world when your blog is updated. A better way to tell the world when your blog is updated.
...@@ -73,6 +73,10 @@ A WebSub Subscriber is an implementation that discovers the hub and topic URL gi ...@@ -73,6 +73,10 @@ A WebSub Subscriber is an implementation that discovers the hub and topic URL gi
Project maintained on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub). Project maintained on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub).
= 3.0.1 =
* add donation button
= 3.0.0 = = 3.0.0 =
* optimized the DB load * optimized the DB load
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment