-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.php
34 lines (32 loc) · 1.85 KB
/
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
32
33
34
<?php
/*
* This file is part of the Whiteboard Repository Object plugin for ILIAS, a collaborative online whiteboard tool,
* developed by SURLABS with funding from the University of Freiburg.
*
* This plugin is freely distributed under the terms of the GNU General Public License version 3 (GPL-3.0),
* a copy of which is available at https://www.gnu.org/licenses/gpl-3.0.en.html. This license allows for the free use,
* modification, and distribution of this software, ensuring it remains open-source and accessible to the community.
*
* The Whiteboard plugin uses a version the tldraw library, which is also open-source and distributed under its specific
* terms and conditions. For details on the tldraw license, please refer to https://github.com/tldraw/tldraw/blob/main/LICENSE.md.
*
* DISCLAIMER: The developers, contributors, and funding entities associated with the Whiteboard plugin or the tldraw library
* assume no responsibility for any damages or losses incurred from the use of this software. Users are encouraged to review
* the license agreements and comply with the terms and conditions set forth.
*
* Community involvement is welcome. To report bugs, suggest improvements, or participate in discussions,
* please visit the Mantis system and search for ILIAS Plugins under the "Whiteboard" category at https://mantis.ilias.de.
*
* For further information, documentation, and the source code, visit our GitHub repository at
* https://github.com/surlabs/Whiteboard.
*/
$id = "xswb";
// code version; must be changed for all code changes
$version = "8.1";
// ilias min and max version; must always reflect the versions that should
// run with the plugin
$ilias_min_version = "6.0";
$ilias_max_version = "8.999";
$responsible = "Jesús Copado";
$responsible_mail = "[email protected]";
$supports_export = true;