-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
19 lines (19 loc) · 1.02 KB
/
module.xml
File metadata and controls
19 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="ISO-8859-1"?>
<module version="0.1">
<name lang="en">Hello World</name>
<description lang="en">This is a demo module that can be used as a skeleton for developing your own module. It implements all the features that a module can implement, including its own privileges, a directory, course backup/restore and delete, an SQL file, and more. See the module developer documentation for more information about creating modules at: http://help.atutor.ca/developer/modules.html</description>
<maintainers>
<maintainer>
<name>ATutor Team</name>
<email>info@atutor.ca</email>
</maintainer>
</maintainers>
<url>http://atutor.ca</url>
<license>BSD</license>
<release>
<version>0.9</version>
<date>2014-08-08</date>
<state>stable</state>
<notes>This version of the Hello World module has been updated for ATutor 2.2+ replacing mysql queries with queryDB()</notes>
</release>
</module>