You can skip up to the first '----' separator.

On Mon, Mar 26, 2018 at 11:42 AM, Ciprian Dorin Craciun <xxxxxx@gmail.com> wrote:
On Tue, Mar 27, 2018 at 12:33 AM, Shiro Kawai <xxxxxx@gmail.com> wrote:
> Text dump is available at http://practical-scheme.net/vault/schemexref.txt
> Its a list of S-expr (<entry-name> . <string>), where the beginning of the
> <string> contains metadata in S-expr, followed by wiki content text.
> It'll be updated once a day.  I'll try to parse and bulk import new srfis
> when I got time.


Thanks.  I'll try to `sed` a list of symbols for each SRFI.  (My guess
is that the symbols can be found by looking for patterns as
`[[name]]`, which might give false-positives, but we can filter those
by hand out.)

Ciprian.