1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:05:56 +00:00

add -list-plugins option; about sections to plugins

This commit is contained in:
Andrew Dolgov
2012-12-24 15:39:42 +04:00
parent 6b31c9f2fb
commit 7a866114e1
18 changed files with 112 additions and 1 deletions

View File

@@ -12,6 +12,12 @@ class Import_Export extends Plugin implements IHandler {
$host->add_command("xml-import", "USER FILE: import articles from XML", $this);
}
function _about() {
return array(1.0,
"Imports and exports user data using a neutral XML format",
"fox");
}
function xml_import($args) {
array_shift($args);