Skip to content

Commit 69ad31c

Browse files
committed
change author
1 parent 2f3bb20 commit 69ad31c

4 files changed

Lines changed: 225 additions & 226 deletions

File tree

languages/mf2-feed.pot

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# Copyright (C) 2019 Matthias Pfefferle
1+
# Copyright (C) 2020 WordPress Outreach Club
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: MF2 Feed 3.0.0\n"
6-
"Report-Msgid-Bugs-To: "
7-
"https://wordpress.org/support/plugin/wordpress-mf2-feed\n"
8-
"POT-Creation-Date: 2019-12-30 03:38:36+00:00\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mf2-feed\n"
7+
"POT-Creation-Date: 2020-01-20 08:46:48+00:00\n"
98
"MIME-Version: 1.0\n"
109
"Content-Type: text/plain; charset=utf-8\n"
1110
"Content-Transfer-Encoding: 8bit\n"
12-
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
1312
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1413
"Language-Team: LANGUAGE <LL@li.org>\n"
15-
"X-Generator: grunt-wp-i18n 1.0.3\n"
14+
"X-Generator: grunt-wp-i18n1.0.2\n"
1615

1716
#. Plugin Name of the plugin/theme
1817
msgid "MF2 Feed"
@@ -27,9 +26,9 @@ msgid "Adds a Microformats2 JSON feed for every entry"
2726
msgstr ""
2827

2928
#. Author of the plugin/theme
30-
msgid "Matthias Pfefferle"
29+
msgid "WordPress Outreach Club"
3130
msgstr ""
3231

3332
#. Author URI of the plugin/theme
34-
msgid "https://notiz.blog/"
33+
msgid "https://indieweb.org/WordPress_Outreach_Club"
3534
msgstr ""

mf2-feed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* Plugin URI: http://github.com/indieweb/wordpress-mf2-feed/
55
* Description: Adds a Microformats2 JSON feed for every entry
66
* Version: 3.0.0
7-
* Author: Matthias Pfefferle
8-
* Author URI: https://notiz.blog/
7+
* Author: WordPress Outreach Club
8+
* Author URI: https://indieweb.org/WordPress_Outreach_Club
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: mf2-feed

