side_menu/appinfo/info.xml

67 lines
3.4 KiB
XML
Raw Normal View History

2020-03-28 17:40:53 +01:00
<?xml version="1.0"?>
2020-10-14 09:33:19 +02:00
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2020-03-28 17:40:53 +01:00
<id>side_menu</id>
2020-09-23 13:17:13 +02:00
<name>Custom menu</name>
2020-09-04 18:14:49 +02:00
<summary>Modify the display of the menu.</summary>
2020-09-24 14:29:12 +02:00
<description><![CDATA[Custom 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.
2020-08-13 23:15:03 +02:00
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.
2022-10-17 18:06:18 +02:00
You can customize colors depending of the theme (Dark theme and Breeze Dark).
2020-04-22 00:42:47 +02:00
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
2020-10-24 14:29:32 +02:00
Requirements:
2022-07-05 16:52:03 +02:00
* PHP >= 7.4
2020-10-24 14:29:32 +02:00
* App `theming` enabled
2020-11-03 12:20:01 +01:00
If you like this application and if you want to support the development:
2020-09-18 09:14:05 +02:00
2020-11-06 18:17:17 +01:00
* [Buy me a coffee](https://www.buymeacoffee.com/deblan)
* [Donate with liberapay](https://liberapay.com/deblan)
* [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments)
2022-10-21 23:59:27 +02:00
Notice
------
Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**.
In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/).
2020-04-22 00:42:47 +02:00
]]></description>
2022-11-20 15:10:50 +01:00
<version>3.4.0</version>
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-03-28 17:40:53 +01:00
<namespace>SideMenu</namespace>
2020-10-14 09:33:19 +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
<category>customization</category>
2020-03-28 18:33:26 +01:00
<website>https://gitnet.fr/deblan/side_menu</website>
<discussion>https://matrix.to/#/!TFPucDATKODpHNVAtu:neutralnetwork.org?via=neutralnetwork.org</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:39:25 +02:00
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc19_default_menu.png</screenshot>
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/nc20_big_menu_responsive.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/personal_settings.png</screenshot>
2022-10-18 22:07:55 +02:00
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc25_big_menu.png</screenshot>
<screenshot>https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc25_default_menu.png</screenshot>
2020-03-28 17:40:53 +01:00
<dependencies>
2022-10-17 18:27:46 +02:00
<nextcloud min-version="25" max-version="25"/>
2022-05-31 21:24:08 +02:00
<php min-version="7.4"/>
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>