virshcmdref.html.in 2.9 KB
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE html>
3
<html xmlns="http://www.w3.org/1999/xhtml">
4 5 6 7 8
  <body>
    <h1>Virsh Command Reference</h1>

    <ul id="toc"></ul>

9
    <h2><a id="description">Description</a></h2>
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

    <p>
      The new <b>Virsh Command Reference</b>, for documenting the commands
      in virsh, has recently been started.  Only covering the Virtual
      Networking commands initially, it will expand to cover all virsh
      commands over time.
    </p>

    <p>
      If you would like to assist, content contributions are gladly accepted.
      Please email <a href="mailto:jclift@redhat.com">Justin Clift</a>
      directly, or get in contact through any of the
      <a href="contact.html">official libvirt mailing lists</a>.
    </p>

25
   <h2><a id="viewing">Viewing Online</a></h2>
26 27 28 29 30 31 32

    <p>
      The latest version can be viewed directly online:
    </p>

    <ul>
      <li>
33
        <a href="http://libvirt.org/sources/virshcmdref/html/">Standard HTML format, multiple pages</a>
34 35
      </li>
      <li>
36
        <a href="http://libvirt.org/sources/virshcmdref/html-single/">HTML format, one long page</a>
37 38 39
      </li>
    </ul>

40
    <h2><a id="downloading">Downloading</a></h2>
41 42

    <p>
J
Justin Clift 已提交
43
      The latest version of the Virsh Command Reference can be downloaded:
44 45 46 47 48
    </p>

    <ul>
      <li>
        Standard HTML format, multiple pages
49 50 51
        (<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.gz">.tar.gz</a>)
        (<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.bz2">.tar.bz2</a>)
        (<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.zip">.zip</a>)
52 53 54
      </li>
      <li>
        HTML format, one long page
55 56 57
        (<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.gz">.tar.gz</a>)
        (<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.bz2">.tar.bz2</a>)
        (<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.zip">.zip</a>)
58 59
      </li>
      <li>
60
        <a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.pdf">PDF format</a>
61 62
      </li>
      <li>
63
        <a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.epub">ePub format</a>
64 65 66
      </li>
    </ul>

67
    <h2><a id="git">DocBook source GIT repository</a></h2>
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
    <p>
      The DocBook source is maintained in a <a
      href="http://git-scm.com/">git</a> repository available on
      <a href="http://libvirt.org/git/">libvirt.org</a>:
    </p>

<pre>
git clone git://libvirt.org/libvirt-virshcmdref.git
</pre>

    <p>
      It can also be browsed online:
    </p>

<pre>
<a href="http://libvirt.org/git/?p=libvirt-virshcmdref.git">http://libvirt.org/git/?p=libvirt-virshcmdref.git</a>
</pre>

  </body>
</html>