File: appdata.xml

package info (click to toggle)
gnumed-client 1.7.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236,656 kB
  • sloc: python: 117,577; sh: 1,118; xml: 35; makefile: 33
file content (42 lines) | stat: -rw-r--r-- 1,678 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Karsten Hilbert <karsten.hilbert@gmx.net> -->
<!-- Thanks to Carsten Grohmann <mail@carstengrohmann.de> -->
<!-- Thanks to Richard Hughes (https://people.freedesktop.org/~hughsient/appdata/) -->
<component type="desktop">
 <id>de.gnumed.client</id>
 <launchable type="desktop-id">gnumed_client.desktop</launchable>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>GPL-2.0+ and GFDL-1.3</project_license>
 <name>GNUmed EMR</name>
 <summary>An Electronic Medical Record for community care</summary>
 <description>
	<p>
	GNUmed enables doctors to keep a medically sound record
	on their patients' health. It does not currently provide
	functionality for stock keeping. Clinical features are
	well-tested by real doctors in the field.
	</p>
	<p>
	While the GNUmed team has taken the utmost care to make
	sure the medical records are safe at all times you still
	need to make sure you are taking appropriate steps to
	backup medical data to a safe place at appropriate intervals.
	Do not forget to test your recovery procedures, too !
	</p>
	<p>
	Protect your data! GNUmed itself comes without
	any warranty whatsoever. You have been warned.
	</p>
 </description>
 <screenshots>
	<screenshot type="default">
		<caption>http://wiki.gnumed.de</caption>
	</screenshot>
	<!--<screenshot type="default">
			<image>https://screenshots.debian.net/screenshots/000/002/117/large.png</image>
			<caption>The main window showing the application in action</caption>
		</screenshot>-->
 </screenshots>
 <url type="homepage">http://www.gnumed.de</url>
 <update_contact>gnumed-devel_AT_gnu.org</update_contact>
</component>