Add some description text (#2).

This commit is contained in:
Joachim Bauch 2020-11-30 17:24:36 +01:00
parent d9a09d027c
commit 9a76ea6f23
Failed to extract signature

View file

@ -2,8 +2,14 @@
<info> <info>
<id>pdfdraw</id> <id>pdfdraw</id>
<name>PDF annotations</name> <name>PDF annotations</name>
<summary>Annotate PDF documents</summary> <summary><![CDATA[Annotate PDF documents]]></summary>
<description>PDF annotations for Nextcloud</description> <description><![CDATA[PDF annotations for Nextcloud
Annotate any PDF document collaboratively inside Nextcloud. Select "Annotate" from the context menu of PDF files to open the annotation mode.
Requires a separate nodejs server running on the backend to distribute the signaling messages between clients.
The server is available on [GitHub](https://github.com/strukturag/pdfdraw/tree/master/server).
]]></description>
<version>0.1.0</version> <version>0.1.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Joachim Bauch</author> <author>Joachim Bauch</author>