From 5c94c1a5488ef33bdc6461a646ce04f5ed7e404a Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 22 Nov 2011 12:15:46 +0000 Subject: - Add more package.xml files git-svn-id: https://svn.roundcube.net/trunk@5463 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/newmail_notifier/newmail_notifier.js | 2 +- plugins/newmail_notifier/newmail_notifier.php | 4 +- plugins/newmail_notifier/package.xml | 69 +++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 plugins/newmail_notifier/package.xml (limited to 'plugins/newmail_notifier') diff --git a/plugins/newmail_notifier/newmail_notifier.js b/plugins/newmail_notifier/newmail_notifier.js index 16e3edd42..7c9b55ded 100644 --- a/plugins/newmail_notifier/newmail_notifier.js +++ b/plugins/newmail_notifier/newmail_notifier.js @@ -1,7 +1,7 @@ /** * New Mail Notifier plugin script * - * @version 0.3 + * @version @package_version@ * @author Aleksander Machniak */ diff --git a/plugins/newmail_notifier/newmail_notifier.php b/plugins/newmail_notifier/newmail_notifier.php index 01e25984d..742fce83d 100644 --- a/plugins/newmail_notifier/newmail_notifier.php +++ b/plugins/newmail_notifier/newmail_notifier.php @@ -3,13 +3,13 @@ /** * New Mail Notifier plugin * - * Supports two methods of notification: + * Supports three methods of notification: * 1. Basic - focus browser window and change favicon * 2. Sound - play wav file * 3. Desktop - display desktop notification (using webkitNotifications feature, * supported by Chrome and Firefox with 'HTML5 Notifications' plugin) * - * @version 0.3 + * @version @package_version@ * @author Aleksander Machniak * * diff --git a/plugins/newmail_notifier/package.xml b/plugins/newmail_notifier/package.xml new file mode 100644 index 000000000..76b56d40f --- /dev/null +++ b/plugins/newmail_notifier/package.xml @@ -0,0 +1,69 @@ + + + newmail_notifier + pear.roundcube.net + Displays notification about a new mail + + Supports three methods of notification: + 1. Basic - focus browser window and change favicon + 2. Sound - play wav file + 3. Desktop - display desktop notification (using webkitNotifications feature, + supported by Chrome and Firefox with 'HTML5 Notifications' plugin). + + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2011-11-21 + + 0.3 + 0.3 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + -- cgit v1.2.3