summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-31 06:44:35 +0000
committerfox <[email protected]>2018-08-31 06:44:35 +0000
commit7e0b86e69c8ca3a56f4ba56404eb4befee2ec105 (patch)
tree937a99654028dd7abb20b00d3e46d2e89de2d29f
parentbb25f2f2cf2285ee3db3eddfab4f9f8b2a442cff (diff)
Update page 'Plugins'
-rw-r--r--Plugins.md43
1 files changed, 14 insertions, 29 deletions
diff --git a/Plugins.md b/Plugins.md
index 0d91de5..10e56b2 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -16,37 +16,25 @@ comma-separated list of enabled system plugins, i.e.
define('PLUGINS', 'updater, digest, auth_remote, auth_internal');
```
-Installation of plugins is as simple as copying a folder into the
-```plugins.local``` folder of your tt-rss and then activating (via a checkbox) it
-in the settings panel.
+### Notes
-If you add a user plugin to <code>PLUGINS</code> this will force enable
-it for all users.
+- System plugins are always enabled for all users.
+- If multiple search plugins are loaded, only the first one is used.
+- If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins).
-Themes and plugins are also available on the [forums](https://discourse.tt-rss.org/c/tiny-tiny-rss/themes-and-plugins).
+See also: [attic](https://git.tt-rss.org/git/tt-rss-attic) and [samples](https://git.tt-rss.org/git/tt-rss-samples) repositories.
-If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins).
+### Installing plugins
-Since version version:1.7.5, the plugin architecture of tt-rss is pretty
-stable. But for one or other reason, some plugins may profit if someone
-agrees to maintain them. Plugin authors who agree to do that could post
-a link to their github account or simply let us know that they are
-available to be contacted in the forums or per email, then we’ll add
-that information here.
+Copy plugin folder to ```tt-rss/plugins.local``` and then activating (via a checkbox) in the settings panel. Note that plugin folder name should correspond to plugin class name defined in ``(plugin)/init.php``.
-If multiple search plugins are loaded, only the first one is used.
+## Third party plugins master list
-Several more plugins are available in the [attic](https://git.tt-rss.org/git/tt-rss-attic) and [sample](https://git.tt-rss.org/git/tt-rss-samples) repositories including example plugins to get you started making your own.
-
-Third party plugins master list
--------------------------------
-
-See also: https://discourse.tt-rss.org/c/tiny-tiny-rss/themes-and-plugins
+Themes and plugins are available on the [forums](https://discourse.tt-rss.org/c/tiny-tiny-rss/themes-and-plugins).
**Please note that we’re not responsible for third party plugins. Use at your own risk.**
-Social plugins
---------------
+## Social plugins
### Share to Pinterest, Owncloud, Pocket, Twitter, Identica, Google+
@@ -90,14 +78,13 @@ http://tt-rss.org/oldforum/viewtopic.php?f=22&t=1600
http://tt-rss.org/oldforum/viewtopic.php?f=22&t=2839
-Keyboard shortcut plugins
--------------------------
+## Keyboard shortcut plugins
### Example plugin to base other shortcut plugins on
http://tt-rss.org/oldforum/viewtopic.php?f=22&t=1382
-h2. Feed data manipulation plugins
+## Feed data manipulation plugins
### Enable embedded videos in feeds~~ videoframes
@@ -143,8 +130,7 @@ http://tt-rss.org/oldforum/viewtopic.php?f=22&t=2626
https://github.com/Alekc/af\_refspoof
-API plugins
------------
+## API plugins
### getCompactHeadlines
@@ -159,8 +145,7 @@ Simulates the Fever API for reading the RSS Feeds with your Fever clients.
https://github.com/DigitalDJ/tinytinyrss-fever-plugin
-Other plugins
--------------
+## Other plugins
### Instapaper clean view plugin