Removed Facebook from the documentation. Renamed Statusnet to GNU Social

This commit is contained in:
Michael Vogel 2015-08-15 09:32:26 +02:00
parent 4ca515ab33
commit 5b25a012c8
22 changed files with 436 additions and 546 deletions

View file

@ -2,7 +2,6 @@ Friendica Addon/Plugin development
==========================
Please see the sample addon 'randplace' for a working example of using some of these features.
The facebook addon provides an example of integrating both "addon" and "module" functionality.
Addons work by intercepting event hooks - which must be registered.
Modules work by intercepting specific page requests (by URL path).