Using GeShi with Zotonic CMS

44 views Asked by At

Is it possible to use the GeShi syntax highlighter (written with PHP) with Zotonic CMS (written with erlang) ?

Does a specific module exist or is it necessary to make some modification with erlang ?

1

There are 1 answers

0
cweiske On BEST ANSWER

No, this is not possible - unless you write a module that executes an external script, passing the source code to highlight, and the external script is a PHP script that does the highlighting.