unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH 0/2] Add 'snarfi' guild script to convert SRFI HTML specifications to Texinfo
@ 2023-12-03 16:37 Maxim Cournoyer
  2023-12-03 16:37 ` [PATCH 1/2] .dir-locals: Add indentation rule for sxml-match syntax Maxim Cournoyer
  2023-12-03 16:37 ` [PATCH 2/2] scripts: Add SRFI documentation HTML -> Texinfo snarfer Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-12-03 16:37 UTC (permalink / raw)
  To: guile-devel; +Cc: Maxim Cournoyer

Due to challenges in the unspecified HTML format used by the various
SRFI authors, the result is not perfect, but it's still a great help
when adapting the specification HTML into Texinfo.  It requires
guile-lib for its htmlprag HTML parser, which is autoloaded to avoid
introducing a hard dependency on it.


Maxim Cournoyer (2):
  .dir-locals: Add indentation rule for sxml-match syntax.
  scripts: Add SRFI documentation HTML -> Texinfo snarfer.

 .dir-locals.el            |   3 +-
 NEWS                      |  11 +
 am/bootstrap.am           |   1 +
 module/scripts/snarfi.scm | 637 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 651 insertions(+), 1 deletion(-)
 create mode 100644 module/scripts/snarfi.scm


base-commit: d8df317bafcdd9fcfebb636433c4871f2fab28b2
-- 
2.41.0




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-03 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03 16:37 [PATCH 0/2] Add 'snarfi' guild script to convert SRFI HTML specifications to Texinfo Maxim Cournoyer
2023-12-03 16:37 ` [PATCH 1/2] .dir-locals: Add indentation rule for sxml-match syntax Maxim Cournoyer
2023-12-03 16:37 ` [PATCH 2/2] scripts: Add SRFI documentation HTML -> Texinfo snarfer Maxim Cournoyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).