./wip/p5-MediaWiki-API, Perl interface to the MediaWiki API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.41nb1, Package name: p5-MediaWiki-API-0.41nb1, Maintainer: pkgsrc-users

This module provides an interface between Perl and the MediaWiki API
(http://www.mediawiki.org/wiki/API) allowing creation of scripts to automate
editing and extraction of data from MediaWiki driven sites like Wikipedia.


Required to run:
[textproc/p5-Encode] [www/p5-libwww] [lang/perl5] [converters/p5-JSON]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: fb5dfcbdb01df4bfe6f107a6b1327bdfd1bb073c
Filesize: 32.087 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-13 09:11:11 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.40
   2013-11-30 13:47:04 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Update to 0.39.
   2012-10-04 20:42:20 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-10 14:06:59 by Leonardo Taccari | Files touched by this commit (11)
Log message:
Drop mainteinership (I no longer use these packages)...

Feel free to take maintainership if you are interested!
   2009-09-11 22:30:52 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Updated to MediaWiki-API-0.27.

Changes:
The skip_encoding option was ignored for the list function. Thanks to Estelle
for reporting the problem.
   2009-06-20 01:11:22 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Use standard location for LICENSE line (it should be in the MAINTAINER,
HOMEPAGE, COMMENT block).

No functional changes.
   2009-06-20 01:10:06 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Updated to MediaWiki-API-0.27.

Changes:
0.27    2009-05-14
        Updated README installation instructions including some notes for
		building debian packages and dependencies.
        Fixed old reference to JSON::XS

0.26    2009-05-12
        A new configuration option $mw->{config}->{use_http_get} to tell
		the module to use http GET requests for those API calls that allow
		it. By default the module will use POST for all API requests.
		Fixes bug #45974.
        Switched the module to ask for the JSON module and not specifically
		JSON::XS. If JSON::XS is available the JSON module will use it by
		default, but if not it will fallback to a pure perl JSON parser.

0.25    2009-03-19
        Support the skip_encoding option in the list and edit calls. Thanks
		to Brent Garber for reporting this problem.
   2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.