]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - README
Tweak to PiwikAnalytics plugin to help browsers to pre-load piwik.js, may shave a...
[quix0rs-gnu-social.git] / README
diff --git a/README b/README
index 733e62512d89bfb487a04521fb1d56abb89c3f90..5731ab3433283aa38ef49f375e3fde4fd712ab0c 100644 (file)
--- 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
@@ -604,7 +614,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.
 
@@ -1486,7 +1496,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 +1540,18 @@ external: external links in notices. One of three values: 'sometimes',
     nofollowed on profile, notice, and favorites page. Default is
     'sometimes'.
 
+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 +1720,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.