summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-07-03 13:03:01 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-07-03 13:27:39 +0000
commit2b560c3a67920cbfbb4a1ea689833a4ce442794f (patch)
tree11ecd03e60a095e7378d6ec715a082eaeb5aa0be
parentAdding known limitations section in readme file. (diff)
downloadservice-tools-2b560c3a67920cbfbb4a1ea689833a4ce442794f.tar.xz
service-tools-2b560c3a67920cbfbb4a1ea689833a4ce442794f.zip
Adding usage section in readme file.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 1d6deaf..fd65463 100644
--- a/README.txt
+++ b/README.txt
@@ -55,6 +55,30 @@ Please base them against the 'next' Git branch using common sense:
Changing from one icon set to the other requires a reload of the apache webserver.
+6. Usage
+--------
+
+The default icon theme is determined by the /usr/share/apache-icons/default
+(and /usr/share/apache-icons/default.conf respectivly) file.
+
+On Debian based system "sudo update-alternatives --config apache-icons" can be
+used to automatically select the active icon theme (including the default apache
+icons).
+
+The following themes are available:
+
+ * awesome-png: Font Awesome based, PNG format
+ * awesome-svg: Font Awesome based, SVG format
+ * tango-png: Tango Icons based, PNG format
+ * tango-svg: Tango Icons based, SVG format
+
+The SVG themes are preferable because they are sharper and scale losless.
+They require somewhat modern browsers though.
+
+An example of the tango-svg theme can be seen on
+https://files.open-infrastructure.net.
+
+
6. Authors
----------