This replaces the existing Planet Virt Tools blog roll.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
docs/index.html.in | 19 +++++++++++++------
docs/libvirt.css | 2 +-
docs/page.xsl | 8 --------
3 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/docs/index.html.in b/docs/index.html.in
index f593445d06..6cf290ab06 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -76,13 +76,20 @@
</div>
<div class="panel">
- <h2>Blog Planet</h2>
- <div id="planet">
- </div>
+ <h2>Community</h2>
- <p>
- Read more on the <a
href="http://planet.virt-tools.org/">Virt
Tools blog planet</a>
- </p>
+ <dl>
+ <dt><a
href="http://planet.virt-tools.org/">Planet Virt
Tools</a></dt>
+ <dd>Read the latest blog updates from developers working on libvirt,
+ QEMU, virt-manager and more!</dd>
+
+ <dt><a
href="http://stackoverflow.com/questions/tagged/libvirt">Stack
Overflow</a></dt>
+ <dt><a
href="http://serverfault.com/questions/tagged/libvirt">Server
Fault</a></dt>
+ <dt><a
href="https://twitter.com/hashtag/libvirt">Twitter</a>...
+ <dd>Ask and answer questions related to libvirt application
+ development, deployment and operation, or just chat with other
+ people interested in open source virtualization.</dd>
+ </dl>
</div>
<br class="clear"/>
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 0d2d5f8ace..4693599997 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -479,7 +479,7 @@ br.clear {
text-decoration: underline;
}
-#contact, #community {
+#contact {
float: left;
padding: 0px;
margin-left: 3em;
diff --git a/docs/page.xsl b/docs/page.xsl
index 65ddeb2bb7..511412ac4e 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -149,14 +149,6 @@
<li><a
href="{$href_base}contact.html#irc">irc</a></li>
</ul>
</div>
- <div id="community">
- <h3>Community</h3>
- <ul>
- <li><a
href="https://twitter.com/hashtag/libvirt">twitter</a>...
- <li><a
href="http://stackoverflow.com/questions/tagged/libvirt">sta...
- <li><a
href="http://serverfault.com/questions/tagged/libvirt">serve...
- </ul>
- </div>
<div id="conduct">
Participants in the libvirt project agree to abide by <a
href="{$href_base}governance.html#codeofconduct">the project code of
conduct</a>
</div>
--
2.21.0