summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-09-08 12:22:11 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-09-08 12:22:11 +0000
commit5cefd0d8f56c617c92f3908bee45ab9a13f57549 (patch)
tree1ad35524c3fc1c49d0ed33adf8ec164b1a400d63 /lib
parenta6e099faa6681b21e25f9e5e4cc2038ae0f77b92 (diff)
downloadxxv-5cefd0d8f56c617c92f3908bee45ab9a13f57549.tar.gz
xxv-5cefd0d8f56c617c92f3908bee45ab9a13f57549.tar.bz2
* Let SVN control version date and revision
Diffstat (limited to 'lib')
-rw-r--r--lib/XXV/MODULES/AUTOTIMER.pm1
-rw-r--r--lib/XXV/MODULES/CHANNELS.pm5
-rw-r--r--lib/XXV/MODULES/CHRONICLE.pm7
-rw-r--r--lib/XXV/MODULES/CONFIG.pm5
-rw-r--r--lib/XXV/MODULES/EPG.pm5
-rw-r--r--lib/XXV/MODULES/EVENTS.pm5
-rw-r--r--lib/XXV/MODULES/GRAB.pm5
-rw-r--r--lib/XXV/MODULES/HTTPD.pm5
-rw-r--r--lib/XXV/MODULES/INTERFACE.pm5
-rw-r--r--lib/XXV/MODULES/LOGREAD.pm5
-rw-r--r--lib/XXV/MODULES/MEDIALIB.pm5
-rw-r--r--lib/XXV/MODULES/MUSIC.pm5
-rw-r--r--lib/XXV/MODULES/RECORDS.pm5
-rw-r--r--lib/XXV/MODULES/REMOTE.pm5
-rw-r--r--lib/XXV/MODULES/REPORT.pm5
-rw-r--r--lib/XXV/MODULES/ROBOT.pm5
-rw-r--r--lib/XXV/MODULES/SHARE.pm5
-rw-r--r--lib/XXV/MODULES/STATUS.pm5
-rw-r--r--lib/XXV/MODULES/STREAM.pm5
-rw-r--r--lib/XXV/MODULES/SVDRP.pm5
-rw-r--r--lib/XXV/MODULES/TELNET.pm5
-rw-r--r--lib/XXV/MODULES/TIMERS.pm5
-rw-r--r--lib/XXV/MODULES/USER.pm5
-rw-r--r--lib/XXV/MODULES/VTX.pm7
-rw-r--r--lib/XXV/MODULES/WAPD.pm5
-rw-r--r--lib/XXV/OUTPUT/Ajax.pm5
-rw-r--r--lib/XXV/OUTPUT/Console.pm5
-rw-r--r--lib/XXV/OUTPUT/Dump.pm5
-rw-r--r--lib/XXV/OUTPUT/Html.pm5
-rw-r--r--lib/XXV/OUTPUT/NEWS/JABBER.pm5
-rw-r--r--lib/XXV/OUTPUT/NEWS/MAIL.pm5
-rw-r--r--lib/XXV/OUTPUT/NEWS/RSS.pm5
-rw-r--r--lib/XXV/OUTPUT/NEWS/VDR.pm5
-rw-r--r--lib/XXV/OUTPUT/Wml.pm5
34 files changed, 102 insertions, 68 deletions
diff --git a/lib/XXV/MODULES/AUTOTIMER.pm b/lib/XXV/MODULES/AUTOTIMER.pm
index 3991835..90efb71 100644
--- a/lib/XXV/MODULES/AUTOTIMER.pm
+++ b/lib/XXV/MODULES/AUTOTIMER.pm
@@ -22,6 +22,7 @@ sub module {
Version => (split(/ /, '$Revision$'))[1],
Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/CHANNELS.pm b/lib/XXV/MODULES/CHANNELS.pm
index 02bad7f..e660dbe 100644
--- a/lib/XXV/MODULES/CHANNELS.pm
+++ b/lib/XXV/MODULES/CHANNELS.pm
@@ -16,9 +16,10 @@ sub module {
Prereq => {
},
Description => gettext('This module reads new channels and stores them in the database.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
file => {
diff --git a/lib/XXV/MODULES/CHRONICLE.pm b/lib/XXV/MODULES/CHRONICLE.pm
index 81ac5ad..790fce5 100644
--- a/lib/XXV/MODULES/CHRONICLE.pm
+++ b/lib/XXV/MODULES/CHRONICLE.pm
@@ -16,9 +16,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module store recordings at chronicle.'),
- Version => '0.95',
- Date => '2007-08-14',
- Author => 'Andreas Brachold <vdr07 at deltab.de>',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
+ Author => 'Andreas Brachold',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/CONFIG.pm b/lib/XXV/MODULES/CONFIG.pm
index f54b5f5..036be29 100644
--- a/lib/XXV/MODULES/CONFIG.pm
+++ b/lib/XXV/MODULES/CONFIG.pm
@@ -16,9 +16,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module edit, write and reconfigure the configuration.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Level => 'admin',
Commands => {
configedit => {
diff --git a/lib/XXV/MODULES/EPG.pm b/lib/XXV/MODULES/EPG.pm
index a796f4c..e8ba1ef 100644
--- a/lib/XXV/MODULES/EPG.pm
+++ b/lib/XXV/MODULES/EPG.pm
@@ -18,9 +18,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
epgimages => {
diff --git a/lib/XXV/MODULES/EVENTS.pm b/lib/XXV/MODULES/EVENTS.pm
index 2603dc2..7ea1de1 100644
--- a/lib/XXV/MODULES/EVENTS.pm
+++ b/lib/XXV/MODULES/EVENTS.pm
@@ -23,9 +23,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/GRAB.pm b/lib/XXV/MODULES/GRAB.pm
index b6fc67a..ec2b25b 100644
--- a/lib/XXV/MODULES/GRAB.pm
+++ b/lib/XXV/MODULES/GRAB.pm
@@ -18,9 +18,10 @@ sub module {
'Template' => 'Front-end module to the Template Toolkit ',
},
Description => gettext('This module grab a picture from livestream.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
xsize => {
description => gettext('Image width'),
diff --git a/lib/XXV/MODULES/HTTPD.pm b/lib/XXV/MODULES/HTTPD.pm
index b33c08b..b760f0c 100644
--- a/lib/XXV/MODULES/HTTPD.pm
+++ b/lib/XXV/MODULES/HTTPD.pm
@@ -45,9 +45,10 @@ sub module {
'Compress::Zlib' => 'Interface to zlib compression library. ',
},
Description => gettext('This module is a multisession HTTPD server.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/INTERFACE.pm b/lib/XXV/MODULES/INTERFACE.pm
index 14397f7..bd98fd6 100644
--- a/lib/XXV/MODULES/INTERFACE.pm
+++ b/lib/XXV/MODULES/INTERFACE.pm
@@ -21,9 +21,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/LOGREAD.pm b/lib/XXV/MODULES/LOGREAD.pm
index 30c4b14..409c69b 100644
--- a/lib/XXV/MODULES/LOGREAD.pm
+++ b/lib/XXV/MODULES/LOGREAD.pm
@@ -19,9 +19,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module read the xxv log file and show it on console.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Level => 'admin',
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/MEDIALIB.pm b/lib/XXV/MODULES/MEDIALIB.pm
index 5bf8a0e..c15cd84 100644
--- a/lib/XXV/MODULES/MEDIALIB.pm
+++ b/lib/XXV/MODULES/MEDIALIB.pm
@@ -21,9 +21,10 @@ sub module {
'LWP::UserAgent' => 'simple procedural interface to LWP',
},
Description => gettext('This module manages media like DVDs, VCD, etc.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'poetter',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/MUSIC.pm b/lib/XXV/MODULES/MUSIC.pm
index 6c54560..e624486 100644
--- a/lib/XXV/MODULES/MUSIC.pm
+++ b/lib/XXV/MODULES/MUSIC.pm
@@ -28,9 +28,10 @@ sub module {
'Class for submitting Artist requests',
},
Description => gettext('This module managed music files.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/RECORDS.pm b/lib/XXV/MODULES/RECORDS.pm
index 1aa65dd..809ccd7 100644
--- a/lib/XXV/MODULES/RECORDS.pm
+++ b/lib/XXV/MODULES/RECORDS.pm
@@ -24,9 +24,10 @@ sub module {
'Time::Local' => 'efficiently compute time from local and GMT time ',
},
Description => gettext('This module managed recordings.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
commandfile => {
diff --git a/lib/XXV/MODULES/REMOTE.pm b/lib/XXV/MODULES/REMOTE.pm
index 40292b5..3980e68 100644
--- a/lib/XXV/MODULES/REMOTE.pm
+++ b/lib/XXV/MODULES/REMOTE.pm
@@ -15,9 +15,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module emulate a remote control.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Level => 'user',
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/REPORT.pm b/lib/XXV/MODULES/REPORT.pm
index d760c32..b74ae8c 100644
--- a/lib/XXV/MODULES/REPORT.pm
+++ b/lib/XXV/MODULES/REPORT.pm
@@ -17,9 +17,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Level => 'user',
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/ROBOT.pm b/lib/XXV/MODULES/ROBOT.pm
index d5e940e..adfc295 100644
--- a/lib/XXV/MODULES/ROBOT.pm
+++ b/lib/XXV/MODULES/ROBOT.pm
@@ -17,9 +17,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/SHARE.pm b/lib/XXV/MODULES/SHARE.pm
index 97abe91..8ed918e 100644
--- a/lib/XXV/MODULES/SHARE.pm
+++ b/lib/XXV/MODULES/SHARE.pm
@@ -40,9 +40,10 @@ sub module {
'SOAP::Lite' => 'Client and server side SOAP implementation.',
},
Description => gettext('This module send and read shared data from SOAP Server.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/STATUS.pm b/lib/XXV/MODULES/STATUS.pm
index 0111e09..9f2af34 100644
--- a/lib/XXV/MODULES/STATUS.pm
+++ b/lib/XXV/MODULES/STATUS.pm
@@ -19,9 +19,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module analyze your system and print the result.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Level => 'user',
Preferences => {
active => {
diff --git a/lib/XXV/MODULES/STREAM.pm b/lib/XXV/MODULES/STREAM.pm
index 00091fe..5242a26 100644
--- a/lib/XXV/MODULES/STREAM.pm
+++ b/lib/XXV/MODULES/STREAM.pm
@@ -20,9 +20,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module generate streams from recordings.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
host => {
description => gettext('Used host of referred link inside playlist.'),
diff --git a/lib/XXV/MODULES/SVDRP.pm b/lib/XXV/MODULES/SVDRP.pm
index ab29434..632d1bd 100644
--- a/lib/XXV/MODULES/SVDRP.pm
+++ b/lib/XXV/MODULES/SVDRP.pm
@@ -18,9 +18,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
VdrHost => {
description => gettext('Name of the host that runs vdr'),
diff --git a/lib/XXV/MODULES/TELNET.pm b/lib/XXV/MODULES/TELNET.pm
index 10165f0..8377634 100644
--- a/lib/XXV/MODULES/TELNET.pm
+++ b/lib/XXV/MODULES/TELNET.pm
@@ -18,9 +18,10 @@ sub module {
'Module::Reload' => 'Reload %INC files when updated on disk ',
},
Description => gettext('This module is a multisession telnet server.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/TIMERS.pm b/lib/XXV/MODULES/TIMERS.pm
index 2df60e6..1cd7db1 100644
--- a/lib/XXV/MODULES/TIMERS.pm
+++ b/lib/XXV/MODULES/TIMERS.pm
@@ -16,9 +16,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module parse the timers.conf and save this in the database.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Status => sub{ $obj->status(@_) },
Preferences => {
interval => {
diff --git a/lib/XXV/MODULES/USER.pm b/lib/XXV/MODULES/USER.pm
index 56fb645..8e51a33 100644
--- a/lib/XXV/MODULES/USER.pm
+++ b/lib/XXV/MODULES/USER.pm
@@ -23,9 +23,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Switch the Userauthentification on or off'),
diff --git a/lib/XXV/MODULES/VTX.pm b/lib/XXV/MODULES/VTX.pm
index 3c3f62b..6828126 100644
--- a/lib/XXV/MODULES/VTX.pm
+++ b/lib/XXV/MODULES/VTX.pm
@@ -16,9 +16,10 @@ sub module {
# 'Perl::Module' => 'Description',
},
Description => gettext('This module display cached teletext pages from osdteletext-plugin.'),
- Version => '0.95',
- Date => '2007-08-14',
- Author => 'Andreas Brachold <vdr07 at deltab.de>',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
+ Author => 'Andreas Brachold',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/MODULES/WAPD.pm b/lib/XXV/MODULES/WAPD.pm
index 4d93886..3e139d5 100644
--- a/lib/XXV/MODULES/WAPD.pm
+++ b/lib/XXV/MODULES/WAPD.pm
@@ -31,9 +31,10 @@ sub module {
=> 'Simple Common Gateway Interface Class',
},
Description => gettext('This module is a multisession WAPD server.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/OUTPUT/Ajax.pm b/lib/XXV/OUTPUT/Ajax.pm
index 9e6fdb2..a3e96dc 100644
--- a/lib/XXV/OUTPUT/Ajax.pm
+++ b/lib/XXV/OUTPUT/Ajax.pm
@@ -21,9 +21,10 @@ sub module {
'JSON' => 'Parse and convert to JSON (JavaScript Object Notation)',
},
Description => gettext('This receive and send Ajax messages.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
};
return $args;
}
diff --git a/lib/XXV/OUTPUT/Console.pm b/lib/XXV/OUTPUT/Console.pm
index 313e1e1..0f59cc5 100644
--- a/lib/XXV/OUTPUT/Console.pm
+++ b/lib/XXV/OUTPUT/Console.pm
@@ -26,9 +26,10 @@ sub module {
'Term::ReadLine::Perl' => 'a quick implementation of the minimal interface to Readline',
},
Description => gettext('This receive and send ASCII messages'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
};
return $args;
}
diff --git a/lib/XXV/OUTPUT/Dump.pm b/lib/XXV/OUTPUT/Dump.pm
index b9ce9f4..f82e86e 100644
--- a/lib/XXV/OUTPUT/Dump.pm
+++ b/lib/XXV/OUTPUT/Dump.pm
@@ -15,9 +15,10 @@ sub module {
Prereq => {
},
Description => gettext('This receive and send Dump messages.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
};
return $args;
}
diff --git a/lib/XXV/OUTPUT/Html.pm b/lib/XXV/OUTPUT/Html.pm
index 0f8a9ec..af2c6c4 100644
--- a/lib/XXV/OUTPUT/Html.pm
+++ b/lib/XXV/OUTPUT/Html.pm
@@ -26,9 +26,10 @@ sub module {
'HTML::TextToHTML' => 'convert plain text file to HTML. ',
},
Description => gettext('This receive and send HTML messages.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
};
return $args;
}
diff --git a/lib/XXV/OUTPUT/NEWS/JABBER.pm b/lib/XXV/OUTPUT/NEWS/JABBER.pm
index f067f34..7a6206e 100644
--- a/lib/XXV/OUTPUT/NEWS/JABBER.pm
+++ b/lib/XXV/OUTPUT/NEWS/JABBER.pm
@@ -58,9 +58,10 @@ or Telnet Interface:
Then you must receive a message in your running jabber client.
|),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/OUTPUT/NEWS/MAIL.pm b/lib/XXV/OUTPUT/NEWS/MAIL.pm
index 7286ac2..93bd187 100644
--- a/lib/XXV/OUTPUT/NEWS/MAIL.pm
+++ b/lib/XXV/OUTPUT/NEWS/MAIL.pm
@@ -22,9 +22,10 @@ sub module {
'Mail::SendEasy' => 'Simple platform independent mailer',
},
Description => gettext('This NEWS module generate mails for news.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/OUTPUT/NEWS/RSS.pm b/lib/XXV/OUTPUT/NEWS/RSS.pm
index 9772f2e..43178d4 100644
--- a/lib/XXV/OUTPUT/NEWS/RSS.pm
+++ b/lib/XXV/OUTPUT/NEWS/RSS.pm
@@ -21,9 +21,10 @@ 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.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/OUTPUT/NEWS/VDR.pm b/lib/XXV/OUTPUT/NEWS/VDR.pm
index 0045bf2..9568e15 100644
--- a/lib/XXV/OUTPUT/NEWS/VDR.pm
+++ b/lib/XXV/OUTPUT/NEWS/VDR.pm
@@ -18,9 +18,10 @@ sub module {
my $args = {
Name => 'NEWS::VDR',
Description => gettext('This NEWS module generate a messages for vdr interface.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
Preferences => {
active => {
description => gettext('Activate this service'),
diff --git a/lib/XXV/OUTPUT/Wml.pm b/lib/XXV/OUTPUT/Wml.pm
index c1a6ab7..f3bda9f 100644
--- a/lib/XXV/OUTPUT/Wml.pm
+++ b/lib/XXV/OUTPUT/Wml.pm
@@ -19,9 +19,10 @@ sub module {
'Template' => 'Front-end module to the Template Toolkit ',
},
Description => gettext('This receive and send Wap messages.'),
- Version => '0.95',
- Date => '2007-08-14',
+ Version => (split(/ /, '$Revision$'))[1],
+ Date => (split(/ /, '$Date$'))[1],
Author => 'xpix',
+ LastAuthor => (split(/ /, '$Author$'))[1],
};
return $args;
}