http://qs1969.pair.com?node_id=958848


in reply to Re: Offline wikipedia using Perl
in thread Offline wikipedia using Perl

Once the database has been built, it is supposed to be used with a CGI script and a local webserver. The CGI script is on the wikipedia page indeed, but it is kind of ugly so I didn't post it here as I am not much proud of it :) A CGI is easy to write anyway. Notice that it requires Text::Mediawiki in order to turn wiki format into HTML.

As for checking errors during file openings and writings, I'll try to correct this.