From 0659cc445384a3c5bf2f639e7e795cf99a40bd16 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 16 Dec 2014 20:09:14 +0200 Subject: [PATCH] PluginDownloader: improve README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit featuring ~~faked~~ log of installing Wikipedia plugin. [CI SKIP] --- plugins/PluginDownloader/README.md | 38 +++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/plugins/PluginDownloader/README.md b/plugins/PluginDownloader/README.md index d667ae887..5a6fdfad4 100644 --- a/plugins/PluginDownloader/README.md +++ b/plugins/PluginDownloader/README.md @@ -1 +1,37 @@ -This plugin allows you to quickly download and install a plugin from other repositories. \ No newline at end of file +This plugin allows you to quickly download and install a plugin from other repositories. + +Usage +===== + +First start by using the `plugindownloader repolist` command to see the +available repositories. + +To see the plugins inside repository, use command +`plugindownloader repolist ` + +When you see anything interesting, you can use +`plugindownloader info ` to see what the plugin is +for. + +And finally to install the plugin, +`plugindownloader install `. + +Examples +-------- + +``` +< Mikaela> @load PluginDownloader +< Limnoria> Ok. +< Mikaela> @plugindownloader repolist +< Limnoria> Antibody, GLolol, Hoaas, Iota, ProgVal, SpiderDave, boombot, code4lib, code4lib-edsu, code4lib-snapshot, doorbot, frumious, jonimoose, mailed-notifier, mtughan-weather, nanotube-bitcoin, nyuszika7h, nyuszika7h-old, pingdom, quantumlemur, resistivecorpse, scrum, skgsergio, stepnem +< Mikaela> @plugindownloader repolist ProgVal +< Limnoria> AttackProtector, AutoTrans, Biography, Brainfuck, ChannelStatus, Cleverbot, Coffee, Coinpan, Debian, ERepublik, Eureka, Fortune, GUI, GitHub, Glob2Chan, GoodFrench, I18nPlaceholder, IMDb, IgnoreNonVoice, Iwant, Kickme, LimnoriaChan, LinkRelay, ListEmpty, Listener, Markovgen, MegaHAL, MilleBornes, NoLatin1, NoisyKarma, OEIS, PPP, PingTime, Pinglist, RateLimit, Rbls, Redmine, Scheme, Seeks, (1 more message) +< Mikaela> more +< Limnoria> SilencePlugin, StdoutCapture, Sudo, SupyML, SupySandbox, TWSS, Trigger, Trivia, Twitter, TwitterStream, Untiny, Variables, WebDoc, WebLogs, WebStats, Website, WikiTrans, Wikipedia, WunderWeather +< Mikaela> @plugindownloader info ProgVal Wikipedia +< Limnoria> Grabs data from Wikipedia. +< Mikaela> @plugindownloader install ProgVal Wikipedia +< Limnoria> Ok. +< Mikaela> @load Wikipedia +< Limnoria> Ok. +```