[libvirt] [PATCH v2 2/3] docs: Use our own implementation for fetching the RSS data

Andrea Bolognani abologna at redhat.com
Thu Jun 20 10:18:06 UTC 2019


On Thu, 2019-06-20 at 11:43 +0200, Martin Kletzander wrote:
[...]
>        <!--
> -      jQuery(function($) {
> -        $("#planet").rss("http://planet.virt-tools.org/atom.xml", {
> -          ssl: true,
> -          layoutTemplate: '<dl>{entries}</dl>',
> -          entryTemplate: '<dt><a href="{url}">{title}</a></dt><dd>by {author} on {date}</li>',
> -          dateFormat: 'DD MMM YYYY'
> -        })
> -      })
> -      // -->
> +      window.addEventListener("load", function() { fetchRSS() });
> +  // -->

Indentation is slightly off here.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list