File: Author_Group.xml

package info (click to toggle)
appstream 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,408 kB
  • sloc: ansic: 51,906; xml: 10,459; cpp: 4,721; python: 538; sh: 260; makefile: 24
file content (39 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download | duplicates (8)
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
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "AppStream.ent">
%BOOK_ENTITIES;
]>
<authorgroup>
	<author>
		<firstname>Matthias</firstname>
		<surname>Klumpp</surname>
		<affiliation>
			<orgname>Debian</orgname>
		</affiliation>
		<email>mak@debian.org</email>
	</author>
	<author>
		<firstname>Michael</firstname>
		<surname>Vogt</surname>
		<affiliation>
			<orgname>Canonical / Ubuntu / Debian</orgname>
		</affiliation>
		<email>mvo@ubuntu.com</email>
	</author>
	<author>
		<firstname>Richard</firstname>
		<surname>Hughes</surname>
		<affiliation>
			<orgname>Fedora / Red Hat</orgname>
		</affiliation>
		<email>richard@hughsie.com</email>
	</author>
	<author>
		<firstname>Vincent</firstname>
		<surname>Untz</surname>
		<affiliation>
			<orgname>OpenSUSE</orgname>
		</affiliation>
		<email>vuntz@opensuse.org</email>
	</author>
</authorgroup>