X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=5f58179bfe4e7cc874ac7279de5eb356f44ccd18;hb=328373e29ce1429c7f7482c52d04ebe8bb70a00a;hp=0dcbeea23929b01a8b5f8a6ee7978f5c2f5693cd;hpb=59a0b2a82da418f688faf182407146d9e7a7af7a;p=quix0rs-gnu-social.git diff --git a/README b/README index 0dcbeea239..5f58179bfe 100644 --- a/README +++ b/README @@ -1393,12 +1393,22 @@ desclimit: maximum number of characters to allow in group descriptions. null (default) means to use the site-wide text limits. 0 means no limit. -oohembed +oembed -------- -oEmbed endpoint for multimedia attachments (links in posts). +oEmbed endpoint for multimedia attachments (links in posts). Will also +work as 'oohembed' for backwards compatibility. -endpoint: oohembed endpoint using http://oohembed.com/ software. +endpoint: oohembed endpoint using http://oohembed.com/ software. Defaults to + 'http://oohembed.com/oohembed/'. +order: Array of methods to check for OEmbed data. Methods include 'built-in' + (use a built-in function to simulate oEmbed for some sites), + 'well-known' (use well-known public oEmbed endpoints), + 'discovery' (discover using headers in HTML), 'service' (use + a third-party service, like oohembed or embed.ly. Default is + array('built-in', 'well-known', 'service', 'discovery'). Note that very + few sites implement oEmbed; 'discovery' is going to fail 99% of the + time. search ------ @@ -1472,6 +1482,8 @@ Configuration options specific to notices. contentlimit: max length of the plain-text content of a notice. Default is null, meaning to use the site-wide text limit. 0 means no limit. +defaultscope: default scope for notices. Defaults to 0; set to + 1 to keep notices private to this site by default. message -------