-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathplugins.json
118 lines (118 loc) · 13 KB
/
plugins.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"friends-autoresolve-links": {
"name": "Friends Autoresolve Links",
"short_description": "Transform plaintext links of incoming content (especially t.co shortlinks) into rich(er) links.",
"more_info": "https://github.com/akirk/friends-autoresolve-links",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-autoresolve-links",
"version": "1.1.0",
"trunk": "https://github.com/akirk/friends-autoresolve-links/archive/refs/tags/1.1.0.zip",
"download_link": "https://github.com/akirk/friends-autoresolve-links/archive/refs/tags/1.1.0.zip",
"last_updated": "2022-11-18",
"sections": {
"Description": "This plugin is meant to be used with the <a href=\"https://github.com/akirk/friends/\">Friends plugin</a>."
}
},
"friends-debugger": {
"name": "Friends Debugger",
"short_description": "Tooling for debugging the Friends Plugin more easily.",
"more_info": "https://github.com/akirk/friends-debugger",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-debugger",
"version": "0.2",
"trunk": "https://github.com/akirk/friends-debugger/archive/refs/tags/0.2.zip",
"download_link": "https://github.com/akirk/friends-debugger/archive/refs/tags/0.2.zip",
"last_updated": "2025-01-16",
"sections": {
"Description": "This plugin outputs some more data and provides tools like a Feed Log."
}
},
"friends-mastodon-like-interface": {
"name": "friends-mastodon-like-interface",
"short_description": "how the Friends status posts in a UI like Mastodon.",
"more_info": "https://github.com/akirk/friends-mastodon-like-interface",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-mastodon-like-interface",
"version": "0.3",
"trunk": "https://github.com/akirk/friends-mastodon-like-interface/archive/refs/tags/0.3.zip",
"download_link": "https://github.com/akirk/friends-mastodon-like-interface/archive/refs/tags/0.3.zip",
"last_updated": "2024-11-29",
"sections": []
},
"friends-parser-fraidyscrape": {
"name": "Friends Parser Fraidyscrape",
"short_description": "Use the Fraidyscrape extractor to view feeds for web sites that don't provide machine readable feeds.",
"more_info": "https://github.com/akirk/friends-parser-fraidyscrape",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-parser-fraidyscrape",
"version": "1.3",
"trunk": "https://github.com/akirk/friends-parser-fraidyscrape/archive/refs/tags/1.3.zip",
"download_link": "https://github.com/akirk/friends-parser-fraidyscrape/archive/refs/tags/1.3.zip",
"last_updated": "2024-11-19",
"sections": {
"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>.",
"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"
}
},
"friends-parser-rss-bridge": {
"name": "Friends Parser RSS Bridge",
"short_description": "Use a local version of RSS-Bridge to view feeds for web sites that don't provide machine readable feeds.",
"more_info": "https://github.com/akirk/friends-parser-rss-bridge",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-parser-rss-bridge",
"version": "1.3",
"trunk": "https://github.com/akirk/friends-parser-rss-bridge/archive/refs/tags/1.3.zip",
"download_link": "https://github.com/akirk/friends-parser-rss-bridge/archive/refs/tags/1.3.zip",
"last_updated": "2023-01-04",
"sections": {
"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>.",
"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"
}
},
"friends-post-collection": {
"name": "Friends Post Collection",
"short_description": "Collect posts from around the web and create feeds.",
"more_info": "https://github.com/akirk/friends-post-collection",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-post-collection",
"version": "1.2.4",
"trunk": "https://github.com/akirk/friends-post-collection/archive/refs/tags/1.2.4.zip",
"download_link": "https://github.com/akirk/friends-post-collection/archive/refs/tags/1.2.4.zip",
"last_updated": "2025-01-16",
"sections": {
"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.",
"Changelog": "<h4>1.2.4</h4><br/>\n- Update Share button to the new Friends styling<br/>\n<h4>1.2.3</h4><br/>\n- Supply post collections to the Friends browser extension<br/>\n- Add site configs to allow storing Youtube videos<br/>\n<h4>1.2.2</h4><br/>\n- Switch the readability library to https://github.com/fivefilters/readability.php<br/>\n- Prevent wpautop to insert newlines where undesired<br/>\n<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"
}
},
"friends-send-to-e-reader": {
"name": "Friends Send to E-Reader",
"short_description": "Send new articles directly to your e-reader via e-mail or download the ePub.",
"more_info": "https://github.com/akirk/friends-send-to-e-reader",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"slug": "friends-send-to-e-reader",
"version": "0.8.4",
"trunk": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.4.zip",
"download_link": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.4.zip",
"last_updated": "2025-01-05",
"sections": {
"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>.",
"Changelog": "<h4>0.8.4</h4><br/>\n- Allow creating books via bulk edit ([#13])<br/>\n- Fixed a bug where a non-existant image could cause the rest of the document to be a link<br/>\n- Enable the URL GET parameter on any page<br/>\n- One more fix for empty titles in posts<br/>\n<h4>0.8.3</h4><br/>\n- Try harder to ensure the title is not empty ([#12])<br/>\n<h4>0.8.2</h4><br/>\n- Ensure the title is not empty ([#11])<br/>\n- Improve the Reading Summary function ([#9])<br/>\n<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[#12]: https://github.com/akirk/friends-send-to-e-reader/pull/12<br/>\n[#11]: https://github.com/akirk/friends-send-to-e-reader/pull/11<br/>\n[#9]: https://github.com/akirk/friends-send-to-e-reader/pull/9<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"
}
},
"alquimidia-fedipress": {
"name": "FediPress",
"short_description": "Plugin Wordpress para customizar plugin Friends",
"more_info": "https://github.com/alquimidia/fedipress",
"author": "<a href=\"https://github.com/alquimidia\">alquimidia</a>",
"slug": "alquimidia-fedipress",
"version": "v1.0.0",
"trunk": "https://api.github.com/repos/alquimidia/fedipress/zipball/v1.0.0",
"download_link": "https://api.github.com/repos/alquimidia/fedipress/zipball/v1.0.0",
"last_updated": "2024-12-26",
"sections": {
"Overview": "<h2>FediPress</h2><br/>\nWordpress Plugin to customize <a href=\"https://github.com/akirk/friends\">Friends Plugin</a> feed.<br/>\n- Tested in WordPress up to: 6.7<br/>\n- License: GPL-3<br/>\nFediPress sets some sidebar widgets fixed and publishes made in form are public by default.<br/>\n<img src=\"https://raw.githubusercontent.com/alquimidia/fedipress/HEAD//img/sidebar.png\" alt=\"alt text\"/>",
"Instalation": "**You must have the Friends plugin installed<br/>\n1. Upload the fedipress directory to the <tt>wp-content/plugins/</tt> directory<br/>\n2. Activate the plugin through the 'Plugins' menu in WordPress<br/>\n3. Go to <strong><em>Friends > Settings</em></strong> and choose the FediPress in <strong>the Main Theme</strong> selection area",
"Sponsorship ": "The FediPress theme was developed by the Pont\u00e3o de Cultura Digital e M\u00eddia Livre project of the Network of <a href=\"https://colaborativas.net/\">Collaborative Cultural Producers</a>, approved in public selection notice n\u00ba 09 - MinC/SCDC - TCC \u2013 cultural commitment term - n\u00ba 951140/2023, under the coordination of <a href=\"https://skarnio.tv/\">Thiago Sk\u00e1rnio</a>, from <a href=\"http://alquimidia.org/\">Associa\u00e7\u00e3o Alquim\u00eddia</a>, programmed by <a href=\"https://github.com/liviacarolgouvea/\">@liviacarolgouvea</a> and designed by Rafael Gonzaga from Ag\u00eancia Ganesha.**"
}
}
}