StressFree | David Harrison

Open source development & digital architectural collaboration

php

DokuWiki - My favourite Wiki tool

Tags:
Submitted by David on 11 October 2006 - 9:17pm

Whilst Wiki markup language can be a little intimidating for the novice user it is hard to argue with the overall success of the Wiki concept especially when you take a look at sites like Wikipedia. I have tried a number of Wiki tools but DocuWiki is my favourite for a number of reasons.

Firstly it just seems to work with very little hassle, mainly because it is written in PHP and does not rely on any back-end database, preferring instead to save all data to files on the disk. I also like it because it gets up and running without any major configuration process, if you have the correct PHP extensions loaded and file permissions set it will just work with almost no questions asked. To top it all off if the extensive built in functionality does not meet your needs it can be easily extended through the use of plug-ins as this Linux.com article illustrates.
Read more »

WebSVN frontend for Subversion

Submitted by David on 10 September 2005 - 10:52pm
This morning I had a play with WebSVN to see if I could get a nice user-friendly frontend onto my Subversion repositories. The results were very good and are available for all at http://subversion.stress-free.co.nz. Not only does WebSVN provide a simple interface to Subversion but it also has some very nice RSS and archive tools which makes it easy to track what is changing in a project and download the source without having to worry about Subversion at all.