51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2024 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
|
|
<id>whiteboard</id>
|
|
<name>Whiteboard</name>
|
|
<summary>Whiteboard app</summary>
|
|
<description>< on how to install it.
|
|
|
|
- 🎨 Drawing shapes, writing text, connecting elements
|
|
- 📝 Real-time collaboration
|
|
- 🖼️ Add images with drag and drop
|
|
- 📊 Easily add mermaid diagrams
|
|
- ✨ Use the Smart Picker to embed other elements from F7cloud
|
|
- 📦 Image export
|
|
- 💪 Strong foundation: We use Excalidraw as our base library
|
|
|
|
]]>
|
|
</description>
|
|
<version>1.5.4</version>
|
|
<licence>agpl</licence>
|
|
<author>Julius Härtl</author>
|
|
<namespace>Whiteboard</namespace>
|
|
<documentation>
|
|
<admin>https://github.com/f7cloud/whiteboard/blob/main/README.md</admin>
|
|
</documentation>
|
|
<category>tools</category>
|
|
<category>files</category>
|
|
<category>office</category>
|
|
|
|
<website>https://github.com/f7cloud/whiteboard</website>
|
|
<bugs>https://github.com/f7cloud/whiteboard/issues</bugs>
|
|
<repository>https://github.com/f7cloud/whiteboard.git</repository>
|
|
<screenshot>https://raw.githubusercontent.com/f7cloud/whiteboard/main/screenshots/screenshot1.png</screenshot>
|
|
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2"/>
|
|
</dependencies>
|
|
|
|
<settings>
|
|
<admin>OCA\Whiteboard\Settings\Admin</admin>
|
|
<admin-section>OCA\Whiteboard\Settings\Section</admin-section>
|
|
</settings>
|
|
</info>
|