summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-12-07 12:13:50 -0800
committerBrion Vibber <brion@pobox.com>2010-12-07 12:13:50 -0800
commit001512df966c8c3b8f045f645e804b0a6fef8625 (patch)
tree3dc6f908daf11571f75bb222745c01313badeeb2 /README
parentdb4d69f09953ddf89d6c970b40ca6a4094bf6e52 (diff)
parentb35352790f17ddaca4debe767f22198cf0343cbc (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index b36d8b745..5731ab343 100644
--- a/README
+++ b/README
@@ -1540,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
=======