mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Add docs about new mailing list
* docs/contact.html.in: Document new users mailing list
This commit is contained in:
parent
80b4d20dfe
commit
e2c03da940
@ -3,16 +3,45 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Contacting the development team</h1>
|
<h1>Contacting the development team</h1>
|
||||||
|
|
||||||
<h2>Mailing list</h2>
|
<h2>Mailing lists</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a mailing-list <a href="mailto:libvir-list@redhat.com">libvir-list@redhat.com</a> for libvirt,
|
There are two mailing-lists:
|
||||||
with an <a href="https://www.redhat.com/archives/libvir-list/">on-line archive</a>.
|
</p>
|
||||||
Please subscribe to this list before posting by visiting the
|
|
||||||
<a href="https://www.redhat.com/mailman/listinfo/libvir-list">associated Web</a>
|
<dl>
|
||||||
page and follow the instructions. Patches with explanations and provided as
|
<dt><a href="https://www.redhat.com/archives/libvir-list/">libvir-list@redhat.com</a></dt>
|
||||||
attachments are really appreciated and will be discussed on the mailing list.
|
<dd>This list a place for discussions about the <strong>development</strong> of libvirt. Topics for discussion include
|
||||||
If possible generate the patches by using <code>git diff</code> in a GIT
|
<ul>
|
||||||
|
<li>New features for libvirt</li>
|
||||||
|
<li>Bug fixing of libvirt</li>
|
||||||
|
<li>New hypervisor drivers</li>
|
||||||
|
<li>Development of language bindings for libvirt API</li>
|
||||||
|
<li>Testing and documentation of libvirt</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
|
||||||
|
<dt><a href="">libvirt-users@redhat.com</a></dt>
|
||||||
|
<dd>This list a place for discussions involving libvirt <strong>users</strong>. Topics for discussion include
|
||||||
|
<ul>
|
||||||
|
<li>Usage of libvirt / virsh</li>
|
||||||
|
<li>Administration of libvirtd</li>
|
||||||
|
<li>Deployment of libvirt with hypervisors</li>
|
||||||
|
<li>Development of applications on top of / using the libvirt API(s)</li>
|
||||||
|
<li>Any other topics along these lines</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Both mailing lists require that you subscribe before posting to the list,
|
||||||
|
otherwise your posting will be delayed for manual approval by mailman.
|
||||||
|
You can subscribe at the linked webpages above.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Patches with explanations and provided as attachments are really appreciated and should
|
||||||
|
be directed to the development mailing list will be discussed on the mailing list.
|
||||||
|
If possible generate the patches by using <code>git format-patch</code> in a GIT
|
||||||
clone.
|
clone.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user