Anyone know any good scripts for a wiki hosting service?
10 Replies
Jeff
@fos:
I use pmwiki.org to good advantage. I have found it to be very reliable over a number of years. It is well supported and maintained. However, it does not have a wysiwyg editor and you would have to develop an automated deployment system yourself. You could check in their recipe area for the features you might need.
Jeff
Thanks.
Is that a wiki software? I was planning on using MediaWiki, since it's what I have experience with and is fairly standard. Lack of a WYSIWYG editor is a problem, but I'm not planning on implementing one unless the one that Wikimedia is working on gets a stable version. I expect that they'll come through, since lack of a WYSIWYG editor has been a serious problem for MediaWiki, as it gives new users the impression that they need to learn a coding language to use it.
@kbar:
https://www.mediawiki.org/wiki/Extension:WikiEditor
Thanks. I have that on everything, but it's not actually a WYSIWYG editor. It just adds the code. There's also another one that I use that creates links that you can use to add templates and more complex code. ~~~~
pmwiki is a wiki software engine. You can check it out at:
jeff
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.
A comparison of the major wiki engines is available on the MoinMoin site at
Gary Thorne
@vonskippy:
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.
Jeff
I have the form completed, although I wasn't able to embed it in the wiki page with an iframe as I wanted by using Widgets or HTMLets… Very strange. I'll make sure the HTMLets directory is in a webserver, if it needs to be.
Also, I need to get Google AdSense to work on the wiki. I tried adding a banner to Vector.php, but it isn't displaying. It displays fine on a plain web page though.