On Thu, Mar 29, 2018 at 11:59 AM, Ciprian Dorin Craciun <xxxxxx@gmail.com> wrote:
 
Thanks for the submission.  I'll merge it tomorrow as is, and then
I'll want to do the following:
* extract (by re-parsing the templates) your abstracts in a different file;
* integrate the new data in the current workflow to generate the templates;

I want to do this because the `srfi-templates` files should always be
automatically generated by merging and normalizing all the data
sources.  Thus when we find another source of data (like you did for
abstracts) we can just integrate it and update the templates.

​That makes sense.

By the way, I maintain a file for each SRFI's abstract here:


​Whenever a new SRFI is added or the abstract for an existing SRFI changes, I update the corresponding HTML file in that directory.

By the way, you can use Pandoc to convert from HTML to text.  For example, this command will convert HTML on stdin to text on stdout:

pandoc -f html -t plain