From 9f6a6defad54fa248db5b5bc8088ad66573324a7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 27 Mar 2011 18:00:10 -0600 Subject: [PATCH] ... --- src/calibre/manual/creating_plugins.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/manual/creating_plugins.rst b/src/calibre/manual/creating_plugins.rst index 5eefffae9f..dd62e4e416 100644 --- a/src/calibre/manual/creating_plugins.rst +++ b/src/calibre/manual/creating_plugins.rst @@ -49,7 +49,8 @@ A User Interface plugin ------------------------- This plugin will be spread over a few files (to keep the code clean). It will show you how to get resources -(images or data files) from the plugin zip file, how to create elements in the |app| user interface and how to access +(images or data files) from the plugin zip file, allow users to configure your plugin, +how to create elements in the |app| user interface and how to access and query the books database in |app|. You can download this plugin from `interface_demo_plugin.zip `_