]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Remove 'virshcmdref' page
authorPeter Krempa <pkrempa@redhat.com>
Fri, 4 Mar 2022 15:50:45 +0000 (16:50 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 8 Mar 2022 16:40:47 +0000 (17:40 +0100)
The page isn't linked from anywhere and the project was archived.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/meson.build
docs/virshcmdref.html.in [deleted file]

index 7e070d68adf518ea9a2ff2b53c4ea3ceb3cdcf23..e348e64b8ea51517f14c468506bdcfbb9bff51b0 100644 (file)
@@ -76,7 +76,6 @@ docs_html_in_files = [
   'testtck',
   'tlscerts',
   'uri',
-  'virshcmdref',
   'windows',
 ]
 
diff --git a/docs/virshcmdref.html.in b/docs/virshcmdref.html.in
deleted file mode 100644 (file)
index f5993fa..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <body>
-    <h1>Virsh Command Reference</h1>
-
-    <ul id="toc"></ul>
-
-    <h2><a id="description">Description</a></h2>
-
-    <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>
-
-   <h2><a id="viewing">Viewing Online</a></h2>
-
-    <p>
-      The latest version can be viewed directly online:
-    </p>
-
-    <ul>
-      <li>
-        <a href="https://libvirt.org/sources/virshcmdref/html/">Standard HTML format, multiple pages</a>
-      </li>
-      <li>
-        <a href="https://libvirt.org/sources/virshcmdref/html-single/">HTML format, one long page</a>
-      </li>
-    </ul>
-
-    <h2><a id="downloading">Downloading</a></h2>
-
-    <p>
-      The latest version of the Virsh Command Reference can be downloaded:
-    </p>
-
-    <ul>
-      <li>
-        Standard HTML format, multiple pages
-        (<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.gz">.tar.gz</a>)
-        (<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.bz2">.tar.bz2</a>)
-        (<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.zip">.zip</a>)
-      </li>
-      <li>
-        HTML format, one long page
-        (<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.gz">.tar.gz</a>)
-        (<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.bz2">.tar.bz2</a>)
-        (<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.zip">.zip</a>)
-      </li>
-      <li>
-        <a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.pdf">PDF format</a>
-      </li>
-      <li>
-        <a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.epub">ePub format</a>
-      </li>
-    </ul>
-
-    <h2><a id="git">DocBook source GIT repository</a></h2>
-    <p>
-      The DocBook source is archived in a <a
-      href="https://git-scm.com/">git</a> repository available on
-      <a href="https://gitlab.com/libvirt/libvirt-virshcmdref">gitlab.com</a>.
-    </p>
-
-  </body>
-</html>