|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
3 | 3 | xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
4 |
| -<id>files_mindmap</id> |
5 |
| -<name>Mind Map</name> |
6 |
| -<summary>A Mind map editor</summary> |
7 |
| -<description><![CDATA[This application enables Nextcloud users to open, save and edit mind map files in the web browser. If enabled, an entry in the New button at the top of the web browser the Mindmap file entry appears. When clicked, a new mindmap file opens in the browser and the file can be saved into the current Nextcloud directory.]]></description> |
8 |
| -<version>0.0.3</version> |
9 |
| -<licence>agpl</licence> |
10 |
| -< author mail= "[email protected]" homepage= "https://actom.me">Jingtao Yan</ author> |
11 |
| -<namespace>Files_MindMap</namespace> |
12 |
| -<category>files</category> |
13 |
| -<category>office</category> |
14 |
| -<bugs>https://github.com/ACTom/files_mindmap/issues</bugs> |
15 |
| -<dependencies> |
16 |
| - <nextcloud min-version="14" max-version="14"/> |
17 |
| -</dependencies> |
18 |
| -<repair-steps> |
19 |
| - <install> |
20 |
| - <step>OCA\Files_MindMap\Migration\InstallStep</step> |
21 |
| - </install> |
22 |
| - <uninstall> |
23 |
| - <step>OCA\Files_MindMap\Migration\UninstallStep</step> |
24 |
| - </uninstall> |
25 |
| -</repair-steps> |
| 4 | + <id>files_mindmap</id> |
| 5 | + <name>Mind Map</name> |
| 6 | + <summary>A Mind map editor</summary> |
| 7 | + <description><![CDATA[This application enables Nextcloud users to open, save and edit mind map files in the web browser. If enabled, an entry in the New button at the top of the web browser the Mindmap file entry appears. When clicked, a new mindmap file opens in the browser and the file can be saved into the current Nextcloud directory.]]></description> |
| 8 | + <version>0.0.4</version> |
| 9 | + <licence>agpl</licence> |
| 10 | + < author mail= "[email protected]" homepage= "https://actom.me">Jingtao Yan</ author> |
| 11 | + <namespace>Files_MindMap</namespace> |
| 12 | + <category>files</category> |
| 13 | + <category>office</category> |
| 14 | + <bugs>https://github.com/ACTom/files_mindmap/issues</bugs> |
| 15 | + <repository type="git">https://github.com/ACTom/files_mindmap.git</repository> |
| 16 | + <screenshot small-thumbnail="https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/1-small.png">https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/1.png</screenshot> |
| 17 | + <screenshot small-thumbnail="https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/2-small.png">https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/2.png</screenshot> |
| 18 | + <screenshot small-thumbnail="https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/3-small.png">https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/3.png</screenshot> |
| 19 | + <dependencies> |
| 20 | + <php min-version="5.6"/> |
| 21 | + <nextcloud min-version="14" max-version="14"/> |
| 22 | + </dependencies> |
| 23 | + <repair-steps> |
| 24 | + <install> |
| 25 | + <step>OCA\Files_MindMap\Migration\InstallStep</step> |
| 26 | + </install> |
| 27 | + <uninstall> |
| 28 | + <step>OCA\Files_MindMap\Migration\UninstallStep</step> |
| 29 | + </uninstall> |
| 30 | + </repair-steps> |
26 | 31 | </info>
|
0 commit comments