daemon: Move TLS initialization to virInitialize
[libvirt/zwu.git] / docs / contact.html.in
blob1f5103c4a8b79d625474eb847ce9254fa36bae16
1 <?xml version="1.0"?>
2 <html>
3 <body>
4 <h1>Contacting the development team</h1>
6 <ul id="toc"></ul>
8 <h2><a name="email">Mailing lists</a></h2>
10 <p>
11 There are three mailing-lists:
12 </p>
14 <dl>
15 <dt><a href="https://www.redhat.com/mailman/listinfo/libvir-list">libvir-list@redhat.com</a> (for development)</dt>
16 <dd>
17 Archives at <a href="https://www.redhat.com/archives/libvir-list">https://www.redhat.com/archives/libvir-list</a>
18 </dd>
19 <dd>
20 This is a high volume mailing list. It is a place for discussions
21 about the <strong>development</strong> of libvirt.
22 </dd>
23 <dd>
24 Topics for discussion include:
25 <ul>
26 <li>New features for libvirt</li>
27 <li>Bug fixing of libvirt</li>
28 <li>New hypervisor drivers</li>
29 <li>Development of language bindings for libvirt API</li>
30 <li>Testing and documentation of libvirt</li>
31 </ul>
32 </dd>
34 <dt><a href="https://www.redhat.com/mailman/listinfo/libvirt-users">libvirt-users@redhat.com</a> (for users)</dt>
35 <dd>
36 Archives at <a href="https://www.redhat.com/archives/libvirt-users">https://www.redhat.com/archives/libvirt-users</a>
37 </dd>
38 <dd>
39 This is a moderate volume mailing list. It is a place for discussions
40 involving libvirt <strong>users</strong>.
41 </dd>
42 <dd>
43 Topics for discussion include:
44 <ul>
45 <li>Usage of libvirt / virsh</li>
46 <li>Administration of libvirt</li>
47 <li>Deployment of libvirt with hypervisors</li>
48 <li>Development of applications on top of / using the libvirt API(s)</li>
49 <li>Any other topics along these lines</li>
50 </ul>
51 </dd>
53 <dt><a href="https://www.redhat.com/mailman/listinfo/libvirt-announce">libvirt-announce@redhat.com</a> (for release notices)</dt>
54 <dd>
55 Archives at <a href="https://www.redhat.com/archives/libvirt-announce">https://www.redhat.com/archives/libvirt-announce</a>
56 </dd>
57 <dd>
58 This is a low volume mailing list, with restricted posting, for
59 announcements of new libvirt releases.
60 </dd>
61 <dd>
62 Subscribe to just this if you want to be notified of new releases,
63 without subscribing to either of the other mailing lists.
64 </dd>
66 </dl>
68 <p>
69 It is recommended but not required that you subscribe before posting
70 to the user and development lists. Posts from non-subscribers will be
71 subject to manual moderation delays. You can subscribe at the linked
72 web pages above.
73 </p>
74 <p>
75 Patches with explanations and provided as attachments are really
76 appreciated, and should be directed to the development mailing list
77 for review and discussion.
78 Wherever possible, please generate the patches by using
79 <code>git format-patch</code> in a git repository clone. Further
80 useful information regarding developing libvirt and/or contributing is
81 available on our <a href="hacking.html">Contributor Guidelines</a>
82 page.
83 </p>
85 <h2><a name="irc">IRC discussion</a></h2>
87 <p>
88 Some of the libvirt developers may be found on IRC on the <a href="http://oftc.net">OFTC IRC</a>
89 network. Use the settings:
90 </p>
91 <ul>
92 <li>server: irc.oftc.net</li>
93 <li>port: 6667 (the usual IRC port)</li>
94 <li>channel: #virt</li>
95 </ul>
96 <p>
97 NB There is no guarantee that someone will be watching or able to reply
98 promptly, so use the mailing-list if you don't get an answer on the IRC
99 channel.
100 </p>
102 </body>
103 </html>