]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - CONFIGURE
Faster inboxnoticestream.php by XRevan86
[quix0rs-gnu-social.git] / CONFIGURE
index b1773347d413633434e2e6cf18c41acef47688a9..e6b09a4ce330a6adb4535bc992b2637f8dc08594 100644 (file)
--- a/CONFIGURE
+++ b/CONFIGURE
@@ -394,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
@@ -498,12 +497,12 @@ Profile management.
 
 biolimit: max character length of bio; 0 means no limit; null means to use
     the site text limit default.
-backup: whether users can backup their own profiles. Defaults to true.
+backup: whether users can backup their own profiles. Defaults to false.
 restore: whether users can restore their profiles from backup files. Defaults
-        to true.
+        to false.
 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
 -------
@@ -584,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
@@ -710,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
@@ -775,11 +774,16 @@ high: if you need high performance, or if you're seeing bad
       performance, set this to true. It will turn off some high-intensity code from
       the site.
 
+cache
+-----
+
+dir: A string path to a writable directory that will be used as temporary cache
+     for some functions (currently just the HtmlSanitizer).
+     If it is not set, the GNU social installation directory will be used.
+
 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.
-
-