NAME
Linux::DVB::DVBT::Apps::QuartzPVR - PVR Application
SYNOPSIS
use Linux::DVB::DVBT::Apps::QuartzPVR ;
print "Verion: " . Linux::DVB::DVBT::Apps::QuartzPVR::version() . "\n" ;
DESCRIPTION
This is a bundle module that installs a complete PVR application that uses a web frontend for TV listings display and for managing recordings.
new([%args])
-
Create a new object.
The %args are specified as they would be in the set method, for example:
'mmap_handler' => $mmap_handler
The full list of possible arguments are :
'fields' => Either ARRAY list of valid field names, or HASH of field names with default values
init_class([%args])
-
Initialises the Cwrsync object class variables. Creates a class instance so that these methods can also be called via the class (don't need a specific instance)
ACKNOWLEDGEMENTS
jQuery
This program uses the jQuery Javascript library:
* jQuery JavaScript Library v1.4
* http://jquery.com/
*
* Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://docs.jquery.com/License
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2010, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
*
* Date: Wed Jan 13 15:23:05 2010 -0500
AUTHOR
Steve Price
Please report bugs using http://rt.cpan.org.
BUGS
None that I know of!
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Steve Price
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.