Difference between revisions of "Talk:Geshi.php"

From Organic Design wiki
Line 1: Line 1:
Geshi is crap. It seems it would be quite easy to use a simpler document transform based on geshi's rules rather than use geshi itself. They've tokenised the pattern matches but ignored completely the colours and text styles. I tried to make a simple change to the colours and it's all just hard coded. I suggest a view transform that reads in the geshi data at:
+
Geshi is crap. It seems it would be quite easy to use a simpler document transform based on geshi\'s rules rather than use geshi itself. They've tokenised the pattern matches but ignored completely the colours and text styles. I tried to make a simple change to the colours and it's all just hard coded. I suggest a view transform that reads in the geshi data at:
 
<pre>
 
<pre>
 
/var/www/wiki/extensions/geshi/geshi
 
/var/www/wiki/extensions/geshi/geshi
 
</pre>
 
</pre>
 
and chooses the file based on the language tag. --[[User:Rob|Rob]] 00:51, 13 Nov 2006 (NZDT)
 
and chooses the file based on the language tag. --[[User:Rob|Rob]] 00:51, 13 Nov 2006 (NZDT)

Revision as of 11:52, 12 November 2006

Geshi is crap. It seems it would be quite easy to use a simpler document transform based on geshi\'s rules rather than use geshi itself. They've tokenised the pattern matches but ignored completely the colours and text styles. I tried to make a simple change to the colours and it's all just hard coded. I suggest a view transform that reads in the geshi data at:

/var/www/wiki/extensions/geshi/geshi

and chooses the file based on the language tag. --Rob 00:51, 13 Nov 2006 (NZDT)