mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>integration_moodle</id>
|
|
<name>Moodle integration</name>
|
|
<summary>Integration of Moodle learning management system</summary>
|
|
<description><![CDATA[Moodle integration provides a dashboard widget displaying information about your recent courses and upcoming events.
|
|
It also allows you to search for content in Moodle.]]></description>
|
|
<version>1.0.2</version>
|
|
<licence>agpl</licence>
|
|
<author>Julien Veyssier</author>
|
|
<namespace>Moodle</namespace>
|
|
<documentation>
|
|
<developer>https://github.com/nextcloud/integration_moodle/wikis</developer>
|
|
</documentation>
|
|
<category>integration</category>
|
|
<category>dashboard</category>
|
|
<website>https://github.com/nextcloud/integration_moodle</website>
|
|
<bugs>https://github.com/nextcloud/integration_moodle/issues</bugs>
|
|
<screenshot>https://github.com/nextcloud/integration_moodle/raw/master/img/screenshot1.jpg</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="22" max-version="24"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\Moodle\Settings\Admin</admin>
|
|
<admin-section>OCA\Moodle\Settings\AdminSection</admin-section>
|
|
<personal>OCA\Moodle\Settings\Personal</personal>
|
|
<personal-section>OCA\Moodle\Settings\PersonalSection</personal-section>
|
|
</settings>
|
|
</info>
|