OK, folks, I have never ever written a complete module myself... thus, before I start, I want to ask some questions.
My plan is to integrate Dokuwiki (from splitbrain,
http://wiki.splitbrain.org/wiki:dokuwiki) as a module. Thing is, that dokuwiki actually doesn't use a database as storage. All data is stored in textfiles. That makes the wiki pretty flexible in terms of moving to different machines. But it also starts my first question:
- Since dokuwiki stores data in files, what would a WB table for dokuwiki be needed for?
Next question:
- In a WB module, as far as I understand it, data is generally send to the database. What, if I don't need to have the data send to a database, as it is in this case? How do I get WB to store data in dokuwiki files?
Thanks for your answers in advance,
regards,
Ayshe