From a6b5a69612f4dd744be20c326152a9d892150f98 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 3 Jan 2013 17:14:02 +0100 Subject: seperate api into several components --- docs/plugins/base_plugin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/base_plugin.rst b/docs/plugins/base_plugin.rst index f6813cf40..3e1d5f952 100644 --- a/docs/plugins/base_plugin.rst +++ b/docs/plugins/base_plugin.rst @@ -18,7 +18,7 @@ An overview of acceptable values can be found in :class:`Base ` and :class:`Crypter ` +Additionally :class:`Crypter ` and :class:`Hoster ` needs to have a specific regexp [2]_ ``__pattern__``. This will be matched against input url's and if a suited plugin is found it is selected to handle the url. @@ -37,7 +37,7 @@ How a basic hoster plugin header could look like:: __description__ = _("Short description of the plugin") __long_description = _("""An even longer description is not needed for hoster plugins, - but the hook plugin should have it, so the users know what they are doing.""") + but an addon plugin should have it, so the users know what it is doing.""") In future examples the meta data will be left out, but remember it's required in every plugin! -- cgit v1.2.3