<h3>Help for changing content</h3>
<ul>
<li>Data is stored in the trb3web git repository, there is an automatic hook to update files on the server.
- <li>A content file is contains plain HTML code, headings start with <h3>.
+ <li>A content file contains plain HTML code fragments, headings start with <h3>.
<li>Links to other files are given as "?filename". Note the question mark and the missing .htm.
<li>If a file should show up in the menues, edit WebConfig.pm:
<ul>
"default" => "withouthelp",
"contact" => "withhelp", #just to demonstrate it
};
-</pre>
\ No newline at end of file
+</pre>