diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-08-14 15:16:03 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-08-14 15:16:03 +0000 |
| commit | faad4d39c273e1feec1f5a8641186a269dd8beda (patch) | |
| tree | 9cd38f879e8494f745061fc31308c0000fdb0914 /lib | |
| parent | 6da16af54f9504aa0fa2e97d3b0217e183867287 (diff) | |
| download | xxv-faad4d39c273e1feec1f5a8641186a269dd8beda.tar.gz xxv-faad4d39c273e1feec1f5a8641186a269dd8beda.tar.bz2 | |
* bump to release 0.95
Diffstat (limited to 'lib')
34 files changed, 70 insertions, 70 deletions
diff --git a/lib/XXV/MODULES/AUTOTIMER.pm b/lib/XXV/MODULES/AUTOTIMER.pm index 391c923..04903ba 100644 --- a/lib/XXV/MODULES/AUTOTIMER.pm +++ b/lib/XXV/MODULES/AUTOTIMER.pm @@ -19,8 +19,8 @@ sub module { # 'Perl::Module' => 'Description',
},
Description => gettext('This module search for epg entries with an user defined text and create new timer.'),
- Version => '0.91',
- Date => '2007-01-11',
+ Version => '0.95', + Date => '2007-08-14', Author => 'xpix',
Status => sub{ $obj->status(@_) },
Preferences => {
diff --git a/lib/XXV/MODULES/CHANNELS.pm b/lib/XXV/MODULES/CHANNELS.pm index 28d7620..c90b5e3 100644 --- a/lib/XXV/MODULES/CHANNELS.pm +++ b/lib/XXV/MODULES/CHANNELS.pm @@ -16,8 +16,8 @@ sub module { Prereq => { }, Description => gettext('This module reads new channels and stores them in the database.'), - Version => '0.91', - Date => '2007-01-11', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Status => sub{ $obj->status(@_) }, Preferences => { diff --git a/lib/XXV/MODULES/CHRONICLE.pm b/lib/XXV/MODULES/CHRONICLE.pm index f2fdd2c..e54c4b2 100644 --- a/lib/XXV/MODULES/CHRONICLE.pm +++ b/lib/XXV/MODULES/CHRONICLE.pm @@ -16,9 +16,9 @@ sub module { # 'Perl::Module' => 'Description',
}, Description => gettext('This module store recordings at chronicle.'), - Version => '0.91', - Date => '09.01.2007', - Author => 'a.brachold', + Version => '0.95', + Date => '2007-08-14', + Author => 'Andreas Brachold <vdr07 at deltab.de>',
Preferences => { active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/CONFIG.pm b/lib/XXV/MODULES/CONFIG.pm index 771b172..f54b5f5 100644 --- a/lib/XXV/MODULES/CONFIG.pm +++ b/lib/XXV/MODULES/CONFIG.pm @@ -16,8 +16,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module edit, write and reconfigure the configuration.'), - Version => '0.01', - Date => '27.10.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Level => 'admin', Commands => { diff --git a/lib/XXV/MODULES/EPG.pm b/lib/XXV/MODULES/EPG.pm index 6ad8107..70cda39 100644 --- a/lib/XXV/MODULES/EPG.pm +++ b/lib/XXV/MODULES/EPG.pm @@ -18,8 +18,8 @@ sub module { 'Time::Local' => 'efficiently compute time from local and GMT time ',
},
Description => gettext('This module reads new EPG Data and stores them in the database.'),
- Version => '0.92', - Date => '2007-06-03',
+ Version => '0.95', + Date => '2007-08-14', Author => 'xpix',
Status => sub{ $obj->status(@_) },
Preferences => {
diff --git a/lib/XXV/MODULES/EVENTS.pm b/lib/XXV/MODULES/EVENTS.pm index 23b94b6..2603dc2 100644 --- a/lib/XXV/MODULES/EVENTS.pm +++ b/lib/XXV/MODULES/EVENTS.pm @@ -23,8 +23,8 @@ a defined Event exists and match the keywords defined in Module->RegEvent->SearchForEvent then call the Loghandler 'callEvent'. This sub look in Module->RegEvent->Actions, and call this Routines. "), - Version => '0.92', - Date => '2007-01-28', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/MODULES/GRAB.pm b/lib/XXV/MODULES/GRAB.pm index d421203..b6fc67a 100644 --- a/lib/XXV/MODULES/GRAB.pm +++ b/lib/XXV/MODULES/GRAB.pm @@ -18,8 +18,8 @@ sub module { 'Template' => 'Front-end module to the Template Toolkit ', }, Description => gettext('This module grab a picture from livestream.'), - Version => '0.01', - Date => '06.09.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { xsize => { diff --git a/lib/XXV/MODULES/HTTPD.pm b/lib/XXV/MODULES/HTTPD.pm index 3efbf83..b33c08b 100644 --- a/lib/XXV/MODULES/HTTPD.pm +++ b/lib/XXV/MODULES/HTTPD.pm @@ -45,8 +45,8 @@ sub module { 'Compress::Zlib' => 'Interface to zlib compression library. ', }, Description => gettext('This module is a multisession HTTPD server.'), - Version => '0.92', - Date => '2007-01-21', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Status => sub{ $obj->status(@_) }, Preferences => { diff --git a/lib/XXV/MODULES/INTERFACE.pm b/lib/XXV/MODULES/INTERFACE.pm index b468dac..14397f7 100644 --- a/lib/XXV/MODULES/INTERFACE.pm +++ b/lib/XXV/MODULES/INTERFACE.pm @@ -21,8 +21,8 @@ sub module { "SOAP::Transport::HTTP::Event" => 'Server/Client side HTTP support for SOAP::Lite', }, Description => gettext('This module is a multichannel soap server for second party software.'), - Version => '0.01', - Date => '06.09.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/MODULES/LOGREAD.pm b/lib/XXV/MODULES/LOGREAD.pm index 88a0a7c..30c4b14 100644 --- a/lib/XXV/MODULES/LOGREAD.pm +++ b/lib/XXV/MODULES/LOGREAD.pm @@ -19,8 +19,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module read the xxv log file and show it on console.'), - Version => '0.01', - Date => '17.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Level => 'admin', Preferences => { diff --git a/lib/XXV/MODULES/MEDIALIB.pm b/lib/XXV/MODULES/MEDIALIB.pm index 5cf20b6..6ecda2a 100644 --- a/lib/XXV/MODULES/MEDIALIB.pm +++ b/lib/XXV/MODULES/MEDIALIB.pm @@ -21,8 +21,8 @@ sub module { 'LWP::UserAgent' => 'simple procedural interface to LWP', }, Description => gettext('This module manages media like DVDs, VCD, etc.'), - Version => '0.04', - Date => '2007-03-11', + Version => '0.95', + Date => '2007-08-14', Author => 'poetter', Status => sub{ $obj->status(@_) }, Preferences => { diff --git a/lib/XXV/MODULES/MUSIC.pm b/lib/XXV/MODULES/MUSIC.pm index 1b8d1fb..a6ac698 100644 --- a/lib/XXV/MODULES/MUSIC.pm +++ b/lib/XXV/MODULES/MUSIC.pm @@ -28,8 +28,8 @@ sub module { 'Class for submitting Artist requests', }, Description => gettext('This module managed music files.'), - Version => '0.92', - Date => '2007-02-04', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Status => sub{ $obj->status(@_) }, Preferences => { diff --git a/lib/XXV/MODULES/RECORDS.pm b/lib/XXV/MODULES/RECORDS.pm index ded7e70..fc9395d 100644 --- a/lib/XXV/MODULES/RECORDS.pm +++ b/lib/XXV/MODULES/RECORDS.pm @@ -24,8 +24,8 @@ sub module { 'Time::Local' => 'efficiently compute time from local and GMT time ', }, Description => gettext('This module managed recordings.'), - Version => '0.93', - Date => '2007-07-22',
+ Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Status => sub{ $obj->status(@_) }, Preferences => { diff --git a/lib/XXV/MODULES/REMOTE.pm b/lib/XXV/MODULES/REMOTE.pm index dab705b..40292b5 100644 --- a/lib/XXV/MODULES/REMOTE.pm +++ b/lib/XXV/MODULES/REMOTE.pm @@ -15,8 +15,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module emulate a remote control.'), - Version => '0.01', - Date => '10.10.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Level => 'user', Preferences => { diff --git a/lib/XXV/MODULES/REPORT.pm b/lib/XXV/MODULES/REPORT.pm index b859c95..d760c32 100644 --- a/lib/XXV/MODULES/REPORT.pm +++ b/lib/XXV/MODULES/REPORT.pm @@ -17,8 +17,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module read in every module the status information and display this. Also this module send this informations e.g. as mail report.'), - Version => '0.01', - Date => '19.04.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Level => 'user', Preferences => { diff --git a/lib/XXV/MODULES/ROBOT.pm b/lib/XXV/MODULES/ROBOT.pm index d39e0ec..d5e940e 100644 --- a/lib/XXV/MODULES/ROBOT.pm +++ b/lib/XXV/MODULES/ROBOT.pm @@ -17,8 +17,8 @@ sub module { # 'WWW::Mechanize' => 'Handy web browsing in a Perl object ', }, Description => gettext('This module register and run robots to fetch data from internet.'), - Version => '0.01', - Date => '06.09.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/MODULES/SHARE.pm b/lib/XXV/MODULES/SHARE.pm index 3b5d06c..97abe91 100644 --- a/lib/XXV/MODULES/SHARE.pm +++ b/lib/XXV/MODULES/SHARE.pm @@ -40,8 +40,8 @@ sub module { 'SOAP::Lite' => 'Client and server side SOAP implementation.', }, Description => gettext('This module send and read shared data from SOAP Server.'), - Version => '0.03', - Date => '30.06.2006', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/MODULES/STATUS.pm b/lib/XXV/MODULES/STATUS.pm index f566855..0111e09 100644 --- a/lib/XXV/MODULES/STATUS.pm +++ b/lib/XXV/MODULES/STATUS.pm @@ -19,8 +19,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module analyze your system and print the result.'), - Version => '0.45', - Date => '06.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Level => 'user', Preferences => { diff --git a/lib/XXV/MODULES/STREAM.pm b/lib/XXV/MODULES/STREAM.pm index aa80c22..00091fe 100644 --- a/lib/XXV/MODULES/STREAM.pm +++ b/lib/XXV/MODULES/STREAM.pm @@ -20,8 +20,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module generate streams from recordings.'), - Version => '0.92', - Date => '2007-01-20', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { host => { diff --git a/lib/XXV/MODULES/SVDRP.pm b/lib/XXV/MODULES/SVDRP.pm index 08ca944..90fc341 100644 --- a/lib/XXV/MODULES/SVDRP.pm +++ b/lib/XXV/MODULES/SVDRP.pm @@ -18,8 +18,8 @@ sub module { 'Net::Telnet' => 'Net::Telnet allows you to make client connections to a TCP port and do network I/O', }, Description => gettext('This module a telnet client for sdvrp.'), - Version => '0.93', - Date => '2007-02-21', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { VdrHost => { diff --git a/lib/XXV/MODULES/TELNET.pm b/lib/XXV/MODULES/TELNET.pm index f29b2bb..10165f0 100644 --- a/lib/XXV/MODULES/TELNET.pm +++ b/lib/XXV/MODULES/TELNET.pm @@ -18,8 +18,8 @@ sub module { 'Module::Reload' => 'Reload %INC files when updated on disk ', }, Description => gettext('This module is a multisession telnet server.'), - Version => '0.01', - Date => '18.08.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/MODULES/TIMERS.pm b/lib/XXV/MODULES/TIMERS.pm index 14f60fa..9501cfd 100644 --- a/lib/XXV/MODULES/TIMERS.pm +++ b/lib/XXV/MODULES/TIMERS.pm @@ -16,8 +16,8 @@ sub module { # 'Perl::Module' => 'Description', }, Description => gettext('This module parse the timers.conf and save this in the database.'), - Version => '0.92', - Date => '2007-01-28', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Status => sub{ $obj->status(@_) }, Preferences => { diff --git a/lib/XXV/MODULES/USER.pm b/lib/XXV/MODULES/USER.pm index 852cfd9..56fb645 100644 --- a/lib/XXV/MODULES/USER.pm +++ b/lib/XXV/MODULES/USER.pm @@ -23,8 +23,8 @@ gettext("This module managed a Useradministration Interface. for use you can set a Level to the hole Modul with a parameter 'Level' in the main root or you can set the same parameter in a function."), - Version => '0.94', - Date => '2007-06-24', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/MODULES/VTX.pm b/lib/XXV/MODULES/VTX.pm index 6062f65..a4e7514 100644 --- a/lib/XXV/MODULES/VTX.pm +++ b/lib/XXV/MODULES/VTX.pm @@ -16,9 +16,9 @@ sub module { # 'Perl::Module' => 'Description',
},
Description => gettext('This module display cached teletext pages from osdteletext-plugin.'),
- Version => '0.93',
- Date => '2007-03-04',
- Author => 'Andreas Brachold <vdr04 at deltab.de>',
+ Version => '0.95', + Date => '2007-08-14', + Author => 'Andreas Brachold <vdr07 at deltab.de>',
Preferences => {
active => { description => gettext('Activate this service'), diff --git a/lib/XXV/MODULES/WAPD.pm b/lib/XXV/MODULES/WAPD.pm index 8114108..4d93886 100644 --- a/lib/XXV/MODULES/WAPD.pm +++ b/lib/XXV/MODULES/WAPD.pm @@ -31,8 +31,8 @@ sub module { => 'Simple Common Gateway Interface Class', }, Description => gettext('This module is a multisession WAPD server.'), - Version => '0.45', - Date => '16.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/OUTPUT/Ajax.pm b/lib/XXV/OUTPUT/Ajax.pm index 0151b5f..9e6fdb2 100644 --- a/lib/XXV/OUTPUT/Ajax.pm +++ b/lib/XXV/OUTPUT/Ajax.pm @@ -21,8 +21,8 @@ sub module { 'JSON' => 'Parse and convert to JSON (JavaScript Object Notation)', }, Description => gettext('This receive and send Ajax messages.'), - Version => '0.01', - Date => '27.10.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', }; return $args; diff --git a/lib/XXV/OUTPUT/Console.pm b/lib/XXV/OUTPUT/Console.pm index b1b6d80..313e1e1 100644 --- a/lib/XXV/OUTPUT/Console.pm +++ b/lib/XXV/OUTPUT/Console.pm @@ -26,8 +26,8 @@ sub module { 'Term::ReadLine::Perl' => 'a quick implementation of the minimal interface to Readline', }, Description => gettext('This receive and send ASCII messages'), - Version => '0.01', - Date => '27.10.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', }; return $args; diff --git a/lib/XXV/OUTPUT/Dump.pm b/lib/XXV/OUTPUT/Dump.pm index 02ea847..b9ce9f4 100644 --- a/lib/XXV/OUTPUT/Dump.pm +++ b/lib/XXV/OUTPUT/Dump.pm @@ -15,8 +15,8 @@ sub module { Prereq => { }, Description => gettext('This receive and send Dump messages.'), - Version => '0.01', - Date => '27.10.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', }; return $args; diff --git a/lib/XXV/OUTPUT/Html.pm b/lib/XXV/OUTPUT/Html.pm index 72251ba..0f8a9ec 100644 --- a/lib/XXV/OUTPUT/Html.pm +++ b/lib/XXV/OUTPUT/Html.pm @@ -26,8 +26,8 @@ sub module { 'HTML::TextToHTML' => 'convert plain text file to HTML. ', }, Description => gettext('This receive and send HTML messages.'), - Version => '0.92', - Date => '2007-01-21', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', }; return $args; diff --git a/lib/XXV/OUTPUT/NEWS/JABBER.pm b/lib/XXV/OUTPUT/NEWS/JABBER.pm index 119f4c5..f067f34 100644 --- a/lib/XXV/OUTPUT/NEWS/JABBER.pm +++ b/lib/XXV/OUTPUT/NEWS/JABBER.pm @@ -58,8 +58,8 @@ or Telnet Interface: Then you must receive a message in your running jabber client. |), - Version => '0.01', - Date => '31.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/OUTPUT/NEWS/MAIL.pm b/lib/XXV/OUTPUT/NEWS/MAIL.pm index 5f91e05..7286ac2 100644 --- a/lib/XXV/OUTPUT/NEWS/MAIL.pm +++ b/lib/XXV/OUTPUT/NEWS/MAIL.pm @@ -22,8 +22,8 @@ sub module { 'Mail::SendEasy' => 'Simple platform independent mailer', }, Description => gettext('This NEWS module generate mails for news.'), - Version => '0.01', - Date => '31.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/OUTPUT/NEWS/RSS.pm b/lib/XXV/OUTPUT/NEWS/RSS.pm index 82cdbd4..9772f2e 100644 --- a/lib/XXV/OUTPUT/NEWS/RSS.pm +++ b/lib/XXV/OUTPUT/NEWS/RSS.pm @@ -21,8 +21,8 @@ sub module { 'XML::RSS' => 'SMTP Protocol module to connect and send emails', }, Description => gettext('This NEWS module generate an RSS Newsfeed for your rss reader.'), - Version => '0.01', - Date => '31.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/OUTPUT/NEWS/VDR.pm b/lib/XXV/OUTPUT/NEWS/VDR.pm index 9f56793..0045bf2 100644 --- a/lib/XXV/OUTPUT/NEWS/VDR.pm +++ b/lib/XXV/OUTPUT/NEWS/VDR.pm @@ -18,8 +18,8 @@ sub module { my $args = { Name => 'NEWS::VDR', Description => gettext('This NEWS module generate a messages for vdr interface.'), - Version => '0.01', - Date => '31.09.2005', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', Preferences => { active => { diff --git a/lib/XXV/OUTPUT/Wml.pm b/lib/XXV/OUTPUT/Wml.pm index fc110c2..c1a6ab7 100644 --- a/lib/XXV/OUTPUT/Wml.pm +++ b/lib/XXV/OUTPUT/Wml.pm @@ -19,8 +19,8 @@ sub module { 'Template' => 'Front-end module to the Template Toolkit ', }, Description => gettext('This receive and send Wap messages.'), - Version => '0.01', - Date => '27.10.2004', + Version => '0.95', + Date => '2007-08-14', Author => 'xpix', }; return $args; |
