Content deleted Content added
Roland2 (disputatio | conlationes)
WWW-Mediawiki-Client-0.28
Linea 46:
It has worked: Just 67 entries. Congratulations! --[[Usor:Roland2|Roland2]] 22:15, 31 Ianuarii 2006 (UTC)
:Yay! Yeah, I was going through null-editing/actually-editing everything in the category, and about halfway through I noticed all the ones in subcategories had disappeared... cool. --[[Usor:Alynna Kasmira|Alynna Kasmira]] 00:42, 1 Februarii 2006 (UTC)
 
== WWW-Mediawiki-Client-0.28 ==
 
Hi, I did some testing and this Perl module from CPAN seems to work (at least partly) with the English Wikipedia. I succeded to download a page from the en:WP with get_server_page. With the Latin WP I got an error in package WWW::Mediawiki::Client in line 1197 ff but could fix it:
 
<pre><nowiki>
unless (lc($headline) =~ /"$expected"$/) { # <<<<<<<<<< was: /$expected$/
WWW::Mediawiki::Client::ServerPageException->throw(
error => "The server could not resolve the page name
'$pagename', but responded that it was '$headline'.",
res => $res,
) if ($headline && $headline =~ /^Recenseo /); # <<<<<<<< was: Editing
</nowiki></pre>
 
The author seems to make presumptions which are not true for the Latin WP. However, in general the module seems to be very clean. I just wanted to tell you this. --[[Usor:Roland2|Roland2]] 22:55, 3 Februarii 2006 (UTC)