31 строка
1.4 KiB
XML
31 строка
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>integration_github</id>
|
|
<name>GitHub integration</name>
|
|
<summary>Integration of GitHub software development management service</summary>
|
|
<description><![CDATA[GitHub integration provides a dashboard widget displaying your most important notifications
|
|
and a unified search provider for repositories, issues and pull requests. It also provides a link reference provider
|
|
to render links to issues, pull requests and comments in Talk and Text.]]></description>
|
|
<version>2.0.4</version>
|
|
<licence>agpl</licence>
|
|
<author>Julien Veyssier</author>
|
|
<namespace>Github</namespace>
|
|
<documentation>
|
|
<developer>https://github.com/nextcloud/integration_github</developer>
|
|
</documentation>
|
|
<category>integration</category>
|
|
<category>dashboard</category>
|
|
<website>https://github.com/nextcloud/integration_github</website>
|
|
<bugs>https://github.com/nextcloud/integration_github/issues</bugs>
|
|
<screenshot>https://github.com/nextcloud/integration_github/raw/main/img/screenshot1.jpg</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="26" max-version="28"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\Github\Settings\Admin</admin>
|
|
<admin-section>OCA\Github\Settings\AdminSection</admin-section>
|
|
<personal>OCA\Github\Settings\Personal</personal>
|
|
<personal-section>OCA\Github\Settings\PersonalSection</personal-section>
|
|
</settings>
|
|
</info>
|