From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: guile-devel@gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [PATCH 0/2] Add 'snarfi' guild script to convert SRFI HTML specifications to Texinfo
Date: Sun, 3 Dec 2023 11:37:49 -0500 [thread overview]
Message-ID: <20231203170504.7818-1-maxim.cournoyer@gmail.com> (raw)
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
next reply other threads:[~2023-12-03 16:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-03 16:37 Maxim Cournoyer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231203170504.7818-1-maxim.cournoyer@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).