Building a Wiki through MYSQL
March 12, 2007 7:29 AM
Subscribe
Which Wiki systems lend theirselves to allowing me to easily do an initial setup with MYSQL inserts to create the Wiki pages?
I need to set up a Wiki system spanning each day in history from January 1, 1960 to December 31, 2006 and have a page for each day (i.e. about 17,000 pages). Each page will have image tags to a unique image for that date that I am including (yep, thousands of unique images). So it makes sense for me to write a program which generates a slew of MYSQL inserts. This would do an initial setup for the Wiki system. Once in this Wiki format, visitors could add material and edit content.
On a lesser note, I'm wary about how to handle the images, as there's 6 a day (i.e. 100,000 of them). I'm not really sure about the implications of putting 100,000 GIF images in a single directory. I guess the Wiki systems don't split images into subdirectories, and I have no intent to start monkeying with Wiki source code.
Anyhow, has anyone had any experience building a Wiki database with simple MYSQL inserts? Which Wikis did you work with? Was it easy?
posted by hodyoaten to computers & internet (4 comments total)
posted by pazazygeek at 8:09 AM on March 12, 2007