> I think there already exists such a meta-data in the official SRFI repository: > > https://github.com/scheme-requests-for-implementation/srfi-common/blob/master/admin/srfi-data.scm Cool, I saw this at some point but forgot. How is it generated? I can't find a corresponding script in that repo at a glance. Arthur, as the editor what is your opinion on what S-expression files to have? It just occurred to me that if the files can be auto-generated from HTML, they could just as well live in a central metadata repo instead of the SRFI source repos. Then the source repos could have HTML only, as they now do. If we have symbol indices, I would prefer one metadata file per SRFI. If not, we could have the data for all SRFIs in the same S-expression file. But I'd really like the symbols :) And the abstract could be in the same file.