
WWW::Wikipedia::TemplateFiller::WebApp - Web interface to WWW::Wikipedia::TemplateFiller

Inside the index.cgi instance script:
#!/usr/bin/perl
use WWW::Wikipedia::TemplateFiller::WebApp;
my %config = (
template_path => '/path/to/web/templates',
isbndb_access_key => 'access key here',
);
WWW::Wikipedia::TemplateFiller::WebApp->new( PARAMS => \%config )->run

This module provides a CGI::Application interface to WWW::Wikipedia::TemplateFiller so that the work of http://diberri.dyndns.org/cgi-bin/templatefiller/ can be distributed across multiple servers.
Please see the included INSTALL file for detailed installation instructions.

Sets up the app for CGI::Application.
Method corresponding to the view run mode, which constructs both the input form and the results page.
Loads the specified HTML::Template template.
Returns data sources by key. Used in populating the "Data sources" section of the cgi/templates/start.html template.
Returns all data sources in an array reference.
Returns all relevant query params passed in this HTTP request.
Returns all known parameters and their labels.
Same as params but suitable output for CGI::checkbox calls.

David J. Iberri, <diberri at cpan.org>

Please report any bugs or feature requests to bug-www-wikipedia-templatefiller at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Wikipedia-TemplateFiller. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc WWW::Wikipedia::TemplateFiller
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Wikipedia-TemplateFiller

Copyright (c) David J. Iberri, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.