GNU bug report logs - #61306
[PATCH 0/5] Modernize the html engine

Previous Next

Package: skribilo;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Mon, 6 Feb 2023 00:07:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: skribilo-bugs <at> nongnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH 0/5] Modernize the html engine
Date: Mon,  6 Feb 2023 00:06:26 +0000
This patchset adds a bunch of modernization fixes to the html
engine. Mainly:

- It removes br tags from various places. There is no need for br
  tags. Presentation should be handled in CSS. br tags insert unneeded
  unremovable space.

- Modernize code to use match and for-each.

Arun Isaac (5):
  html: Do not add br tag after chapter.
  html: Do not add br tag after section.
  html: Do not add br tags before footnotes.
  html: Use match instead of car and cdr.
  html: Use for-each instead of explicit loop.

 src/guile/skribilo/engine/html.scm | 99 +++++++++++++++---------------
 1 file changed, 48 insertions(+), 51 deletions(-)

-- 
2.38.1





This bug report was last modified 2 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.