aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-23 07:35:36 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-23 07:35:36 +0200
commit2d2e7f97e43ec97884a032213952aed2deb6616d (patch)
tree0f1a31d95b0af57dfe30153a72fc7d2e7ad4b825
parent581eca06d61d3cf9213f80b7540072cf2098f0f6 (diff)
downloadsemanticscuttle-2d2e7f97e43ec97884a032213952aed2deb6616d.tar.gz
semanticscuttle-2d2e7f97e43ec97884a032213952aed2deb6616d.tar.bz2
first themes docs
-rw-r--r--doc/themes.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/themes.rst b/doc/themes.rst
new file mode 100644
index 0000000..72a4c8d
--- /dev/null
+++ b/doc/themes.rst
@@ -0,0 +1,32 @@
+======================
+SemanticScuttle Themes
+======================
+SemanticScuttle may be changed visually by supplying custom "themes" that
+modify the visual appearance.
+
+
+Changing the current theme
+==========================
+In ``data/config.php``, set your theme like this:
+
+ $theme = 'darkmood';
+
+
+Changeable files
+================
+
+CSS file
+--------
+FIXME, missing at the moment
+
+
+Template files
+--------------
+The templates of the default file are located in
+
+ data/templates/default/
+
+You may put your theme template files into
+
+ data/templates/$themename/
+