diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-29 19:12:12 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-29 19:12:12 +0100 |
commit | 7c3b428e670ec3508f821a95568ba1248ce33616 (patch) | |
tree | 7210ebb4355561ea72f155b666bdaf3b367088cd /doc | |
parent | 90378e8ef8647807a348541a65a908da6656ce1b (diff) | |
parent | 43d2a8ceae87d9c39f543e9f4dd07566db325e62 (diff) | |
download | volse-hubzilla-7c3b428e670ec3508f821a95568ba1248ce33616.tar.gz volse-hubzilla-7c3b428e670ec3508f821a95568ba1248ce33616.tar.bz2 volse-hubzilla-7c3b428e670ec3508f821a95568ba1248ce33616.zip |
Merge branch 'master' of https://github.com/friendica/red
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:
|