mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null)
This commit is contained in:
@@ -5,7 +5,7 @@ class Af_Comics extends Plugin {
|
||||
private $filters = array();
|
||||
|
||||
function about() {
|
||||
return array(2.0,
|
||||
return array(null,
|
||||
"Fixes RSS feeds of assorted comic strips",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ class Af_Fsckportal extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Remove feedsportal spamlinks from article content",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ class Af_Proxy_Http extends Plugin {
|
||||
private $cache;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Loads media served over plain HTTP via built-in secure proxy",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ class Af_Psql_Trgm extends Plugin {
|
||||
private $default_min_length = 32;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Marks similar articles as read (requires pg_trgm)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ class Af_Readability extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Try to inline article content using Readability",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ class Af_RedditImgur extends Plugin {
|
||||
private $fallback_preview_urls = [];
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Inline images (and other content) in Reddit RSS feeds",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Af_Unburn extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Resolves feedburner and similar feed redirector URLs (requires CURL)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Af_Youtube_Embed extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Embed videos in Youtube RSS feeds (and whitelist Youtube iframes)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Af_Zz_NoAutoPlay extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Don't autoplay HTML5 videos",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Af_Zz_VidMute extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Mute audio in HTML5 videos",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ class Auth_Internal extends Auth_Base {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Authenticates against internal tt-rss database",
|
||||
"fox",
|
||||
true);
|
||||
|
||||
@@ -4,7 +4,7 @@ class Auth_Remote extends Auth_Base {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Authenticates against remote password (e.g. supplied by Apache)",
|
||||
"fox",
|
||||
true);
|
||||
|
||||
@@ -5,7 +5,7 @@ class Auto_Assign_Labels extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Assign labels automatically based on article title, content, and tags",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Bookmarklets extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Easy feed subscription and web page sharing using bookmarklets",
|
||||
"fox",
|
||||
false,
|
||||
|
||||
@@ -8,7 +8,7 @@ class Cache_Starred_Images extends Plugin {
|
||||
private $max_cache_attempts = 5; // per-article
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Automatically cache media files in Starred articles",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ class Close_Button extends Plugin {
|
||||
}
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Adds a button to close article panel",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Hotkeys_Force_Top extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Force open article to the top",
|
||||
"itsamenathan");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Hotkeys_Noscroll extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"n/p (and up/down) hotkeys move between articles without scrolling",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ class Hotkeys_Swap_JK extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Swap j and k hotkeys (for vi brethren)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ class Mail extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Share article via email",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class MailTo extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Share article via email (using mailto: links, invoking your mail client)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class No_Iframes extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Remove embedded iframes (unless whitelisted)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class No_Title_Counters extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Remove counters from window title (prevents tab flashing on new articles)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class No_URL_Hashes extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Disable URL hash usage (e.g. #f=10, etc)",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ class Note extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Adds support for setting article notes",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class NSFW extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Hide article content based on tags",
|
||||
"fox",
|
||||
false);
|
||||
|
||||
@@ -21,7 +21,7 @@ class Scored_Oldest_First extends Plugin {
|
||||
}
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Consider article score while sorting by oldest first",
|
||||
"fox",
|
||||
false,
|
||||
|
||||
@@ -3,7 +3,7 @@ class Share extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Share article by unique URL",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ class Shorten_Expanded extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Shorten overly long articles in CDM/expanded",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ class Toggle_Sidebar extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Adds a main toolbar button to toggle sidebar",
|
||||
"fox");
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ class VF_Shared extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(1.0,
|
||||
return array(null,
|
||||
"Feed for all articles actively shared by URL",
|
||||
"fox",
|
||||
false);
|
||||
|
||||
Reference in New Issue
Block a user