зеркало из https://github.com/nextcloud/cookbook.git
Fix of transifex translations by adding the appinfo faile again
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Родитель
d2949dad2c
Коммит
f16ddcde6a
|
@ -1,8 +1,6 @@
|
|||
*.swp
|
||||
*.swo
|
||||
|
||||
/appinfo/info.xml
|
||||
|
||||
cookbook.tar.gz
|
||||
|
||||
.idea/
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Do not alter this file in directly, tweak the template in .github/actions/deploy/info.xml.dist! -->
|
||||
<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.9.9</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="mrzapp@users.noreply.github.com">Jeppe Zapp</author>
|
||||
<namespace>Cookbook</namespace>
|
||||
<category>organization</category>
|
||||
<website>https://github.com/nextcloud/cookbook/</website>
|
||||
<bugs>https://github.com/nextcloud/cookbook/issues</bugs>
|
||||
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot1_small.png">https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot1_small.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot2.png</screenshot>
|
||||
<dependencies>
|
||||
<php min-version="7.3"/>
|
||||
<nextcloud min-version="19" max-version="23"/>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
<name>Cookbook</name>
|
||||
<route>cookbook.main.index</route>
|
||||
<icon>app.svg</icon>
|
||||
</navigation>
|
||||
</navigations>
|
||||
</info>
|
Загрузка…
Ссылка в новой задаче