diff options
author | bobsmith <bobsmith432@tutanota.com> | 2022-09-15 10:15:08 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-09-19 17:07:59 +0200 |
commit | 2c9187584a383dc0623ea7dba02b0612e0a1e3b4 (patch) | |
tree | 3d68c8322f0b67b8b41c5a633c5b0f85539e8de8 /libkonq/PLUGINS.md | |
parent | 3c046e53b7000e1da993e75d1334457f7cac46f7 (diff) | |
download | tdebase-2c9187584a383dc0623ea7dba02b0612e0a1e3b4.tar.gz tdebase-2c9187584a383dc0623ea7dba02b0612e0a1e3b4.zip |
Change libkonq/PLUGINS and libkonq/SERVICEMENUS to Markdown format.
This resolves issue #290.
Signed-off-by: bobsmith <bobsmith432@tutanota.com>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'libkonq/PLUGINS.md')
-rw-r--r-- | libkonq/PLUGINS.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libkonq/PLUGINS.md b/libkonq/PLUGINS.md new file mode 100644 index 000000000..f89ca70ef --- /dev/null +++ b/libkonq/PLUGINS.md @@ -0,0 +1,20 @@ +Menu Plugins +============ + +Thus file explains how to add plugins into the konqpopupmenu +used by konqueror and kdesktop. + +Why +--- + +Why do we need this kind of functionality? We do have SERVICEMENUS. +A plugin can be much more dynamic. If you want to add features that +are runtime specific or need some interaction with different things +a plugin comes in handy. + +How +--- + +Please look at *no_location* to get the latest plugin template. + +Holger Freyther 30th October 2001 |