XML-OPDS

This module facilitates the creation of OPDS feeds.

The specifications can be found at http://opds-spec.org while the
validator is at http://opds-validator.appspot.com

The idea is that it should be enough to pass the navigation links and
the title entries with some data, and have the feed back.

The OPDS feeds are basically Atom feeds, hence this module uses
XML::Atom under the hood.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc XML::OPDS

LICENSE AND COPYRIGHT

Copyright (C) 2016 Marco Pessotto

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See L<http://dev.perl.org/licenses/> for more information.