]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/import_export/import_export.php
add -list-plugins option; about sections to plugins
[tt-rss.git] / plugins / import_export / import_export.php
index 7a843c45bab4bb76dcb0121273983779af5e422c..68597978b1fd648cfda1e82bf91cd34bfd5b2098 100644 (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);