summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-11 16:59:39 -0500
committerEvan Prodromou <evan@status.net>2010-02-11 16:59:39 -0500
commitb96af33d978bddfa66aa893ff1d59f2d83903afa (patch)
tree68331224b792642757e4f5ba4801fd2dc6c31673 /README
parentd6869cde7ba7e577d54f0c6ecab3599dc85f0f67 (diff)
put Javascript files under SSL
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 9843ab89b..7531df997 100644
--- a/README
+++ b/README
@@ -1226,6 +1226,17 @@ path: Path part of theme URLs, before the theme name. Relative to the
ssl: Whether to use SSL for theme elements. Default is null, which means
guess based on site SSL settings.
+javascript
+----------
+
+server: You can speed up page loading by pointing the
+ theme file lookup to another server (virtual or real).
+ Defaults to NULL, meaning to use the site server.
+path: Path part of Javascript URLs. Defaults to null,
+ which means to use the site path + '/js/'.
+ssl: Whether to use SSL for JavaScript files. Default is null, which means
+ guess based on site SSL settings.
+
xmpp
----