EuWikiEngine Bugs:
If you find any bugs or security issues with EuWikiEngine, please mention it here.
There are no bugs! The source is written perfectly! :-)
<eucode> puts(1, "Hello World!\n") </eucode>
(DerekP - The code above is not a bug because when a {{{ is not on a line by itself, it creates an in-line no-wiki block using 'tt' tags and not 'pre' tags. To get the effect you want, use the following markup...)
<eucode>
puts(1, "Hello World!\n")
</eucode>
uts(1, "Hello World!\n") </eucode>
Ok, so the new Creole parser doesn't like "javascript:" in a link.
This is fixed in 1.1b. The default template now has this:
<em>Powered by <a href="{EuWikiEngineSupportSite}">EuWikiEngine {EuWikiVersion}</a></em>
Now, with each new release of EuWikiEngine, the url and version are defined in the source, so the template doesn't have to change.