aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--config_sample.rb (renamed from config.rb.sample)2
2 files changed, 6 insertions, 8 deletions
diff --git a/README b/README
index 4fcfea5..2abf53f 100644
--- a/README
+++ b/README
@@ -7,10 +7,8 @@ License:
CC-by-sa 3.0
see License
-
-Just place this application into a directory where cgi-scripts are evaluated.
-The webserver needs the permission to write into the directory!
-
-Copy config.rb.sample to config.rb to start with a default configuration and make
-sure, that the webserver is allowed to write into the directory and can execute
-ruby + bzr.
+=== Installation ===
+1. Place this application into a directory where cgi-scripts are evaluated.
+ Make shure, that the webserver can execute ruby + bzr.
+2. Copy config_sample.rb to config.rb to start with a default configuration.
+3. The webserver needs the permission to write into the directory
diff --git a/config.rb.sample b/config_sample.rb
index 06e0420..109245a 100644
--- a/config.rb.sample
+++ b/config_sample.rb
@@ -6,7 +6,7 @@ SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"
# add this htmlcode to the startpage
NOTICE = <<NOTICE
-<fieldset><legend>Sandbox</legend>
+<fieldset><legend>Examples</legend>
If you want to play around with the Tool, you may want to take a look at these two Example Polls:<br />
<a href='EventScheduleExample'>Event Schedule Poll</a><br />
<a href='NormalExample'>Normal Poll</a>