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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#61306: closed (Re: bug#61306: Acknowledgement ([PATCH 0/5]
 Modernize the html engine))
Date: Tue, 28 Feb 2023 00:00:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61306: [PATCH 0/5] Modernize the html engine

which was filed against the skribilo package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61306 <at> debbugs.gnu.org.

-- 
61306: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61306
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 61306-done <at> debbugs.gnu.org
Subject: Re: bug#61306: Acknowledgement ([PATCH 0/5] Modernize the html engine)
Date: Mon, 27 Feb 2023 23:59:41 +0000
Pushed!

[Message part 3 (message/rfc822, inline)]
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 81 days ago.

Previous Next


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