-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.php
31 lines (26 loc) · 899 Bytes
/
plugin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* This file is part of the LiveVoting Repository Object plugin for ILIAS.
* This plugin allows to create real time votings within ILIAS.
*
* The LiveVoting Repository Object plugin for ILIAS is open-source and licensed under GPL-3.0.
* For license details, visit https://www.gnu.org/licenses/gpl-3.0.en.html.
*
* To report bugs or participate in discussions, visit the Mantis system and filter by
* the category "LiveVoting" at https://mantis.ilias.de.
*
* More information and source code are available at:
* https://github.com/surlabs/LiveVoting
*
* If you need support, please contact the maintainer of this software at:
*
*/
$id = 'xlvo';
$version = '9.1.13';
$ilias_min_version = '9.0';
$ilias_max_version = '9.999';
$responsible = 'Jesus Copado';
$responsible_mail = '[email protected]';
$supports_export = false;
$supports_cli_setup = true;