1
0
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:
Andrew Dolgov
2021-03-01 12:11:42 +03:00
parent 1e6973307c
commit 20a844085f
32 changed files with 86 additions and 37 deletions

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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);

View File

@@ -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);

View File

@@ -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");
}

View File

@@ -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,

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -5,7 +5,7 @@ class Mail extends Plugin {
private $host;
function about() {
return array(1.0,
return array(null,
"Share article via email",
"fox");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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);

View File

@@ -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,

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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");
}

View File

@@ -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);