PluginProbe
Friends / 2.8.8
Friends v2.8.8
4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 2.9.2 All 87 releases
friends / plugins.json

plugins.json in Friends 2.8.8, at plugins.json

90 lines 9.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "friends-autoresolve-links": {
3 "name": "Friends Autoresolve Links",
4 "short_description": "Transform plaintext links of incoming content (especially t.co shortlinks) into rich(er) links.",
5 "more_info": "https://github.com/akirk/friends-autoresolve-links",
6 "author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
7 "slug": "friends-autoresolve-links",
8 "version": "1.1.0",
9 "trunk": "https://github.com/akirk/friends-autoresolve-links/archive/refs/tags/1.1.0.zip",
10 "download_link": "https://github.com/akirk/friends-autoresolve-links/archive/refs/tags/1.1.0.zip",
11 "last_updated": "2022-11-18",
12 "sections": {
13 "Description": "This plugin is meant to be used with the <a href=\"https://github.com/akirk/friends/\">Friends plugin</a>."
14 }
15 },
16 "friends-debugger": {
17 "name": "Friends Debugger",
18 "short_description": "Tooling for debugging the Friends Plugin more easily.",
19 "more_info": "https://github.com/akirk/friends-debugger",
20 "author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
21 "slug": "friends-debugger",
22 "version": "0.2",
23 "trunk": "https://github.com/akirk/friends-debugger/archive/refs/tags/0.2.zip",
24 "download_link": "https://github.com/akirk/friends-debugger/archive/refs/tags/0.2.zip",
25 "last_updated": "2023-06-13",
26 "sections": {
27 "Description": "This plugin outputs some more data and provides tools like a Feed Log."
28 }
29 },
30 "friends-parser-fraidyscrape": {
31 "name": "Friends Parser Fraidyscrape",
32 "short_description": "Use the Fraidyscrape extractor to view feeds for web sites that don't provide machine readable feeds.",
33 "more_info": "https://github.com/akirk/friends-parser-fraidyscrape",
34 "author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
35 "slug": "friends-parser-fraidyscrape",
36 "version": "1.3",
37 "trunk": "https://github.com/akirk/friends-parser-fraidyscrape/archive/refs/tags/1.3.zip",
38 "download_link": "https://github.com/akirk/friends-parser-fraidyscrape/archive/refs/tags/1.3.zip",
39 "last_updated": "2023-01-04",
40 "sections": {
41 "Description": "This is a PHP port of the JavaScript extractor Fraidyscrape to be used as a plugin for the <a href=\"https://wordpress.org/plugins/friends\">Friends Plugin</a> which can then be used to follow your friends on platforms that don't provide RSS feeds, or some news sites.<br/>\n<h4>Fraidyscrape</h4><br/>\nFraidyscrape is the rule-based HTML, JSON and TXT scraper - used in the<br/>\nmicro-famous, macro-fearful Web research tool <a href=\"https://fraidyc.at/\">Fraidycat</a>.<br/>\n<blockquote>It is presently quite a dark art to figure out. No one really knows what it does!</blockquote><br/>\nThis plugin is meant to be used with the <a href=\"https://github.com/akirk/friends/\">Friends plugin</a>.",
42 "Changelog": "<h4>1.3</h4><br/>\n- Update to the Feed_Parser_V2 interface.<br/>\n- Reduce required priviledges, see https://github.com/akirk/friends/pull/121.<br/>\n<h4>1.2</h4><br/>\n- Update for Friends 2.0"
43 }
44 },
45 "friends-parser-rss-bridge": {
46 "name": "Friends Parser RSS Bridge",
47 "short_description": "Use a local version of RSS-Bridge to view feeds for web sites that don't provide machine readable feeds.",
48 "more_info": "https://github.com/akirk/friends-parser-rss-bridge",
49 "author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
50 "slug": "friends-parser-rss-bridge",
51 "version": "1.3",
52 "trunk": "https://github.com/akirk/friends-parser-rss-bridge/archive/refs/tags/1.3.zip",
53 "download_link": "https://github.com/akirk/friends-parser-rss-bridge/archive/refs/tags/1.3.zip",
54 "last_updated": "2023-01-04",
55 "sections": {
56 "Description": "This parser is powered by the open source project <a href=\"https://github.com/RSS-Bridge/rss-bridge\">RSS Bridge</a> (resp. a very similar fork at <a href=\"https://github.com/akirk/rss-bridge\">akirk/rss-bridge</a>) and allows to parse many external services that don't provide RSS feeds, such as Skimfeed, Twitter, Bandcamp, Wikipedia and more.<br/>\nThe RSS Bridge project provides a set of \"bridges\" that overcome the gap between web sites' content and a machine readable format, such as RSS. This plugin extends the bridge into the WordPress world, especially to the <a href=\"https://wordpress.org/plugins/friends\">Friends Plugin</a> which can then be used to follow your friends on platforms that don't provide RSS feeds, or some news sites.<br/>\nThis plugin is meant to be used with the <a href=\"https://github.com/akirk/friends/\">Friends plugin</a>.",
57 "Changelog": "<h4>1.3</h4><br/>\n- Update for the Feed_Parser_V2 interface.<br/>\n- Reduce required priviledges, see https://github.com/akirk/friends/pull/121.<br/>\n<h4>1.2</h4><br/>\n- Update for Friends 2.0"
58 }
59 },
60 "friends-post-collection": {
61 "name": "Friends Post Collection",
62 "short_description": "Collect posts from around the web and create feeds.",
63 "more_info": "https://github.com/akirk/friends-post-collection",
64 "author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
65 "slug": "friends-post-collection",
66 "version": "1.2.1",
67 "trunk": "https://github.com/akirk/friends-post-collection/archive/refs/tags/1.2.1.zip",
68 "download_link": "https://github.com/akirk/friends-post-collection/archive/refs/tags/1.2.1.zip",
69 "last_updated": "2023-08-07",
70 "sections": {
71 "Description": "This plugin provides the facilities to store feed items in a separate post type. These can be used to create your own compliation of posts and re-publish them for friends.",
72 "Changelog": "<h4>1.2.1</h4><br/>\n- Fix UTF-8 problems with downloading external images<br/>\n<h4>1.2.0</h4><br/>\n- Add ability to activate and deactivate Post Collections ([#3])<br/>\n- Add the ability to copy a post ([#4])<br/>\n- Add the ability to download external images to the media library ([#5])<br/>\n<h4>1.1</h4><br/>\n- Reduce required priviledges, see https://github.com/akirk/friends/pull/121.<br/>\n<h4>1.0</h4><br/>\n- Add a feed option to fetch full content: Make use of Readability to get the contents of posts from the original URL (useful for excerpt feeds), either via a dropdown entry for each feed item, or for new entries in incoming feeds (checkbox in the feeds overview).<br/>\n<h4>0.8</h4><br/>\n- Update for Friends 2.0<br/>\n[#5]: https://github.com/akirk/friends-post-collection/pull/5<br/>\n[#4]: https://github.com/akirk/friends-post-collection/pull/4<br/>\n[#3]: https://github.com/akirk/friends-post-collection/pull/3"
73 }
74 },
75 "friends-send-to-e-reader": {
76 "name": "Friends Send to E-Reader",
77 "short_description": "Send new articles directly to your e-reader via e-mail or download the ePub.",
78 "more_info": "https://github.com/akirk/friends-send-to-e-reader",
79 "author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
80 "slug": "friends-send-to-e-reader",
81 "version": "0.8.1",
82 "trunk": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.1.zip",
83 "download_link": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.1.zip",
84 "last_updated": "2023-08-04",
85 "sections": {
86 "Description": "See the post <a href=\"https://wpfriends.at/2021/09/20/subscribing-to-rss-feeds-on-your-e-reader/\">Subscribing to RSS Feeds on your E-Reader using your own WordPress blog</a> for more details on how it works.<br/>\nThis plugin is meant to be used with the <a href=\"https://github.com/akirk/friends/\">Friends plugin</a>.",
87 "Changelog": "<h4>0.8.1</h4><br/>\n- Add a Download URL previewer ([#7])<br/>\n- Add the ability to mark an article as new ([#6])<br/>\n<h4>0.8.0</h4><br/>\n- Fix choking on invalid SVGs<br/>\n- Enable unsent posts for any author<br/>\n- Add the ability to download ePub through special URLs ([#5])<br/>\n<h4>0.7</h4><br/>\n- Fix multi-item dialog not popping up.<br/>\n<h4>0.6</h4><br/>\n- Remove MOBI support since Amazon now accepts EPubs by mail.<br/>\n- Introduce Reading Summaries: You can create a new draft posts from your sent articles so that you can easily post about them.<br/>\n- Remember which posts were already sent, enabling a \"Send x new posts to your e-reader\" button in the header.<br/>\n<h4>0.5</h4><br/>\n- Remember which posts were sent and allow sending just the new ones. [WIP display works, actual sending not yet]<br/>\n- Automatically send new posts every week. [WIP setting screen is there, saving setting and cron not yet]<br/>\n- Allow auto-creating of \"reading summary\" draft posts with link plus excerpt and room for your own comments.<br/>\n- New-style setting screen with separate screen for reading summaries.<br/>\n<h4>0.4</h4><br/>\n- Update for Friends 2.0<br/>\n<h4>0.3</h4><br/>\n- Allow downloading the ePub.<br/>\n- Theoretically add support for Tolino. Not functional because Thalia doesn't want to provide OAuth2 credentials.<br/>\n[#7]: https://github.com/akirk/friends-send-to-e-reader/pull/7<br/>\n[#6]: https://github.com/akirk/friends-send-to-e-reader/pull/6<br/>\n[#5]: https://github.com/akirk/friends-send-to-e-reader/pull/5"
88 }
89 }
90 }