зеркало из https://github.com/nextcloud/cookbook.git
28 строки
1.5 KiB
XML
Executable File
28 строки
1.5 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>cookbook</id>
|
|
<name>Cookbook</name>
|
|
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
|
|
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
|
|
<version>0.7.6</version>
|
|
<licence>agpl</licence>
|
|
<author mail="mrzapp@users.noreply.github.com" >Jeppe Zapp</author>
|
|
<namespace>Cookbook</namespace>
|
|
<category>organization</category>
|
|
<website>https://github.com/mrzapp/nextcloud-cookbook/</website>
|
|
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/nextcloud-cookbook/stable/img/screenshot-small.jpg">https://raw.githubusercontent.com/nextcloud/nextcloud-cookbook/stable/img/screenshot-small.jpg</screenshot>
|
|
<bugs>https://github.com/mrzapp/nextcloud-cookbook/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="17" max-version="20"/>
|
|
<php min-version="7.2"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Cookbook</name>
|
|
<route>cookbook.main.index</route>
|
|
<icon>app.svg</icon>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|