-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5724822
commit 887d34c
Showing
1 changed file
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,37 @@ | |
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> | ||
<id>dicomviewer</id> | ||
<name>DICOM Viewer</name> | ||
<summary>A simple DICOM viewer</summary> | ||
<description><![CDATA[A simple DICOM viewer]]></description> | ||
<summary>A DICOM viewer</summary> | ||
<description><![CDATA[A DICOM Viewer which displays DICOM files with basic tools. | ||
See [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap.]]></description> | ||
<licence>AGPL</licence> | ||
<version>0.0.1</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" >Aysel Afsar</author> | ||
<namespace>DICOMViewer</namespace> | ||
<category>multimedia</category> | ||
<bugs>https://github.com/ayselafsar</bugs> | ||
<website>https://github.com/ayselafsar/dicomviewer</website> | ||
<bugs>https://github.com/ayselafsar/dicomviewer/issues</bugs> | ||
<dependencies> | ||
<nextcloud min-version="12" max-version="12"/> | ||
<nextcloud min-version="12" max-version="13"/> | ||
</dependencies> | ||
<repository type="git">https://github.com/ayselafsar/dicomviewer.git</repository> | ||
<screenshot> | ||
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer1.png | ||
</screenshot> | ||
<screenshot> | ||
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer2.png | ||
</screenshot> | ||
<screenshot> | ||
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer3.png | ||
</screenshot> | ||
<screenshot> | ||
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer4.png | ||
</screenshot> | ||
<screenshot> | ||
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1.png | ||
</screenshot> | ||
<screenshot> | ||
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2.png | ||
</screenshot> | ||
</info> |