Files
nextcloud-forum/appinfo/info.xml
2025-11-06 02:03:11 +02:00

44 lines
1.6 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
SPDX-License-Identifier: CC0-1.0
-->
<id>forum</id>
<name>Forum</name>
<summary>Enter your app summary here.</summary>
<description><![CDATA[
Enter your app description here.
]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>Forum</namespace>
<documentation>
<user>https://github.com/chenasraf/nextcloud-forum/blob/master/README.md</user>
<admin>https://github.com/chenasraf/nextcloud-forum#installation</admin>
<developer>https://github.com/chenasraf/nextcloud-forum#development</developer>
</documentation>
<category>organization</category>
<category>tools</category>
<website>https://github.com/chenasraf/nextcloud-forum</website>
<bugs>https://github.com/chenasraf/nextcloud-forum/issues</bugs>
<repository>https://github.com/chenasraf/nextcloud-forum</repository>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/refs/heads/master/promo.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="33"/>
</dependencies>
<settings>
<admin>OCA\Forum\Settings\Admin</admin>
<admin-section>OCA\Forum\Sections\Admin</admin-section>
</settings>
<navigations>
<navigation role="all">
<name>Forum</name>
<route>forum.page.index</route>
<icon>app.svg</icon>
<order>6</order>
</navigation>
</navigations>
</info>