[Reproducible-builds] Bug#764470: debbindiff: use external css

Holger Levsen holger at layer-acht.org
Wed Oct 8 11:55:16 UTC 2014


package: debbindiff
severity: wishlist

Hi,

it would be nice if debbindiff would support external CSS files.

Currently I use a rather crude hack to replace everything between and 
including the <style> tags with these two tags:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="../static/style_dbd.css" type="text/css" rel="stylesheet" />

The first tag just properly declares UTF-8 as charset (and is unrelated to 
this bugreport but should be added to the .html output anyway).

The second includes a CSS file.

I suppose the syntax should just be "--css $URL" and then this line is put 
into the .html file:

<link href="$URL" type="text/css" rel="stylesheet" />


cheers,
	Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20141008/70db1c86/attachment.sig>


More information about the Reproducible-builds mailing list