pdfdraw/appinfo/info.xml
2021-12-07 16:44:26 +01:00

32 lines
1.3 KiB
XML

<?xml version="1.0"?>
<info>
<id>pdfdraw</id>
<name>PDF Annotations</name>
<summary><![CDATA[Annotate PDF documents]]></summary>
<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.2</version>
<licence>agpl</licence>
<author>Joachim Bauch</author>
<category>files</category>
<category>office</category>
<website>https://github.com/strukturag/pdfdraw</website>
<bugs>https://github.com/strukturag/pdfdraw/issues</bugs>
<repository>https://github.com/strukturag/pdfdraw.git</repository>
<screenshot>https://raw.githubusercontent.com/strukturag/pdfdraw/master/screenshots/pdf-with-annotations.png</screenshot>
<screenshot>https://raw.githubusercontent.com/strukturag/pdfdraw/master/screenshots/colorpicker.png</screenshot>
<dependencies>
<nextcloud min-version="13" max-version="23" />
</dependencies>
<settings>
<admin>OCA\Pdfdraw\Settings\Admin\Backend</admin>
<admin-section>OCA\Pdfdraw\Settings\Admin\Section</admin-section>
</settings>
</info>