ok, I've gotten a little further. I have cerated a page called "cgi" which contains the following code:
----------------------------------------------------------
set somevar 100
proc content {} {
return {Hello [ Wiki ] -World}
}
----------------------------------------------------------
To make the link to the page that would let me add the code, I had to put "de" into the link, such as:
[[de:cgi]]
What does the "de" mean?
Also, I have tried to include the cgi page in another with this code:
{{cgi}}
I have also tried:
{{en:cgi}}
(not sure what the "en" means.
However in both cases I get this:
Error: includelet 'cgi' unknown
Thanks for any help.