f7cloud_client/apps/whiteboard/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

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><![CDATA[
The official whiteboard app for F7cloud. It allows users to create and share whiteboards with other users and collaborate in real-time.
**Whiteboard requires a separate collaboration server to work.** Please see the [documentation](https://github.com/f7cloud/whiteboard?tab=readme-ov-file#backend) 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>