Magnus Manske magnus.manske@web.de writes:
Now, I have created a (partly) working parser, written in C++. It is based on a string object I also wrote, natively using 16-bit chars and thus supporting unicode. (A function to actually import/export mysql unicode remains to be written, though).
...
This could be the basis for several wiki(pedia) software projects:
- Offline editor
- Reader, to be distributed on CD/DVD
- Wiki(pedia) apache module
I've been working on an Emacs major mode for editing wikipedia articles offline (which I've placed at [[Image:Wikipedia-mode.el]], for lack of a better location.) The major missing feature is the ability to download and upload article source (i.e. the stuff in the edit box) automagically to and from the Wikipedia. Is this the kind of thing your parser can help with?
-- CYD