1. 03 8月, 2017 1 次提交
  2. 19 12月, 2016 1 次提交
    • D
      Point to the new libvirt-go bindings · 5a26d1ce
      Daniel P. Berrange 提交于
      The github.com/rgbkrk/libvirt-go bindings were the most complete
      bindings historically, but their API coverage stops at 1.2.4,
      with exception of a couple of newer APIs.
      
      The new bindings at http://libvirt.org/git/?p=libvirt-go.git;a=log
      how have (almost[1]) 100% API coverage all the way to 2.5.0. They also
      expose the APIs in a way that allows for much stronger go type
      checking by the compiler, and expose typed parameters as explicit
      structs. Finally the bindings are able to conditionally compile against
      any libvirt version 1.2.0 -> 2.5.0 without use of go build tags.
      
      Change the docs to point to these new bindings, since they'll be
      a better bet for users long term.
      
      [1] virEvent & virStream callbacks are still TODO to be fixed
          real soon.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      5a26d1ce
  3. 06 9月, 2016 1 次提交
  4. 19 1月, 2015 1 次提交
  5. 03 5月, 2013 1 次提交
    • D
      Fix multiple formatting problems in HTML docs · f2f9742d
      Daniel P. Berrange 提交于
      The rule generating the HTML docs passing the --html flag
      to xsltproc. This makes it use the legacy HTML parser, which
      either ignores or tries to fix all sorts of broken XML tags.
      There's no reason why we should be writing broken XML in
      the first place, so removing --html and adding the XHTML
      doctype to all files forces us to create good XML.
      
      This adds the XHTML doc type and fixes many, many XML tag
      problems it exposes.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      f2f9742d
  6. 10 2月, 2011 1 次提交
  7. 09 2月, 2011 1 次提交
    • M
      Add libvirt-php information page · d0ae5948
      Michal Novotny 提交于
      This adds a ibvirt-php information page with some
      basic information on libvirt-php project compilation, contribution
      and other useful information.
      d0ae5948
  8. 28 10月, 2010 2 次提交
  9. 27 10月, 2010 1 次提交
  10. 20 10月, 2010 1 次提交
  11. 30 6月, 2010 1 次提交
  12. 09 12月, 2009 1 次提交
  13. 18 9月, 2008 1 次提交
    • R
      Documentation cleanups. · 49c50366
      Richard W.M. Jones 提交于
              * docs/bindings.html.in: Clean up the bindings page, and add
                C# and Java.
              * docs/windows.html.in: Remove old bogus information and add
                placeholder.
      49c50366
  14. 24 4月, 2008 1 次提交