diff options
author | habeascodice <habeascodice@federated.social> | 2014-09-28 19:32:13 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-09-28 19:32:13 -0700 |
commit | 5f58603158e6da52547e4ef88c38f6804917ab82 (patch) | |
tree | b78a98b90b919e7c178baa895e36a6336f1545dc /doc/plugins.bb | |
parent | 73ebdff0837a713d8849b713d0cc2fb4701a2c5f (diff) | |
download | volse-hubzilla-5f58603158e6da52547e4ef88c38f6804917ab82.tar.gz volse-hubzilla-5f58603158e6da52547e4ef88c38f6804917ab82.tar.bz2 volse-hubzilla-5f58603158e6da52547e4ef88c38f6804917ab82.zip |
relevant now that site statistics are all the hotness
Diffstat (limited to 'doc/plugins.bb')
-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:
|