Eike Rathke wrote:
Hi Clayton,
The wiki update broke all <code>[language]...</code> sections. The code
isn't preformatted anymore but wiki text/markup instead. It seems the
CodeSyntaxHighlight MediaWiki Extension isn't installed or activated.
For example see
http://wiki.services.openoffice.org/wiki/Tuning_in_to_a_CWS#The_Script
That once was a fine formatted shell script ...
Thanks in advance for fixing it.
I am aware of this problem and am looking for a good solution.
The extension that we were using in the OOoWiki to do code formatting,
CodeSyntaxHighlight, was produced by and for the SwinBrain wiki (at the
University of Technology in Melbourne Australia). It is unsupported,
and not an "official" MediaWiki extension - ie you cannot find it in the
repository of extensions on MediaWiki.org.
The specific version we were using on the old OOoWiki is the original
version (very first release) of the extension that was written for early
versions of MediaWiki (not for the current versions).
There is a new code formatting extension installed that uses the same
GeSHi syntax highlighting and the syntax for using it is:
<source lang="$LANGUAGE">
...
</source>
Please use this syntax for any new code you add to the Wiki.
For existing code using the old formatting, we are looking to see if we
can use a WikiBot to pass over the Wiki can replace all the old
<code>[$LANGUAGE] tags with <source lang="$LANGUAGE">
C.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]