[libvirt] [PATCH 10/12] docs: remove bogus 'shape' attribute on links

Daniel P. Berrange berrange at redhat.com
Wed Jul 26 17:51:13 UTC 2017


The 'shape' attribute on <a> is used together with a 'coords'
attribute to create hot-zones in image maps. We're not using
image maps so our inclusion of a 'shape' attribute is bogus.
Furthermore this is forbidden in HTML5.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 docs/apps.html.in      |  4 ++--
 docs/format.html.in    | 20 ++++++++++----------
 docs/index.html.in     | 20 ++++++++++----------
 docs/news-2005.html.in |  4 ++--
 docs/news-2006.html.in |  4 ++--
 docs/news-2007.html.in |  4 ++--
 docs/news-2008.html.in |  4 ++--
 docs/news-2009.html.in |  4 ++--
 docs/news-2010.html.in |  4 ++--
 docs/news-2011.html.in |  4 ++--
 docs/news-2012.html.in |  4 ++--
 docs/news-2013.html.in |  4 ++--
 12 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 2b91c4c03..1ced03c3d 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -365,10 +365,10 @@
         your Xen or QEMU/KVM guests, or to integrate with your existing Nagios
         installation.
       </dd>
-      <dt><a href="http://www.pcp.io/man/man1/pmdalibvirt.1.html" shape="rect">PCP</a></dt>
+      <dt><a href="http://www.pcp.io/man/man1/pmdalibvirt.1.html">PCP</a></dt>
       <dd>
         The PCP libvirt PMDA (plugin) is part of the
-        <a href="http://pcp.io/" shape="rect">PCP</a> toolkit and provides
+        <a href="http://pcp.io/">PCP</a> toolkit and provides
         hypervisor and guest information and complete set of guest performance
         metrics. It supports pCPU, vCPU, memory, block device, network interface,
         and performance event metrics for each virtual guest.
diff --git a/docs/format.html.in b/docs/format.html.in
index 11e0defb5..22b23e3fc 100644
--- a/docs/format.html.in
+++ b/docs/format.html.in
@@ -14,16 +14,16 @@
 
 
     <ul>
-      <li><a href="formatdomain.html" shape="rect">Domains</a></li>
-      <li><a href="formatnetwork.html" shape="rect">Networks</a></li>
-      <li><a href="formatnwfilter.html" shape="rect">Network filtering</a></li>
-      <li><a href="formatstorage.html" shape="rect">Storage</a></li>
-      <li><a href="formatstorageencryption.html" shape="rect">Storage encryption</a></li>
-      <li><a href="formatcaps.html" shape="rect">Capabilities</a></li>
-      <li><a href="formatdomaincaps.html" shape="rect">Domain capabilities</a></li>
-      <li><a href="formatnode.html" shape="rect">Node devices</a></li>
-      <li><a href="formatsecret.html" shape="rect">Secrets</a></li>
-      <li><a href="formatsnapshot.html" shape="rect">Snapshots</a></li>
+      <li><a href="formatdomain.html">Domains</a></li>
+      <li><a href="formatnetwork.html">Networks</a></li>
+      <li><a href="formatnwfilter.html">Network filtering</a></li>
+      <li><a href="formatstorage.html">Storage</a></li>
+      <li><a href="formatstorageencryption.html">Storage encryption</a></li>
+      <li><a href="formatcaps.html">Capabilities</a></li>
+      <li><a href="formatdomaincaps.html">Domain capabilities</a></li>
+      <li><a href="formatnode.html">Node devices</a></li>
+      <li><a href="formatsecret.html">Secrets</a></li>
+      <li><a href="formatsnapshot.html">Snapshots</a></li>
     </ul>
 
     <h2>Command line validation</h2>
diff --git a/docs/index.html.in b/docs/index.html.in
index 200f8eb10..8333cf6bb 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -59,16 +59,16 @@
 
         <dt><a href="format.html">XML configuration</a></dt>
         <dd>Description of the XML schemas for
-          <a href="formatdomain.html" shape="rect">domains</a>,
-          <a href="formatnetwork.html" shape="rect">networks</a>,
-          <a href="formatnwfilter.html" shape="rect">network filtering</a>,
-          <a href="formatstorage.html" shape="rect">storage</a>,
-          <a href="formatstorageencryption.html" shape="rect">storage encryption</a>,
-          <a href="formatcaps.html" shape="rect">capabilities</a>,
-          <a href="formatdomaincaps.html" shape="rect">domain capabilities</a>,
-          <a href="formatnode.html" shape="rect">node devices</a>,
-          <a href="formatsecret.html" shape="rect">secrets</a>,
-          <a href="formatsnapshot.html" shape="rect">snapshots</a></dd>
+          <a href="formatdomain.html">domains</a>,
+          <a href="formatnetwork.html">networks</a>,
+          <a href="formatnwfilter.html">network filtering</a>,
+          <a href="formatstorage.html">storage</a>,
+          <a href="formatstorageencryption.html">storage encryption</a>,
+          <a href="formatcaps.html">capabilities</a>,
+          <a href="formatdomaincaps.html">domain capabilities</a>,
+          <a href="formatnode.html">node devices</a>,
+          <a href="formatsecret.html">secrets</a>,
+          <a href="formatsnapshot.html">snapshots</a></dd>
         <dt><a href="http://wiki.libvirt.org">Wiki</a></dt>
         <dd>Read further community contributed content</dd>
       </dl>
diff --git a/docs/news-2005.html.in b/docs/news-2005.html.in
index 6804cf2c9..44d8c4cc4 100644
--- a/docs/news-2005.html.in
+++ b/docs/news-2005.html.in
@@ -9,9 +9,9 @@
     <p>Here is the list of official releases made during the year 2005.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2006.html.in b/docs/news-2006.html.in
index 558f55a98..6556d4fed 100644
--- a/docs/news-2006.html.in
+++ b/docs/news-2006.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2005.html">2005</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2007.html.in b/docs/news-2007.html.in
index 46d8457cb..c12449abf 100644
--- a/docs/news-2007.html.in
+++ b/docs/news-2007.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2006.html">2006</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2008.html.in b/docs/news-2008.html.in
index 8081b82f1..aefbf3873 100644
--- a/docs/news-2008.html.in
+++ b/docs/news-2008.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2007.html">2007</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2009.html.in b/docs/news-2009.html.in
index 06c279f11..0824b0bbe 100644
--- a/docs/news-2009.html.in
+++ b/docs/news-2009.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2008.html">2008</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2010.html.in b/docs/news-2010.html.in
index 201351d4e..013ebaf56 100644
--- a/docs/news-2010.html.in
+++ b/docs/news-2010.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2009.html">2009</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2011.html.in b/docs/news-2011.html.in
index 0858dfff3..cea716556 100644
--- a/docs/news-2011.html.in
+++ b/docs/news-2011.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2010.html">2010</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2012.html.in b/docs/news-2012.html.in
index 7dab50963..e419a2ef0 100644
--- a/docs/news-2012.html.in
+++ b/docs/news-2012.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2011.html">2011</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
diff --git a/docs/news-2013.html.in b/docs/news-2013.html.in
index 02b387624..50c200ebd 100644
--- a/docs/news-2013.html.in
+++ b/docs/news-2013.html.in
@@ -10,9 +10,9 @@
     A similar list for <a href="news-2012.html">2012</a> is also available.
     </p>
     <p>It is also possible to just use
-    the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
+    the <a href="downloads.html">GIT version or snapshot</a>,
     contact the mailing list and check
-    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
+    the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     to gauge progress.
     </p>
 
-- 
2.13.3




More information about the libvir-list mailing list