Question
Is there a perl client for twiki users to automate login, download, edit and upload process?
I am using perl mediawiki client to do above CLI wiki editing process via a makefile. I searched cpan.org and quite suprise there is no perl twiki client for TWIKI already.
Am I not searching hard enough?
Environment
--
TjYang - 13 Nov 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I find wget is a fantastic commandline interface to twiki - basically, you can get and set topic text via a url - if you want to code a module to do that for you

(the save portion of this is basically
http://youhost/bin/save/Web/Topic?text=kjlkajshfdlkjashlkfjh )
--
SvenDowideit - 13 Nov 2005
An alternative is to expose the TWiki content via
WebDAVPlugin
--
PeterThoeny - 13 Nov 2005