side_menu/appinfo/info.xml

49 lines
2.5 KiB
XML
Raw Normal View History

2020-03-28 17:40:53 +01:00
<?xml version="1.0"?>
<info>
<id>side_menu</id>
2020-09-03 10:17:08 +02:00
<name lang="fr">Menu latéral</name>
<name lang="de">Seitenmenü</name>
2020-03-28 17:40:53 +01:00
<name>Side menu</name>
2020-03-28 18:33:26 +01:00
<summary>Move the top menu to the left side.</summary>
2020-08-13 23:15:03 +02:00
<description><![CDATA[Side menu allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top.
You can also define apps that must be displayed in the top menu. Fully customisable.
2020-04-22 00:42:47 +02:00
This application is rather suitable for instances that activate a lot of applications.
Use the shortcut `Ctrl`+`o` to open and to hide the side menu. Use `tab` to navigate.
2020-04-22 00:42:47 +02:00
Comptatible with AppOrder.
2020-04-29 09:07:07 +02:00
You can report a bug or request a feature by opening an issue.
2020-04-22 00:42:47 +02:00
]]></description>
2020-03-28 17:40:53 +01:00
<licence>agpl</licence>
2020-04-29 09:07:07 +02:00
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
2020-09-03 10:17:08 +02:00
<version>1.9.0</version>
2020-03-28 17:40:53 +01:00
<namespace>SideMenu</namespace>
<category>customization</category>
2020-03-28 18:33:26 +01:00
<website>https://gitnet.fr/deblan/side_menu</website>
2020-09-03 10:17:08 +02:00
<discussion>https://deblan.cloud/index.php/call/fffxkc7h</discussion>
2020-03-28 18:33:26 +01:00
<bugs>https://gitnet.fr/deblan/side_menu/issues</bugs>
<repository type="git">https://gitnet.fr/deblan/side_menu</repository>
2020-09-03 10:11:09 +02:00
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/admin_settings.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/n19_big_menu.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc18_menu_always_displayed.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc19_default_menu.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc20_big_menu_responsive.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/personal_settings.png</screenshot>
2020-09-03 10:17:08 +02:00
<documentation>
<admin>https://gitnet.fr/deblan/side_menu/src/branch/master/README.md</admin>
<developer>https://gitnet.fr/deblan/side_menu/src/branch/master/README.md</developer>
</documentation>
2020-03-28 17:40:53 +01:00
<dependencies>
2020-08-25 13:33:02 +02:00
<nextcloud min-version="18" max-version="20"/>
2020-03-28 17:40:53 +01:00
</dependencies>
2020-09-03 10:17:08 +02:00
<settings>
<admin>OCA\SideMenu\Settings\Admin</admin>
<admin-section>OCA\SideMenu\Settings\AdminSection</admin-section>
<personal>OCA\SideMenu\Settings\Personal</personal>
<personal-section>OCA\SideMenu\Settings\PersonalSection</personal-section>
</settings>
2020-03-28 17:40:53 +01:00
</info>