X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=public_server%2FREADME.md;h=b1fb49df071c9fbd57a535a7117b535c77a3ffec;hb=8957f3083d7d93926d888ec47c7692a1da863212;hp=d323ff0f3fdbd3ee87516f3a0d7b266cd938333a;hpb=b227650573ad1cc335b807d4d6bb98e02f0ef5cc;p=friendica-addons.git diff --git a/public_server/README.md b/public_server/README.md index d323ff0f..b1fb49df 100644 --- a/public_server/README.md +++ b/public_server/README.md @@ -2,10 +2,10 @@ Public Server ============= -Public Server is a Friendica plugin which implements automatic account & post expiration so that a site may be used as a public +Public Server is a Friendica addon which implements automatic account & post expiration so that a site may be used as a public test bed with reduced data retention. -This is a modified version of the testdrive plugin, DO NOT ACTIVATE AT THE SAME TIME AS THE TESTDRIVE PLUGIN. +This is a modified version of the testdrive addon, DO NOT ACTIVATE AT THE SAME TIME AS THE TESTDRIVE ADDON. //When an account is created on the site, it is given a hard expiration date of $a->config['public_server']['expiredays'] = 30; @@ -19,7 +19,7 @@ This is a modified version of the testdrive plugin, DO NOT ACTIVATE AT THE SAME $a->config['public_server']['flagposts'] = 90; $a->config['public_server']['flagpostsexpire'] = 146; -Set these in your .htconfig.php file. By default nothing is defined in case the plugin is activated accidentally. +Set these in your .htconfig.php file. By default nothing is defined in case the addon is activated accidentally. They can be ommitted or set to 0 to disable each option. The default values are those used by friendica.eu, change these as desired.