readme.md

Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,108 @@
1-
# MF2 Feeds #
2-
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle), [dshanske](https://profiles.wordpress.org/dshanske), [indieweb](https://profiles.wordpress.org/indieweb)
3-
**Donate link:** https://notiz.blog/donate/
4-
**Tags:** microformats, mf2, jf2, rel-alternate, indieweb
5-
**Requires at least:** 5.2
6-
**Tested up to:** 5.3.2
7-
**Stable tag:** 3.0.0
8-
**Requires PHP:** 5.6
9-
**License:** MIT
10-
**License URI:** http://opensource.org/licenses/MIT
11-
12-
Add Microformats2 Feeds for WordPress
13-
14-
## Description ##
15-
16-
Provides a [Microformats2 JSON](http://microformats.org/wiki/microformats2-parsing) "Feed" for every WordPress URL, and helps to allow other sites to get pre-parsed [Microformats-JSON](https://indieweb.org/jf2) even if the theme
17-
does not support Microformats2.
18-
19-
[Microformats2](https://indieweb.org/microformats) are a key [building-block](https://indieweb.org/Category:building-blocks) of the IndieWeb, but it is very hard (if not impossible) to get Microformats2 as a core feature for all WordPress themes. There are several themes that are supporting Microformats2, but everyone should choose his prefered theme and should not be limited to use one of the [few community themes](https://indieweb.org/WordPress/Themes). After [a lot of discussions](https://github.com/indieweb/wordpress-uf2/issues/30) and some different plugin approaches, we are trying to provide an alternate ([`rel=altenate`](https://indieweb.org/rel-alternate)) representation of the microformatted HTML.
20-
21-
The plugin is inspired by the URL design of [p3k](https://github.com/aaronpk/p3k) of [@aaronpk](https://github.com/aaronpk).
22-
23-
p3k Example:
24-
25-
* Original: <https://aaronparecki.com/2018/07/30/18/xray-updates>
26-
* Microformats2 JSON: <https://aaronparecki.com/2018/07/30/18/xray-updates.json>
27-
* JF2: <https://aaronparecki.com/2018/07/30/18/xray-updates.jf2>
28-
29-
WordPress Example:
30-
31-
* Original: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/>
32-
* Microformats2 JSON: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/mf2>
33-
* JF2: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/jf2>
34-
35-
## FAQ ##
36-
37-
### What are Microformats 2? ###
38-
39-
Microformats are a simple way to markup structured information in HTML using classes. WordPress incorporates some classic Microformats. Microformats 2 supersedes classic microformats.
40-
41-
## Installation ##
42-
43-
Follow the normal instructions for [installing WordPress plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
44-
45-
### Automatic Plugin Installation ###
46-
47-
To add a WordPress Plugin using the [built-in plugin installer](https://codex.wordpress.org/Administration_Screens#Add_New_Plugins):
48-
49-
1. Go to [Plugins](https://codex.wordpress.org/Administration_Screens#Plugins) > [Add New](https://codex.wordpress.org/Plugins_Add_New_Screen).
50-
1. Type "`mf2-feed`" into the **Search Plugins** box.
51-
1. Find the WordPress Plugin you wish to install.
52-
1. Click **Details** for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
53-
1. Click **Install Now** to install the WordPress Plugin.
54-
1. The resulting installation screen will list the installation as successful or note any problems during the install.
55-
1. If successful, click **Activate Plugin** to activate it, or **Return to Plugin Installer** for further actions.
56-
57-
### Manual Plugin Installation ###
58-
59-
There are a few cases when manually installing a WordPress Plugin is appropriate.
60-
61-
* If you wish to control the placement and the process of installing a WordPress Plugin.
62-
* If your server does not permit automatic installation of a WordPress Plugin.
63-
* If you want to try the [latest development version](https://github.com/indieweb/wordpress-mf2-feed).
64-
65-
Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.
66-
67-
Backup your site completely before proceeding.
68-
69-
To install a WordPress Plugin manually:
70-
71-
* Download your WordPress Plugin to your desktop.
72-
* Download from [the WordPress directory](https://wordpress.org/plugins/mf2-feed/)
73-
* Download from [GitHub](https://github.com/indieweb/wordpress-mf2-feed/releases)
74-
* If downloaded as a zip archive, extract the Plugin folder to your desktop.
75-
* With your FTP program, upload the Plugin folder to the `wp-content/plugins` folder in your WordPress directory online.
76-
* Go to [Plugins screen](https://codex.wordpress.org/Administration_Screens#Plugins) and find the newly uploaded Plugin in the list.
77-
* Click **Activate** to activate it.
78-
79-
## Changelog ##
80-
81-
Project actively developed on Github at [indieweb/wordpress-mf2-feed](https://github.com/indieweb/wordpress-mf2-feed). Please file support issues there.
82-
83-
### 3.0.0 ###
84-
* Refactored to match the configuration of feeds built into WordPress
85-
* Bumped PHP Version requirement to PHP5.6 to match WordPress 5.3
86-
* Bumped minimum WordPress version to 5.2 as this allows for the version of get_content that includes a $post parameter
87-
* Fixed incorrect PHPCS configuration
88-
* Enabled JSON Pretty Print by default as originally disabled due a PHP5.4 requirement
89-
* Changed Post Item Generation Class to use WordPress functions instead of directly accessing the data where applicable
90-
* Adjusted jf2 feed to comply with jf2feed spec (https://jf2.spec.indieweb.org/#jf2feed)
91-
92-
### 2.1.0 ###
93-
94-
* Fixed JSON output
95-
* Fixed "flush rewrite rules" again
96-
97-
### 2.0.1 ###
98-
99-
* Fixed "flush rewrite rules"
100-
* Added filter to extend the mf2/jf2 data
101-
102-
### 2.0.0 ###
103-
104-
* Complete re-write to match the latest ideas of rel-alternate: https://github.com/indieweb/wordpress-uf2/issues/38
105-
106-
### 1.0.0 ###
107-
108-
* Initial plugin
1+
# MF2 Feeds #
2+
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle), [dshanske](https://profiles.wordpress.org/dshanske), [indieweb](https://profiles.wordpress.org/indieweb)
3+
**Donate link:** https://opencollective.com/indieweb
4+
**Tags:** microformats, mf2, jf2, rel-alternate, indieweb
5+
**Requires at least:** 5.2
6+
**Tested up to:** 5.3.2
7+
**Stable tag:** 3.0.0
8+
**Requires PHP:** 5.6
9+
**License:** MIT
10+
**License URI:** http://opensource.org/licenses/MIT
11+
12+
Add Microformats2 Feeds for WordPress
13+
14+
## Description ##
15+
16+
Provides a [Microformats2 JSON](http://microformats.org/wiki/microformats2-parsing) "Feed" for every WordPress URL, and helps to allow other sites to get pre-parsed [Microformats-JSON](https://indieweb.org/jf2) even if the theme
17+
does not support Microformats2.
18+
19+
[Microformats2](https://indieweb.org/microformats) are a key [building-block](https://indieweb.org/Category:building-blocks) of the IndieWeb, but it is very hard (if not impossible) to get Microformats2 as a core feature for all WordPress themes. There are several themes that are supporting Microformats2, but everyone should choose his prefered theme and should not be limited to use one of the [few community themes](https://indieweb.org/WordPress/Themes). After [a lot of discussions](https://github.com/indieweb/wordpress-uf2/issues/30) and some different plugin approaches, we are trying to provide an alternate ([`rel=altenate`](https://indieweb.org/rel-alternate)) representation of the microformatted HTML.
20+
21+
The plugin is inspired by the URL design of [p3k](https://github.com/aaronpk/p3k) of [@aaronpk](https://github.com/aaronpk).
22+
23+
p3k Example:
24+
25+
* Original: <https://aaronparecki.com/2018/07/30/18/xray-updates>
26+
* Microformats2 JSON: <https://aaronparecki.com/2018/07/30/18/xray-updates.json>
27+
* JF2: <https://aaronparecki.com/2018/07/30/18/xray-updates.jf2>
28+
29+
WordPress Example:
30+
31+
* Original: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/>
32+
* Microformats2 JSON: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/mf2>
33+
* JF2: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/jf2>
34+
35+
## FAQ ##
36+
37+
### What are Microformats 2? ###
38+
39+
Microformats are a simple way to markup structured information in HTML using classes. WordPress incorporates some classic Microformats. Microformats 2 supersedes classic microformats.
40+
41+
## Installation ##
42+
43+
Follow the normal instructions for [installing WordPress plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
44+
45+
### Automatic Plugin Installation ###
46+
47+
To add a WordPress Plugin using the [built-in plugin installer](https://codex.wordpress.org/Administration_Screens#Add_New_Plugins):
48+
49+
1. Go to [Plugins](https://codex.wordpress.org/Administration_Screens#Plugins) > [Add New](https://codex.wordpress.org/Plugins_Add_New_Screen).
50+
1. Type "`mf2-feed`" into the **Search Plugins** box.
51+
1. Find the WordPress Plugin you wish to install.
52+
1. Click **Details** for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
53+
1. Click **Install Now** to install the WordPress Plugin.
54+
1. The resulting installation screen will list the installation as successful or note any problems during the install.
55+
1. If successful, click **Activate Plugin** to activate it, or **Return to Plugin Installer** for further actions.
56+
57+
### Manual Plugin Installation ###
58+
59+
There are a few cases when manually installing a WordPress Plugin is appropriate.
60+
61+
* If you wish to control the placement and the process of installing a WordPress Plugin.
62+
* If your server does not permit automatic installation of a WordPress Plugin.
63+
* If you want to try the [latest development version](https://github.com/indieweb/wordpress-mf2-feed).
64+
65+
Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.
66+
67+
Backup your site completely before proceeding.
68+
69+
To install a WordPress Plugin manually:
70+
71+
* Download your WordPress Plugin to your desktop.
72+
* Download from [the WordPress directory](https://wordpress.org/plugins/mf2-feed/)
73+
* Download from [GitHub](https://github.com/indieweb/wordpress-mf2-feed/releases)
74+
* If downloaded as a zip archive, extract the Plugin folder to your desktop.
75+
* With your FTP program, upload the Plugin folder to the `wp-content/plugins` folder in your WordPress directory online.
76+
* Go to [Plugins screen](https://codex.wordpress.org/Administration_Screens#Plugins) and find the newly uploaded Plugin in the list.
77+
* Click **Activate** to activate it.
78+
79+
## Changelog ##
80+
81+
Project actively developed on Github at [indieweb/wordpress-mf2-feed](https://github.com/indieweb/wordpress-mf2-feed). Please file support issues there.
82+
83+
### 3.0.0 ###
84+
* Refactored to match the configuration of feeds built into WordPress
85+
* Bumped PHP Version requirement to PHP5.6 to match WordPress 5.3
86+
* Bumped minimum WordPress version to 5.2 as this allows for the version of get_content that includes a $post parameter
87+
* Fixed incorrect PHPCS configuration
88+
* Enabled JSON Pretty Print by default as originally disabled due a PHP5.4 requirement
89+
* Changed Post Item Generation Class to use WordPress functions instead of directly accessing the data where applicable
90+
* Adjusted jf2 feed to comply with jf2feed spec (https://jf2.spec.indieweb.org/#jf2feed)
91+
92+
### 2.1.0 ###
93+
94+
* Fixed JSON output
95+
* Fixed "flush rewrite rules" again
96+
97+
### 2.0.1 ###
98+
99+
* Fixed "flush rewrite rules"
100+
* Added filter to extend the mf2/jf2 data
101+
102+
### 2.0.0 ###
103+
104+
* Complete re-write to match the latest ideas of rel-alternate: https://github.com/indieweb/wordpress-uf2/issues/38
105+
106+
### 1.0.0 ###
107+
108+
* Initial plugin

0 commit comments

Comments
 (0)