aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-15 13:58:38 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-15 13:58:38 +0200
commitea6db0640cee69cb075826805d6b45ebb843f2a0 (patch)
tree292431dba678a9b84771a14881c30551589fa009 /config_sample.rb
parent352a10bf383c38c0b45bf0b66fec0bfd874ba08d (diff)
reference to old variables in comments removed
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/config_sample.rb b/config_sample.rb
index a2f03b9..79a0915 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -60,7 +60,7 @@
# Send bug reports automatically with the programm “mail”
#$conf.auto_send_report = false
-# add the htmlcode in the Variable INDEXNOTICE to the startpage
+# Add the following htmlcode to the startpage.
# Example: displays all available Polls
#$conf.indexnotice = <<INDEXNOTICE
#<h2>Available Polls</h2>
@@ -82,8 +82,8 @@
#$conf.indexnotice += "</table>"
-# Add some Example Polls to the example page
-# you may create those using the normal interface
+# Add some Example Polls to the example page.
+# You may create those using the normal interface
# and make them password protected afterwards
# .htaccess and .htdigest are deleted after
# example creation (defining password protected
@@ -104,7 +104,7 @@
# }
#]
-# add the htmlcode in the Variable EXAMPLENOTICE to the example page
+# Add the following htmlcode to the example page.
#$conf.examplenotice = <<EXAMPLENOTICE
# <h2>Screencasts</h2>
# <ol>
@@ -114,7 +114,7 @@
# </ol>
#EXAMPLENOTICE
-# add the htmlcode in the Variable ABOUTNOTICE to the about page
+# Add the following htmlcode to the about page.
#$conf.aboutnotice = <<ABOUTNOTICE
#<div class='textcolumn'>
# <h2>Bugs/Features</h2>