Wiki CGI settings

# this code is executed on each CGI invocation

# pages which may not be edited through CGI (page 9 better be included!)

 set ProtectedPages {2 4 5 6 7 8 9}

# the text that gets shown at the bottom of an edit page

 set EditInstructions {
  <hr size=1>
  Editing quick-reference:
  <blockquote><font size=-1>
    <b>LINK</b> to <b>[<a href="6.html" target="_newWindow">Formatting
    Rules</a>]</b> - or to
    <b><a href="http://here.com/" target="_newWindow">http://here.com/</a></b>
    - use <b>[http://here.com/]</b> to show as
    <b>[<a href="http://here.com/" target="_newWindow">1</a>]</b>
  <br>
    <b>BULLETS</b> are lines with 3 spaces, an asterisk, a space - the item
    must be one (wrapped) line <br><b>PARAGRAPHS</b> are split with empty
    lines, <b>UNFORMATTED TEXT </b>starts with white space 
  <br>
    <b>HIGHLIGHTS</b> are indicated by groups of single quotes - use two for
    <b>''</b><i>italics</i><b>''</b>, three for <b>'''bold'''</b>
  <br>
    <b>SECTIONS</b> can be separated with a horizontal line - insert a line
    containing just 4 dashes
  </font></blockquote><hr size=1>
 }