summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-22 09:31:55 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-22 09:31:55 -0700
commit7cf0a4c6472ab05a0963c003d8c3ecb59237ee67 (patch)
tree9bcc7947420ad6d16412319d24ca6269cc1a1297 /README
parent876ab059273a5f223170d6b2c0b9b4342b06c50f (diff)
theme dir, path configurable
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index 0c500acb8..cd663d931 100644
--- a/README
+++ b/README
@@ -1039,9 +1039,16 @@ theme
-----
server: Like avatars, you can speed up page loading by pointing the
- theme file lookup to another server (virtual or real). The
- theme server's root path should map to the Laconica "theme"
- subdirectory. Defaults to NULL.
+ theme file lookup to another server (virtual or real).
+ Defaults to NULL, meaning to use the site server.
+dir: Directory where theme files are stored. Used to determine
+ whether to show parts of a theme file. Defaults to the theme
+ subdirectory of the install directory.
+path: Path part of theme URLs, before the theme name. Relative to the
+ theme server. It may make sense to change this path when upgrading,
+ (using version numbers as the path) to make sure that all files are
+ reloaded by caching clients or proxies. Defaults to null,
+ which means to use the site path + '/theme'.
xmpp
----