Features include:
See http://www.technomanifestos.net/?The_Network/Source to view the code or download it.
Installation instructions (even one sentence) would be really nice! - Anonymous
TmNetWiki : The missing installation instructions
(feel free to move to appropriate location)
I think regular installation intructions from UseMod and from the Download site for TmNetWiki apply. The code has some perl warnings and is missing a required LogPublish
module. The following files need some minor work
Wiki/search.pm
Wiki/rc.pm
Wiki/template.pm
Wiki/log.pm
- remove the line use LogPublish;and change subroutine
DoLog
to sub DoLog {''}
Wiki/keep.pm
- replace all those $$ at lines 68, 88, 105, 119, 150, and 178 with a single $
template/header/_default.tt
- Line 4 should read [% getScriptLink(Consts.HomePage,Consts.HomePage) %]<br>
$w->start("/your/configuration/directory/here");
Still figuring out templates - ManpreetSingh
The speed is terrible on WindowsME? with Savant Web server and PPM based TemplateToolkit as compared to vanilla UseMod installation -- ManpreetSingh