Addon class
[friendica-addons.git] / README.md
1 Addons for Friendica
2 ====================
3
4 This repository is a collection of plugins for the [Friendica Social Communications Server](https://github.com/friendica/friendica).
5 You can add these plugins to the /addon directory of your Friendica installation
6 do extend the functionality of your node.
7
8 After uploading the addons to your server, you need to activate the desired addons
9 in the Admin panel. Addons not activated have no effect on your node.
10
11 You can find more addons in the [Friendica Addon listing](https://addons.friendo.ca)
12 in cases the addon developers have choosen not to include them here.
13
14 Connectors
15 ----------
16
17 Among these plugins there are also the [connectors](https://github.com/friendica/friendica/blob/master/doc/Connectors.md) for various other networks
18 (e.g. Twitter, pump.io, Google+) that are needed for communication when the
19 protocoll is not supported by Friendica core (DFRN, OStatus and Diaspora).
20
21 For communication with contacts in networks supporting those (e.g. GNU social,
22 Diaspora and red#matrix) you just need to access the page configuration in the
23 Admin panel and enable them. For networks where communication is only possible
24 the API access to a remote account, you need to activate the fitting connectors.
25
26 Development
27 -----------
28
29 The addon interface of Friendica is very flexible and powerful, so if you are
30 missing functionality, your chances are high it may be added with an addon.
31 See the [documentation](https://github.com/friendica/friendica/blob/master/doc/Plugins.md) for more informations on the plugin development.
32
33 Addons can be translated like any other part of Friendica. Translations for the
34 addons included in this repository are done at the [Transifex project](https://www.transifex.com/projects/p/friendica/) for Friendica.