[pmwiki-users] Using pmwikiedit in PmWiki V2

Ian Barton lists at manor-farm.org
Wed Feb 1 04:14:58 CST 2006


I want to be able to use the code from pmwikiedit by Scott Duff to 
develop something that lets me append posts to a page via email.

I can retrieve the text from the page OK. However, when I try posting 
data back to PmWiki nothing happens:

my $req = POST $wikiurl, [
    action	=> 'post',
    pagename	=> $wikipage,
    text		=> $text,
];

I think this was originally developed for V1 and I assume the post 
action doesn't work with V2. What's the preferred way of posting text to 
a page via a url in V2.

Ian.




More information about the pmwiki-users mailing list