relevant now that site statistics are all the hotness
This commit is contained in:
parent
73ebdff083
commit
5f58603158
@ -240,6 +240,11 @@ we will create an argc/argv list for use by your module functions
|
|||||||
3 whatever
|
3 whatever
|
||||||
[/code]
|
[/code]
|
||||||
|
|
||||||
|
If you want to keep your plugin hidden from the siteinfo page, simply create a file called '.hidden' in your addon directory
|
||||||
|
[code]
|
||||||
|
touch addon/<addon name>/.hidden
|
||||||
|
[/code]
|
||||||
|
|
||||||
***Porting Friendica Plugins***
|
***Porting Friendica Plugins***
|
||||||
|
|
||||||
The Red Matrix uses a similar plugin architecture to the Friendica project. The authentication, identity, and permissions systems are completely different. Many Friendica can be ported reasonably easily by renaming a few functions - and then ensuring that the permissions model is adhered to. The functions which need to be renamed are:
|
The Red Matrix uses a similar plugin architecture to the Friendica project. The authentication, identity, and permissions systems are completely different. Many Friendica can be ported reasonably easily by renaming a few functions - and then ensuring that the permissions model is adhered to. The functions which need to be renamed are:
|
||||||
|
Reference in New Issue
Block a user