From 262fafe05e878bda8f49ef3ee85599ba879bc9e2 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 25 Nov 2009 14:26:23 +0100 Subject: exchange sample config text --- config_sample.rb | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'config_sample.rb') diff --git a/config_sample.rb b/config_sample.rb index 0bcc420..4faf0f3 100644 --- a/config_sample.rb +++ b/config_sample.rb @@ -24,8 +24,25 @@ load "bzr.rb" SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}" # add the htmlcode in the Variable NOTICE to the startpage -# Example 1: displays all available Polls +# Example 1: displays a static text notice = < +

Examples

+ If you want to play around with the Tool, you may want to take a look at these two Example Polls:
+ Event Schedule Poll
+ Normal Poll + + +
+

--verbose

+ Get the sourcecode with bazaar: +
+ bzr branch #{SITEURL} dudle +
+
+NOTICE +# Example 2: displays all available Polls +notice += <Available Polls @@ -43,21 +60,4 @@ Dir.glob("*/data.yaml").sort_by{|f| NOTICE } notice += "
" -# Example 2: displays a static text -notice += < -

Examples

- If you want to play around with the Tool, you may want to take a look at these two Example Polls:
- Event Schedule Poll
- Normal Poll - - -
-

--verbose

- Get the sourcecode with bazaar: -
- bzr branch #{SITEURL} dudle -
-
-NOTICE NOTICE = notice -- cgit v1.2.3