Skip to content

Commit

Permalink
Merge pull request #235 from indieweb/remove-sl-and-uf2
Browse files Browse the repository at this point in the history
remove Semantic Linkbacks
  • Loading branch information
pfefferle authored Jan 31, 2023
2 parents 0db9c34 + 0928a97 commit 0dce239
Show file tree
Hide file tree
Showing 280 changed files with 294 additions and 101 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ services:
restart: always
environment:
WORDPRESS_DB_HOST: db:3306
WORDPRESS_DB_USER: wordpress
WORDPRESS_DB_PASSWORD: wordpress
WORDPRESS_DEBUG: 1
8 changes: 1 addition & 7 deletions indieweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Interested in connecting your WordPress site to the IndieWeb?
* Author: IndieWebCamp WordPress Outreach Club
* Author URI: https://indieweb.org/WordPress_Outreach_Club
* Version: 3.4.7
* Version: 4.0.0
* License: MIT
* License URI: http://opensource.org/licenses/MIT
* Text Domain: indieweb
Expand Down Expand Up @@ -157,9 +157,6 @@ public static function register_plugins() {
array(
'slug' => 'webmention',
),
array(
'slug' => 'semantic-linkbacks',
),
array(
'slug' => 'micropub',
),
Expand All @@ -172,9 +169,6 @@ public static function register_plugins() {
array(
'slug' => 'indieauth',
),
array(
'slug' => 'wp-uf2',
),
array(
'slug' => 'simple-location',
),
Expand Down
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
**Tags:** indieweb, webmention, POSSE, indieauth
**Requires at least:** 4.7
**Requires PHP:** 5.6
**Tested up to:** 6.0
**Stable tag:** 3.4.7
**Tested up to:** 6.1
**Stable tag:** 4.0.0
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT

Expand All @@ -23,7 +23,6 @@ Some of these plugins allow you to:
* allow comments on others' sites to show up as comments on your posts
* help make IndieWeb comments and mentions look better on your site
* allow support for webmentions
* provide basic support for [Microformats 2](http://microformats.org/wiki/microformats2)
* add location support to your posts
* more easily syndicate your content to other sites to take advantage of network effects and other communities while still owning all of your original content
* link to syndicated versions of a post so that comments on your content in silos like Facebook, Twitter, Instagram can come back to your original post as comments there
Expand Down Expand Up @@ -69,19 +68,23 @@ If you think we missed a plugin reference, please file an issue on [Github](http
One could certainly download, install, and activate some or all of these plugins separately, picking and choosing features as needed, but it is much quicker and easier to utilize the interface provided by this IndieWeb plugin to install and activate them.

* Webmention (Required) - allows you to send and receive by adding webmention support to WordPress. Mentions show up as comments on your site.
* Semantic Linkbacks (Required) - turns webmentions into richer responses, such as replies/likes/RSVP etc.
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
* Syndication Links - Automatically adds syndication links from a supported syndication plugin or by manual entry in the post editor. Support for NextScripts: Social Networks Auto-Poster (aka SNAP), the Medium plugin, and a few others.
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
* IndieAuth - Adds an IndieAuth endpoint to WordPress. Alternatively, if you do not want to enable this, you can use a third-party endpoint to login to the WordPress backend via IndieAuth.
* Microformats 2 - provides basic mf2 support for any WordPress theme that does not support mf2 already. Note, due to inability to access every element via a filter or action, an [IndieWeb theme](http://indieweb.org/WordPress/Themes) is recommended.
* Simple Location - adds basic location and weather support to WordPress posts


## Changelog ##

Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb).

### 4.0.0 ###
* Remove Semantic Linkbacks recommendation
* Remove Microformats2 recommendation
* Update dependencies
* Refresh icons

### 3.4.7 ###
* Update dependencies
* Refresh icons
Expand Down
13 changes: 8 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://indieweb.org/how-to-sponsor
Tags: indieweb, webmention, POSSE, indieauth
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 6.0
Stable tag: 3.4.7
Tested up to: 6.1
Stable tag: 4.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand All @@ -23,7 +23,6 @@ Some of these plugins allow you to:
* allow comments on others' sites to show up as comments on your posts
* help make IndieWeb comments and mentions look better on your site
* allow support for webmentions
* provide basic support for [Microformats 2](http://microformats.org/wiki/microformats2)
* add location support to your posts
* more easily syndicate your content to other sites to take advantage of network effects and other communities while still owning all of your original content
* link to syndicated versions of a post so that comments on your content in silos like Facebook, Twitter, Instagram can come back to your original post as comments there
Expand Down Expand Up @@ -69,19 +68,23 @@ If you think we missed a plugin reference, please file an issue on [Github](http
One could certainly download, install, and activate some or all of these plugins separately, picking and choosing features as needed, but it is much quicker and easier to utilize the interface provided by this IndieWeb plugin to install and activate them.

* Webmention (Required) - allows you to send and receive by adding webmention support to WordPress. Mentions show up as comments on your site.
* Semantic Linkbacks (Required) - turns webmentions into richer responses, such as replies/likes/RSVP etc.
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
* Syndication Links - Automatically adds syndication links from a supported syndication plugin or by manual entry in the post editor. Support for NextScripts: Social Networks Auto-Poster (aka SNAP), the Medium plugin, and a few others.
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
* IndieAuth - Adds an IndieAuth endpoint to WordPress. Alternatively, if you do not want to enable this, you can use a third-party endpoint to login to the WordPress backend via IndieAuth.
* Microformats 2 - provides basic mf2 support for any WordPress theme that does not support mf2 already. Note, due to inability to access every element via a filter or action, an [IndieWeb theme](http://indieweb.org/WordPress/Themes) is recommended.
* Simple Location - adds basic location and weather support to WordPress posts


== Changelog ==

Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb).

= 4.0.0 =
* Remove Semantic Linkbacks recommendation
* Remove Microformats2 recommendation
* Update dependencies
* Refresh icons

= 3.4.7 =
* Update dependencies
* Refresh icons
Expand Down
1 change: 1 addition & 0 deletions static/svg/adminer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/svg/adonisjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/adp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/agora.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/airbyte.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/svg/ajv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/alchemy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/algorand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/alwaysdata.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/svg/amazonapigateway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0dce239

Please sign in to comment.