summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2017-10-02 15:53:59 +0000
committerfox <[email protected]>2017-10-02 15:53:59 +0000
commitf91153408f3a281af4989e7071f0c1023850eafa (patch)
tree46709d22e09b405fb82951b68be2e648076e63cb
parent328abd6008b177812f2dad67cb2ee7f5cc7a9a62 (diff)
Update page 'MakingPlugins'
-rw-r--r--MakingPlugins.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/MakingPlugins.md b/MakingPlugins.md
index e36aacb..0e39a41 100644
--- a/MakingPlugins.md
+++ b/MakingPlugins.md
@@ -1,17 +1,17 @@
-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 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>.
-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.
+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 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>.
+Some javascript hooks are also available.
+
+Example plugins are available in the [attic](https://git.tt-rss.org/git/tt-rss-attic) and
+[samples](https://git.tt-rss.org/git/tt-rss-samples) repositores.