I’m planning to relaunch an old project I started – my family wiki. When I do, it will be at http://family.revillini.com/
Right now I’m trying to decide on which wiki to use. I should probably use phpwiki since it will probably be the most compatible with the database I already have started.
software
I wrote a plugin for WordPress 2.x called Just Unzip. Just Unzip takes a zip file you upload from the “Write” page, unzips it, stores the zipped files in your upload folder, and associates the unzipped files with the current post. Just Unzip makes use of the PclZip php library (LGPL Licensed).
It is available for download at wp-plugins.org.
I wrote it because uploading several files to a single post is time consuming, and I happened to have zip files of the images I wanted to upload.
software