
On 2012年06月11日 23:14, Eric Blake wrote:
Eric Blake and Guido Günther were guests during this week's FLOSS Weekly podcast, giving insights into libvirt as a Free Software project. Also, there are several useful blogs on virt-related topics.
* docs/relatedlinks.html.in (Blogs and Podcasts): New section. ---
v2: Follow Guido's suggestion of a new section, add in some blog links.
docs/relatedlinks.html.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/docs/relatedlinks.html.in b/docs/relatedlinks.html.in index 05057f3..f5357c5 100644 --- a/docs/relatedlinks.html.in +++ b/docs/relatedlinks.html.in @@ -61,5 +61,23 @@ </li> </ul>
+<h2>Blogs and Podcasts</h2> + +<ul> +<li> +<a href="http://twit.tv/show/floss-weekly/213">FLOSS Weekly + podcast on the topic of libvirt</a> +</li> +<li> +<a href="http://berrange.com/topics/libvirt/">Daniel + Berrange's blog on useful libvirt development tips</a> +</li> +<li> +<a href="http://planet.virt-tools.org/index.html">Virt Tools + Blog Planet: blog aggregation of several virt-related + feeds</a> +</li> +</ul> + </body> </html>
ACK. Osier