summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-24 08:39:12 +0300
committerAndrew Dolgov <[email protected]>2017-04-24 08:39:12 +0300
commitf67976c56c5b7e2eeda4400d3a6adfa4c71d03e0 (patch)
tree2c81f159b9c17435f4dd0372d7388d4571932e1e
parent3c08bd42712a329651a625be501a1ffe03f74e7c (diff)
fox deleted page: HowToContribute
-rw-r--r--MakingPlugins.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/MakingPlugins.md b/MakingPlugins.md
index 0eb8dc6..e36aacb 100644
--- a/MakingPlugins.md
+++ b/MakingPlugins.md
@@ -3,24 +3,15 @@ Making plugins
Sorry, plugin API documentation is not written yet. You can use example
plugins bundled with tt-rss and other finished plugins as a starting
-point. Ask on the [forums](http://tt-rss.org/forum/viewforum.php?f=22)
-if you need help.
+point. Ask on the forums if you need help with anything specific.
Plugins may render new preference panes or embed themselves into several
existing one, store data using simple key -\> value data or directly in
the database, modify how articles are rendered, alter feed data, and
many more things.
-List of hooks you can use is available in
-<code>classes/pluginhost.php</code>.
-
-Due to API changes in version:1.7.9 your plugin will need to be updated,
-please see [this
-thread](http://tt-rss.org/forum/viewtopic.php?f=1&t=1859&p=9279#p9279)
-for more
+List of hooks you can use is available in <code>classes/pluginhost.php</code>.
+Some javascript hooks are also available.
Example plugins are available in the [attic](/git/tt-rss-attic.git) and
[samples](/git/tt-rss-samples.git) repositores.
-
-Javascript hooks are available since version:1.7.9, see here:
-http://tt-rss.org/forum/viewtopic.php?f=10&t=1924&p=9796\#p9714