X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=3507fa420bc91afffc6f9566d6c37bb14f65952e;hb=d1d530370ddd5443db6a35005ff748a47f092874;hp=ef032cad8423a341dcb6b90b3e545a8be3ea0084;hpb=1e73ba00bdd37f46415eb45b1b904dc894fb801c;p=quix0rs-gnu-social.git diff --git a/README b/README index ef032cad84..3507fa420b 100644 --- a/README +++ b/README @@ -1392,13 +1392,25 @@ 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 + (pre-1.0.x behaviour). Defaults to false. -oohembed +oembed -------- -oEmbed endpoint for multimedia attachments (links in posts). - -endpoint: oohembed endpoint using http://oohembed.com/ software. +oEmbed endpoint for multimedia attachments (links in posts). Will also +work as 'oohembed' for backwards compatibility. + +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 ------