X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CONFIGURE;h=92ae78204e701ca3848d5b5d81aa7aecab4dfdd3;hb=489099ca917d74ee2bdc406cb26f9e3269ade625;hp=57e9f64b41fbd207947e5d6a173664e1b334db4c;hpb=9f961597c6d560bf3030b7b0304b3eea678d9460;p=quix0rs-gnu-social.git diff --git a/CONFIGURE b/CONFIGURE index 57e9f64b41..92ae78204e 100644 --- a/CONFIGURE +++ b/CONFIGURE @@ -120,8 +120,9 @@ db -- This section is a reference to the configuration options for -DB_DataObject (see ). The ones that you may want to -set are listed below for clarity. +DB_DataObject (see +). +The ones that you may want to set are listed below for clarity. database: a DSN (Data Source Name) for your StatusNet database. This is in the format 'protocol://username:password@hostname/databasename', @@ -322,8 +323,8 @@ server: If set, defines another server where avatars are stored in the the client to speed up page loading, either with another virtual server or with an NFS or SAMBA share. Clients typically only make 2 connections to a single server at a - time , so this can parallelize the job. - Defaults to null. + time , + so this can parallelize the job. Defaults to null. ssl: Whether to access avatars using HTTPS. Defaults to null, meaning to guess based on site-wide SSL settings. @@ -393,8 +394,7 @@ resource: a unique identifier for the connection to the server. This is actually used as a prefix for each XMPP component in the system. password: password for the user account. host: some XMPP domains are served by machines with a different - hostname. (For example, @gmail.com GTalk users connect to - talk.google.com). Set this to the correct hostname if that's the + hostname. Set this to the correct hostname if that's the case with your server. encryption: Whether to encrypt the connection between StatusNet and the XMPP server. Defaults to true, but you can get @@ -502,7 +502,7 @@ restore: whether users can restore their profiles from backup files. Defaults to true. delete: whether users can delete their own accounts. Defaults to false. move: whether users can move their accounts to another server. Defaults - to true. + to true. newuser ------- @@ -583,7 +583,7 @@ maxaliases: maximum number of aliases a group can have. Default 3. Set desclimit: maximum number of characters to allow in group descriptions. null (default) means to use the site-wide text limits. 0 means no limit. -addtag: Whether to add a tag for the group nickname for every group post +addtag: Whether to add a tag for the group nickname for every group post (pre-1.0.x behaviour). Defaults to false. search @@ -610,23 +610,6 @@ handle: boolean. Whether we should register our own PHP session-handling debug: whether to output debugging info for session storage. Can help with weird session bugs, sometimes. Default false. -background ----------- - -Users can upload backgrounds for their pages; this section defines -their use. - -server: the server to use for background. Using a separate (even - virtual) server for this can speed up load times. Default is - null; same as site server. -dir: directory to write backgrounds too. Default is '/background/' - subdir of install dir. -path: path to backgrounds. Default is sub-path of install path; note - that you may need to change this if you change site-path too. -sslserver: SSL server to use when page is HTTPS-encrypted. If - unspecified, site ssl server and so on will be used. -sslpath: If sslserver if defined, path to use when page is HTTPS-encrypted. - ping ---- @@ -690,7 +673,7 @@ Web crawlers. See http://www.robotstxt.org/ for more information on the format of this file. crawldelay: if non-empty, this value is provided as the Crawl-Delay: - for the robots.txt file. see http://ur1.ca/l5a0 + for the robots.txt file. see for more information. Default is zero, no explicit delay. disallow: Array of (virtual) directories to disallow. Default is 'main', 'search', 'message', 'settings', 'admin'. Ignored when site @@ -726,7 +709,7 @@ external: external links in notices. One of three values: 'sometimes', url --- -These are some options for fine-tuning how and when the server will +These are some options for fine-tuning how and when the server will shorten URLs. shortener: URL shortening service to use by default. Users can override @@ -797,5 +780,3 @@ oldschool enabled: enable certain old-style user settings options, like stream-only mode, conversation trees, and nicknames in streams. Off by default, and may not be well supported in future versions. - -