diff options
author | bobsmith <[email protected]> | 2022-09-15 10:15:08 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-09-20 18:16:03 +0200 |
commit | cf0b1d009647fcaa9044d167c76fe1c9fdb10b7e (patch) | |
tree | 41dfd67dcc962303bdfa1d9ea0ef3073fa671ae4 /libkonq/PLUGINS.md | |
parent | 98b1240a7c1501507064091e01f5aa4d6d081f62 (diff) | |
download | tdebase-cf0b1d009647fcaa9044d167c76fe1c9fdb10b7e.tar.gz tdebase-cf0b1d009647fcaa9044d167c76fe1c9fdb10b7e.zip |
Change libkonq/PLUGINS and libkonq/SERVICEMENUS to Markdown format.
This resolves issue #290.
Signed-off-by: bobsmith <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2c9187584a383dc0623ea7dba02b0612e0a1e3b4)
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 |