aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-03-02 09:20:11 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-03-02 09:20:11 +0100
commit6f20189806c9a0060a4973d810c7e8b7dbfd42c7 (patch)
tree050af9c9f4205b64c3b7a707e53cc9f566fdc4ba /README
parentb656daafbabd4122202045f0d83090c362e7c1c6 (diff)
more advice within the README
Diffstat (limited to '')
-rw-r--r--README24
1 files changed, 20 insertions, 4 deletions
diff --git a/README b/README
index e91a944..a2bbcef 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
Author:
- Benjamin Kellermann <Benjamin dot Kellermann at tu-dresden in germany>
+ Benjamin Kellermann <Benjamin dot Kellermann at tu-dresden in Germany>
Requirements:
* ruby
* git (preferred and default setting) or bzr
* libgettext-ruby (for localization)
* htdigest command line tool (sudo aptitude install apache2-utils)
License:
- GNU AGPL v3 or higer
+ GNU AGPL v3 or higher
see file License
=== Installation ===
@@ -18,10 +18,26 @@ License:
make
This requires libgettext-ruby-util, potool, and make to be installed.
If this does not work for you, you can download the .mo files from another
- server, e.g., put http://dudle.inf.tu-dresden.de/locale/de/dudle.mo
+ server, e.g., put https://dudle.inf.tu-dresden.de/locale/de/dudle.mo
into the directory locale/de.
-5. In order to let access control work correcly, the webserver needs
+5. In order to let access control work correctly, the webserver needs
auth_digest support. It therefore may help to type:
sudo a2enmod auth_digest
6. In order to get atom-feed support you need ruby-ratom to be installed.
sudo gem install ratom
+
+=== Pimp your Installation ===
+ * If you want to create your own Stylesheet, you just have to put it in
+ the folder »$DUDLE_HOME_FOLDER/css/«. Afterwards you may config this one
+ to be the default Stylesheet. Examples can be found here:
+ https://dudle.inf.tu-dresden.de/css/
+ This is a bazaar repository as well, so you may branch it if you want…
+ cd $DUDLE_HOME_FOLDER/css
+ bzr branch https://dudle.inf.tu-dresden.de/css/ .
+ Send me your Stylesheet if you want it to appear at
+ https://dudle.inf.tu-dresden.de
+ * If you want to extend the functionality you might want to place a file
+ »main.rb« in $DUDLE_HOME_FOLDER/extension/$YOUR_EXTENSION/main.rb
+ Examples can be found here:
+ https://dudle.inf.tu-dresden.de/unstable/extensions/
+ (which again is a repository ;--))