]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - CONFIGURE
NoticeListItem attentions showed double for User_group
[quix0rs-gnu-social.git] / CONFIGURE
index 3f0ae668abafbd47c30f0d4ec67bf4d627d111da..d41f64b44f5ab2e895cf87274cc70bcb352ce171 100644 (file)
--- a/CONFIGURE
+++ b/CONFIGURE
@@ -794,14 +794,14 @@ external: external links in notices. One of three values: 'sometimes',
 url
 ---
 
-Everybody loves URL shorteners. These are some options for fine-tuning
-how and when the server shortens URLs.
+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
-           individually. 'ur1.ca' by default.
-maxlength: If an URL is strictly longer than this limit, it will be
+           individually. 'internal' by default.
+maxurllength: If an URL is strictly longer than this limit, it will be
            shortened. Note that the URL shortener service may return an
-           URL longer than this limit. Defaults to 25. Users can
+           URL longer than this limit. Defaults to 100. Users can
            override. If set to 0, all URLs will be shortened.
 maxnoticelength: If a notice is strictly longer than this limit, all
            URLs in the notice will be shortened. Users can override.
@@ -852,3 +852,19 @@ path: Path to the plugin files. defaults to site/path + '/plugins/'. Expects tha
       each plugin will have a subdirectory at plugins/NameOfPlugin. Change this
       if you're using a CDN.
 sslpath: Path to use on the SSL server. Same as plugins/path.
+
+performance
+-----------
+
+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.
+
+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.
+
+