Difference between revisions of "Talk:Geshi.php"

From Organic Design wiki
m
Line 1: Line 1:
 +
Managed to screw up the php syntax hilighting so I just copied the c.php one and that seems to work ok.
 +
 
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>

Revision as of 11:57, 12 November 2006

Managed to screw up the php syntax hilighting so I just copied the c.php one and that seems to work ok.

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)