-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
43 lines (27 loc) · 1.56 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== Pretty RSS Feeds ===
Contributors: lastsplash
Tags: rss, feed, feeds
Requires at least: 6.0
Tested up to: 6.5.4
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Transforms the in-browser view of feeds to make them user-friendly.
== Description ==
This plugin improves the default in-browser view of feeds to make them user-friendly. It makes it easier for human readers and adds a link to [Aboutfeeds.com](https://aboutfeeds.com/) to introduce new users to feeds.
The plugin uses `pretty-feed.xsl` to transform the feeds.
== Installation ==
Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= How does this work? =
It adds a stylesheet to apply a visual transformation to the default feed view. The stylesheet adjusts the default in-browser feed view to provide information about what a feed is and how they work.
= Are there any limitations? =
From the developer of the `pretty-feed` stylesheet:
> Styling the feed *prevents* the browser from automatically opening a newsreader application. This is a trade off, but it's a benefit to new users who won't have a newsreader installed, and they are saved from seeing or downloaded obscure XML content. For existing newsreader users, they will know to copy-and-paste the feed URL, and they get the benefit of an in-browser feed preview.
== Screenshots ==
1. An example of the styled feed after installing this plugin
2. An example of how the feed is rendered without this plugin
== Changelog ==
= 1.0.0 =
* Initial release