diff options
author | friendica <info@friendica.com> | 2014-12-17 14:32:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-17 14:32:25 -0800 |
commit | 29f24e973193732b23747374a0569e29adce93e5 (patch) | |
tree | 56d014e5c45e3a6990cd502761e268ac2d907557 /doc/hidden_configs.bb | |
parent | 3cb810b8b5e06690250ead658a80ca50cc4f2254 (diff) | |
download | volse-hubzilla-29f24e973193732b23747374a0569e29adce93e5.tar.gz volse-hubzilla-29f24e973193732b23747374a0569e29adce93e5.tar.bz2 volse-hubzilla-29f24e973193732b23747374a0569e29adce93e5.zip |
minor clarifications on a few settings
Diffstat (limited to 'doc/hidden_configs.bb')
-rw-r--r-- | doc/hidden_configs.bb | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 36a8a03dc..afbac5e0d 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -18,14 +18,15 @@ This document assumes you're an administrator. will break in some quite imaginative ways when viewing channels with theme dependent Comanche. [b]system > paranoia[/b] - Sets the security level of IP checking + Sets the security level of IP checking. If the IP address of a logged-in session changes + apply this level to determine if the account should be logged out as a security breach. Options are: 0 - no IP checking 1 - check 3 octets 2 - check 2 octets 3 - check for any difference at all [b]system > protect_tag_hijacking[/b] - Prevent foreign networks hijacking system tags for your posts. + Prevent foreign networks hijacking hashtags in your posts and directing them at its own resources. [b]system > blocked[/b] An array of xchans blocked by this channel. Technically, this is a hidden config and does belong here, however, addons (notably @@ -39,7 +40,7 @@ This document assumes you're an administrator. Set the number of connections to display in the connections profile widget. [b]system > taganyone[/b] - Requires the config of the same name to be enabled. Allow the tagging + Requires the config of the same name to be enabled. Allow the @mention tagging of anyone, whether you are connected or not. This doesn't scale. [b]system > startpage[/b] Another of those technically hidden configs made available by addons. @@ -55,13 +56,13 @@ This document assumes you're an administrator. [b]Site config[/b] [b]system > taganyone[/b] - Allow the tagging of anyone whether you are connected or not. + Allow the @mention tagging of anyone whether you are connected or not. [b]system > directorytags[/b] - Set the number of tags displayed on the directory page. + Set the number of keyword tags displayed on the directory page. [b]system > startpage[/b] Set the default page to be taken to after a login for all channels at this website. Can be overwritten by user settings. - [b]system > proejcthome[/b] + [b]system > projecthome[/b] Set the project homepage as the homepage of your hub. [b]system > workflowchannelnext[/b] The page to direct users to immediately after creating a channel. @@ -104,17 +105,17 @@ This document assumes you're an administrator. Don't allow members to register channels with this comma separated list of names (no spaces) [b]system > auto_follow[/b] - Make the first channel of an account auto-follow channels listed here. + Make the first channel of an account auto-follow channels listed here - comma separated list of webbies (member@hub addresses). [b]system > admin_email[/b] Specifies the administrators email for this site. This is initially set during install. [b]system > cron_hour[/b] - Specify an hour in which to run cron_daily. By default with no config, this will run at midnight. + Specify an hour in which to run cron_daily. By default with no config, this will run at midnight UTC. [b]system > minimum_feedcheck_minutes[/b] The minimum interval between polling RSS feeds. If this is lower than the cron interval, feeds will be polled with each cronjob [b]system > blacklisted_sites[/b] An array of specific hubs to block from this hub completely. [b]system > ignore_imagick[/b] - Ignore imagick and use GD, even if imagick is installed on the server. + Ignore imagick and use GD, even if imagick is installed on the server. Prevents some issues with PNG files in older versions of imagick. [b]system > no_age_restriction[/b] Do not restric registration to people over the age of 13 [b]system > override_poll_lockfile[/b] |