diff options
author | RedMatrix <info@friendica.com> | 2014-09-29 13:08:56 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-09-29 13:08:56 +1000 |
commit | 6370713cc189a26db7a319c588158b4f05f61b35 (patch) | |
tree | 008b73b3a2c9c649cc3492113534a6cfe3731e7e /doc | |
parent | e18dfbe3ce0a8d89a5320e4f239801d0b84dd83e (diff) | |
parent | c07643e407aab16ecabfdf5f641166583e02ec36 (diff) | |
download | volse-hubzilla-6370713cc189a26db7a319c588158b4f05f61b35.tar.gz volse-hubzilla-6370713cc189a26db7a319c588158b4f05f61b35.tar.bz2 volse-hubzilla-6370713cc189a26db7a319c588158b4f05f61b35.zip |
Merge pull request #605 from habeascodice/master
2 minor bug-fixes, a line of docu, and a call_hooks() hook
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins.bb b/doc/plugins.bb index 099f9fdf4..7709976c4 100644 --- a/doc/plugins.bb +++ b/doc/plugins.bb @@ -240,6 +240,11 @@ we will create an argc/argv list for use by your module functions 3 whatever
[/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***
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:
|