I just discovered a very cool piece of software called Deki Wiki from a company called Mindtouch. It’s an open source Wiki / Distributed app platform written in C# and PHP. It runs on Windows / Mac / Linux with MySQL and Apache 2.
The cool thing is you can write what they call extensions that you can call from within the wiki via a scripting language they call Dekiscript. These extensions can also be written in almost any internet aware language because deki wiki uses REST and XML-RPC so the extension doesn't even have to be installed on the server your running from. They could be hosted on a cheap server with PHP, or in a Google App Engine app, or you could use sites like Flickr and Digg to pull content in using their API’s. Very cool stuff, stay tuned for some examples and some code.
No comments:
Post a Comment