I’ve just updated the Experimental TWiki and Plugins repository. It now contains TWiki 4.2.0 and 212 Plugins, Contribs and Skins that you can simply apt-get install
To use them, add the following 2 lines to your /etc/apt/sources.list
deb http://distributedinformation.com/experimental/ experimental main contrib
deb-src http://distributedinformation.com/experimental/ experimental main contrib
then type
apt-get update
to update the available packages.
you can now see all 212 packages with apt-cache search twiki-
and install (assuming you don’t have twiki installed yet)
apt-get install apache2 twiki
and TWiki Contrib installation is as easy as
apt-get install twiki-bugscontrib
You will still need to use configure to enable Plugins.
Please report your experiences to me – bugs, gripes, you name it – its a work in progress. and I need your help!