[libvirt] [PATCH] docs: reformated the bindings page html markup to match other pages

--- Looks the same when processed, but the previous messy HTML got on my nerves while I was looking at other stuff. docs/bindings.html.in | 74 +++++++++++++++++++++++++++++++++--------------- 1 files changed, 51 insertions(+), 23 deletions(-) diff --git a/docs/bindings.html.in b/docs/bindings.html.in index bdcd231..0bc997e 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -1,31 +1,59 @@ +<?xml version="1.0"?> <html> <body> <h1 >Bindings for other languages</h1> - <p>Libvirt comes with bindings to support other languages than -pure <strong>C</strong>. First the headers embeds the necessary declarations to -allow direct access from <strong>C++</strong> code, but also we have bindings for -higher level kind of languages:</p> + + <p> + Libvirt comes with bindings to support other languages than + pure <strong>C</strong>. First the headers embeds the necessary + declarations to allow direct access from <strong>C++</strong> + code, but also we have bindings for higher level kind of languages: + </p> + <ul> - <li><strong>Python</strong>: Libvirt comes with direct support for the Python language - (just make sure you installed the libvirt-python package if not - compiling from sources). See below for more information about - using libvirt with python</li> - <li><strong>Perl</strong>: Daniel Berrange provides <a href="http://search.cpan.org/dist/Sys-Virt/">bindings for - Perl</a>.</li> - <li><strong>OCaml</strong>: Richard Jones supplies <a href="http://libvirt.org/ocaml/">bindings for OCaml</a>.</li> - <li><strong>Ruby</strong>: David Lutterkort provides <a href="http://libvirt.org/ruby/">bindings for Ruby</a>.</li> - <li><strong>Java</strong>: Daniel Veillard maintains <a href="java.html">Java bindings</a>.</li> - <li><strong>C#</strong>: Arnaud Champion maintains <a href="csharp.html">C# bindings</a>.</li> - <li><strong>PHP</strong>: Radek Hladik is developing <a href="http://phplibvirt.cybersales.cz/">PHP bindings</a>.</li> + <li> + <strong>Python</strong>: Libvirt comes with direct support for + the Python language (just make sure you installed the libvirt-python + package if not compiling from sources). See below for more + information about using libvirt with python + </li> + <li> + <strong>Perl</strong>: Daniel Berrange provides + <a href="http://search.cpan.org/dist/Sys-Virt/">bindings for Perl</a>. + </li> + <li> + <strong>OCaml</strong>: Richard Jones supplies + <a href="http://libvirt.org/ocaml/">bindings for OCaml</a>. + </li> + <li> + <strong>Ruby</strong>: David Lutterkort provides + <a href="http://libvirt.org/ruby/">bindings for Ruby</a>. + </li> + <li> + <strong>Java</strong>: Daniel Veillard maintains + <a href="java.html">Java bindings</a>. + </li> + <li> + <strong>C#</strong>: Arnaud Champion maintains + <a href="csharp.html">C# bindings</a>. + </li> + <li> + <strong>PHP</strong>: Radek Hladik is developing + <a href="http://phplibvirt.cybersales.cz/">PHP bindings</a>. + </li> </ul> - <p>For information on using libvirt on <strong>Windows</strong> - <a href="windows.html">please see the Windows - support page</a>. + + <p> + For information on using libvirt on <strong>Windows</strong> + <a href="windows.html">please see the Windows support page</a>. + </p> + + <p> + Support, requests or help for libvirt bindings are welcome on the + <a href="https://www.redhat.com/mailman/listinfo/libvir-list/">mailing list</a>, + as usual try to provide enough background information and make sure + you use recent version, see the <a href="bugs.html">help page</a>. </p> - <p>Support, requests or help for libvirt bindings are welcome on -the <a href="https://www.redhat.com/mailman/listinfo/libvir-list/">mailing -list</a>, as usual try to provide enough background information -and make sure you use recent version, see the <a href="bugs.html">help -page</a>.</p> + </body> </html> -- 1.7.2.3

On 10/23/2010 03:09 PM, Justin Clift wrote:
--- Looks the same when processed, but the previous messy HTML got on my nerves while I was looking at other stuff. docs/bindings.html.in | 74 +++++++++++++++++++++++++++++++++--------------- 1 files changed, 51 insertions(+), 23 deletions(-)
ACK; and since there's no content change, you could probably push future changes like this under the trivial rule (but do continue to send even trivial patches to the list).
+<strong>Perl</strong>: Daniel Berrange provides +<a href="http://search.cpan.org/dist/Sys-Virt/">bindings for Perl</a>. +</li> +<li> +<strong>OCaml</strong>: Richard Jones supplies +<a href="http://libvirt.org/ocaml/">bindings for OCaml</a>. +</li> +<li> +<strong>Ruby</strong>: David Lutterkort provides +<a href="http://libvirt.org/ruby/">bindings for Ruby</a>. +</li> +<li> +<strong>Java</strong>: Daniel Veillard maintains
Provides, supplies, maintains, developing - can we come up with any more synonyms? Of course, not an issue for this whitespace-only patch, but I might as well mention it while noticing it. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On 10/26/2010 08:16 AM, Eric Blake wrote:
On 10/23/2010 03:09 PM, Justin Clift wrote:
--- Looks the same when processed, but the previous messy HTML got on my nerves while I was looking at other stuff. docs/bindings.html.in | 74 +++++++++++++++++++++++++++++++++--------------- 1 files changed, 51 insertions(+), 23 deletions(-)
ACK; and since there's no content change, you could probably push future changes like this under the trivial rule (but do continue to send even trivial patches to the list).
Cool, thanks, and will do. :)
+<strong>Perl</strong>: Daniel Berrange provides +<a href="http://search.cpan.org/dist/Sys-Virt/">bindings for Perl</a>. +</li> +<li> +<strong>OCaml</strong>: Richard Jones supplies +<a href="http://libvirt.org/ocaml/">bindings for OCaml</a>. +</li> +<li> +<strong>Ruby</strong>: David Lutterkort provides +<a href="http://libvirt.org/ruby/">bindings for Ruby</a>. +</li> +<li> +<strong>Java</strong>: Daniel Veillard maintains
Provides, supplies, maintains, developing - can we come up with any more synonyms?
"gave birth to" :>
Of course, not an issue for this whitespace-only patch, but I might as well mention it while noticing it.
No worries. Going to submit a patch adding a link to the libvirt-php source on Github anyway, so will standardise on something. (not the "gave birth to" one. ;>)

On 10/27/2010 01:16 PM, Justin Clift wrote:
On 10/26/2010 08:16 AM, Eric Blake wrote:
On 10/23/2010 03:09 PM, Justin Clift wrote:
--- Looks the same when processed, but the previous messy HTML got on my nerves while I was looking at other stuff. docs/bindings.html.in | 74 +++++++++++++++++++++++++++++++++--------------- 1 files changed, 51 insertions(+), 23 deletions(-)
ACK; and since there's no content change, you could probably push future changes like this under the trivial rule (but do continue to send even trivial patches to the list).
Cool, thanks, and will do. :)
Forgot to mention, this one is pushed.
participants (2)
-
Eric Blake
-
Justin Clift