X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=35a055c77b6a98b89feda2e2389d32b638087833;hb=26baad63f2e7d5cd0f783aacdb9eb2a65a638656;hp=733e62512d89bfb487a04521fb1d56abb89c3f90;hpb=d26b7a12ca111b25eed583a087011bceea38b00f;p=quix0rs-gnu-social.git diff --git a/README b/README index 733e62512d..35a055c77b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ README ------ StatusNet 0.9.6 "Man on the Moon" -19 October 2010 +29 October 2010 This is the README file for StatusNet, the Open Source microblogging platform. It includes installation instructions, descriptions of @@ -112,7 +112,7 @@ Notable changes this version: - New experimental plugins: AnonFavorites, SlicedFavorites, GroupFavorited, ForceGroup, ShareNotice - OAuth upgraded to 1.0a -- Localization updates now include plugins, thanks to TranslateWiki.net! +- Localization updates now include plugins, thanks to translatewiki.net! - SSL link generation should be more consistent; alternate SSL URLs can be set in the admin UI for more parts of the system. - Experimental backupuser.php, restoreuser.php command-line scripts to @@ -122,6 +122,16 @@ Notable changes this version: - Header metadata on notice pages to aid in manual reposting on Facebook - Lots of little fixes... +Changes from 0.9.6 release candidate 1: +- fix for broken group pages when logged out +- fix for stuck ping queue entries when bad profile +- fix for bogus single-user nickname config entry error +- i18n updates +- nofollow updates +- SSL-only mode secure cookie fix +- experimental ApiLogger plugin for usage data gathering +- experimental follow-everyone plugin + A full changelog is available at http://status.net/wiki/StatusNet_0.9.6. Prerequisites @@ -210,14 +220,12 @@ and the URLs are listed here for your convenience. version may render your StatusNet site unable to send or receive XMPP messages. - Facebook library. Used for the Facebook application. -- PEAR Services_oEmbed. Used for some multimedia integration. -- PEAR HTTP_Request is an oEmbed dependency. -- PEAR Validate is an oEmbed dependency. -- PEAR Net_URL2 is an oEmbed dependency. +- PEAR Validate is used for URL and email validation. - Console_GetOpt for parsing command-line options. - libomb. a library for implementing OpenMicroBlogging 0.1, the predecessor to OStatus. - HTTP_Request2, a library for making HTTP requests. +- PEAR Net_URL2 is an HTTP_Request2 dependency. A design goal of StatusNet is that the basic Web functionality should work on even the most restrictive commercial hosting services. @@ -604,7 +612,7 @@ subdirectory to add a new language to your system. You'll need to compile the ".po" files into ".mo" files, however. Contributions of translation information to StatusNet are very easy: -you can use the Web interface at TranslateWiki.net to add one +you can use the Web interface at translatewiki.net to add one or a few or lots of new translations -- or even new languages. You can also download more up-to-date .po files there, if you so desire. @@ -865,9 +873,7 @@ sslserver: use an alternate server name for SSL URLs, like parameters correctly so that both the SSL server and the "normal" server can access the session cookie and preferably other cookies as well. -shorturllength: Length of URL at which URLs in a message exceeding 140 - characters will be sent to the user's chosen - shortening service. +shorturllength: ignored. See 'url' section below. dupelimit: minimum time allowed for one person to say the same thing twice. Default 60s. Anything lower is considered a user or UI error. @@ -1268,6 +1274,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. +restore: whether users can restore their profiles from backup files. Defaults + to true. +delete: whether users can delete their own accounts. Defaults to true. +move: whether users can move their accounts to another server. Defaults + to true. newuser ------- @@ -1486,7 +1498,8 @@ If an installation has only one user, this can simplify a lot of the interface. It also makes the user's profile the root URL. enabled: Whether to run in "single user mode". Default false. -nickname: nickname of the single user. +nickname: nickname of the single user. If no nickname is specified, + the site owner account will be used (if present). robotstxt --------- @@ -1529,6 +1542,35 @@ external: external links in notices. One of three values: 'sometimes', nofollowed on profile, notice, and favorites page. Default is 'sometimes'. +url +--- + +Everybody loves URL shorteners. These are some options for fine-tuning +how and when the server shortens 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 + shortened. Note that the URL shortener service may return an + URL longer than this limit. Defaults to 25. 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. + -1 means the text limit for notices. + +router +------ + +We use a router class for mapping URLs to code. This section controls +how that router works. + +cache: whether to cache the router in memcache (or another caching + mechanism). Defaults to true, but may be set to false for + developers (who might be actively adding pages, so won't want the + router cached) or others who see strange behavior. You're unlikely + to need this unless you're a developer. + + Plugins ======= @@ -1697,7 +1739,7 @@ if anyone's been overlooked in error. * mEDI * Brett Taylor * Brigitte Schuster -* Siebrand Mazeland and the amazing volunteer translators at TranslateWiki.net +* Siebrand Mazeland and the amazing volunteer translators at translatewiki.net * Brion Vibber, StatusNet, Inc. * James Walker, StatusNet, Inc. * Samantha Doherty, designer, StatusNet, Inc.