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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE authorgroup [
<!ENTITY % BOOK_ENTITIES SYSTEM "Users_Guide.ent">
%BOOK_ENTITIES;
<!ENTITY % sgml.features "IGNORE">
<!ENTITY % xml.features "INCLUDE">
<!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
%DOCBOOK_ENTS;
]>
<authorgroup version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<author>
<personname><firstname>Don</firstname>
<surname>Domingo</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
<email>ddomingo@redhat.com</email>
</author>
<author>
<personname><firstname>Zac</firstname>
<surname>Dover</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
<email>zdover@redhat.com</email>
</author>
<author>
<personname><firstname>Sven</firstname>
<surname>Dowdeit</surname>
</personname><contrib>Debian and Docker installation instructions</contrib>
</author>
<author>
<personname><firstname>Norman</firstname>
<surname>Dunbar</surname>
</personname><contrib>OpenSUSE installation instructions</contrib>
</author>
<author>
<personname><firstname>Brian</firstname>
<surname>Forté</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
<email>bforte@redhat.com</email>
</author>
<author>
<personname><firstname>Rüdiger</firstname>
<surname>Landmann</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
<email>r.landmann@redhat.com</email>
</author>
<author>
<personname><firstname>Rebecca</firstname>
<surname>Newton</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
</author>
<author>
<personname><firstname>Joshua</firstname>
<surname>Oakes</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
</author>
<author>
<personname><firstname>Joshua</firstname>
<surname>Wulf</surname>
</personname> <affiliation>
<orgname>Red Hat</orgname>
<orgdiv>Engineering Content Services</orgdiv>
</affiliation>
<email>jwulf@redhat.com</email>
</author>
<othercredit class="technicaleditor">
<personname><firstname>Jeff</firstname>
<surname>Fearn</surname>
</personname> <affiliation>
<shortaffil> <inlinemediaobject>
<imageobject>
<imagedata fileref="images/logos/engops.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Red Hat, Engineering Operations Logo</phrase>
</textobject>
</inlinemediaobject>
</shortaffil>
</affiliation>
<contrib>Extensive review, rough drafts, persistent annoyances.</contrib>
<email>jfearn@redhat.com</email>
</othercredit>
<othercredit class="other">
<personname><firstname>Josef</firstname>
<surname>Hruška</surname>
</personname> <affiliation>
<orgname>Fedora</orgname>
<orgdiv>Localization Project</orgdiv>
</affiliation>
<contrib>Checking the Czech examples in Entities and translation</contrib>
</othercredit>
</authorgroup>
|