]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - README
fix typo in showstream
[quix0rs-gnu-social.git] / README
diff --git a/README b/README
index 6343e3e02465c778611b16261b18c7d377d4c71b..3bebb11ee00a56b20f685a223732dde395d1f332 100644 (file)
--- a/README
+++ b/README
@@ -1538,6 +1538,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
 =======