Bug#753456: [lintian] Moreinfo about flattlr false positive
control: tags -1 + moreinfo
Hi,
The offender line is:
<a class="FlattrButton" style="display:none;" title="PNP Dokumentation" 
      href="http://docs.pnp4nagios.org/de/pnp-0.6/start" 
      rev="flattr;uid:44827;category:text;language:de;tags:;">PNP4Nagios Dokumentation Version 0.6.x[...]</a>
According  to [1] it is the way to include flattlr button with javascript  script (the script do a search and replace and fetch flattlr).
You the on line webpage[2] using start.html  the page include:
  <script type="text/javascript">
/* <![CDATA[ */
    (function() {
        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
        
        s.type = 'text/javascript';
        s.async = true;
        s.src = 'https://api.flattr.com/js/0.5.0/load.js?mode=auto';
        
        t.parentNode.insertBefore(s, t);
    })();
/* ]]> */
</script>
How the documentation is created ? Does you include the following script ?
Bastien
[1] http://developers.flattr.net/button/
[2] http://docs.pnp4nagios.org/de/pnp-0.6/start
Reply to: