vonskippy wrote:
Pmwiki is a flat file wiki app, so it would be very simple to script out setting up a new instance via a web form request (which is what I think the OP is asking). Change the default wiki name and default wiki admin password in a single config file then copy the files into new subdirectory. Assuming that all your spawned wikis will be a subfolder under your main domain name.
Since there are quite a few big name cloud wiki's offering free wiki's (Wikispaces and PB Wiki just to name a couple), not sure why you want to do this.
I've seen some of the other wiki hosts, but the problem is that they're mostly just project management wikis that are aimed at schools or work groups. Once Wikkii died after ownership was transferred to a company called "Gunggo" who abandon it, there seems to be an absence good, legitmate wiki hosts. There's Wikia, which would be great except all they care about is advertising money. I'd like to be able to provide people with a good, basic, and communal wiki hosting service.
What I'm planning to use is MediaWiki, since it's fairly standard, plus I have experience with it. I'm also going to be using subdomains, instead of having the name of the wiki in the directory. It's possible that a directory system might work for some people, but what people expect from services like this is subdomains. I thought about creating a script, and I thought that I could do it just by having the app copy the files and a database, but the problem is that you'd also need to change a lot of settings, such as the wiki name, database connection, and administrator account. You'd also need a way to map the subdomain automatically.