]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
first themes docs
authorChristian Weiske <cweiske@cweiske.de>
Mon, 23 May 2011 05:35:36 +0000 (07:35 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 23 May 2011 05:35:36 +0000 (07:35 +0200)
doc/themes.rst [new file with mode: 0644]

diff --git a/doc/themes.rst b/doc/themes.rst
new file mode 100644 (file)
index 0000000..72a4c8d
--- /dev/null
@@ -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/
+