Main > Programming > Libraries >

Parse::MediaWikiDump 0.40

Parse::MediaWikiDump 0.40

Sponsored Links

Parse::MediaWikiDump 0.40 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.012 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 957
Date added: 2007-03-13
Publisher: Tyler Riddle

Parse::MediaWikiDump 0.40 description

Parse::MediaWikiDump is a Perl module with tools to process MediaWiki dump files.

SYNOPSIS

use Parse::MediaWikiDump;

$source = dump_filename.ext;
$source = *FILEHANDLE;

$pages = Parse::MediaWikiDump::Pages->new($source);
$links = Parse::MediaWikiDump::Links->new($source);

#get all the records from the dump files, one record at a time
while(defined($page = $pages->next)) {
print "title ", $page->title, " id ", $page->id, "n";
}

while(defined($link = $links->next)) {
print "link from ", $link->from, " to ", $link->to, "n";
}

#information about the page dump file
$pages->sitename;
$pages->base;
$pages->generator;
$pages->case;
$pages->namespaces;
$pages->current_byte;
$pages->size;

#information about a page record
$page->redirect;
$page->categories;
$page->title;
$page->namespace;
$page->id;
$page->revision_id;
$page->timestamp;
$page->username;
$page->userid;
$page->minor;
$page->text;

#information about a link
$link->from;
$link->to;
$link->namespace;

This module provides the tools needed to process the contents of various MediaWiki dump files.

Parse::MediaWikiDump 0.40 Screenshot

Advertisements

Parse::MediaWikiDump 0.40 Keywords

Bookmark Parse::MediaWikiDump 0.40

Hyperlink code:
Link for forum:

Parse::MediaWikiDump 0.40 Copyright

WareSeeker periodically updates pricing and software information of Parse::MediaWikiDump 0.40 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Parse::MediaWikiDump 0.40 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Parse::Template was initially created to serve as a code generator for the Parse::Lex class. Free Download
media4moin is a parser plugin for the MoinMoin Wiki software to parse pages written in the MediaWiki syntax. Free Download
CMap files lets process incoming text and mapping CJK encodings to Unicode. Free Download
OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius. Free Download
hexdump is a hex dumper that can handle EBCDIC. Free Download
Slauth is a Perl-based authentication and authorization module for Apache HTTPD 2. Free Download
MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. Free Download
Lingua::ID::Nums2Words is a Perl module to convert number to Indonesian verbage. Free Download