Hi everybody!
In the file that I've told you, there is allready an wiki2html parser in C source( the file wiki2html.tar.gz). Just compile it and run it! This is a standalone program, which is only takeing one file at the time. So my effort is to make this to an php module to run this parseing much much faster.
So far so good, right?
Since my knowledge of programming in C is more or less 0, I'm asking here if there is someone who can look at what I've allreday done and make it work! Right now it basicly just Segmentation Fault every now and then.
What I'm really using this for is a secret a the moment, but I will tell you when I have this module for php! :-) (And it is a benefit for the hole Wikipedia projects..)
What the module do is to translate wiki syntax to html syntax. Sounds simple, eh? Well not for me! ;-)
It's not simple for anyone. Take a look at Parser.php and related files - it's a very complicated thing to do. Why are you trying to, anyway? Just use the built in parser.