Re: [Abook-devel] Improve html export filter

2014-11-28 Thread Stéphane Aulery
Le vendredi 28 novembre 2014 à 01:39:04, Raphaël Droz a écrit : > On Fri, Nov 28, 2014 at 03:37:14PM +0100, saul...@free.fr wrote: > > I wrote a patch to improve the html export. > > pushed (6e550af8a), with some changes about indentation (and changed a > bit the commit-message) > (you should chec

Re: [Abook-devel] Improve html export filter

2014-11-28 Thread Raphaël Droz
On Fri, Nov 28, 2014 at 03:37:14PM +0100, saul...@free.fr wrote: > I wrote a patch to improve the html export. pushed (6e550af8a), with some changes about indentation (and changed a bit the commit-message) (you should check your editor's indentation settings). thanks! --

[Abook-devel] Improve html export filter

2014-11-28 Thread saulery
Hello, I wrote a patch to improve the html export. Changes are detailed in the log. I forgot to mention the translation of the title of the page in the log. There would be other things to improve as replacing "&" by "&" and encode mailto cleanly but I'm not quite comfortable in C / C ++ for that

[Abook-devel] Improve html export filter

2014-11-28 Thread saulery
From: Stéphane Aulery - Html5 doctype - Indentation - CSS in a style tag - Style much fine - Specify encoding type for correct rendering by browsers - Add   instead of empty cell: browsers render the cells oddly without it. Signed-off-by: Stéphane Aulery --- filter.c | 63 +