I'm still hacking together some primitive schemedoc-features
end-to-end for some of the constellations described below, and two
of the most simple to-add-features would be supporting URLs for a
symbol index (below: 'scheme-index-url') and a query for a symbol
(below: 'scheme-query-url') in the metadata
files. These links would be defined per
Scheme-implementation plus ideally one default for the cases where
implementation-specific links are not defined.
The index-URL can simply be supported by the existing entry for documentation/web-url, the query-URL could be supported by something like documentation/query-url.
And to handle the generic entries not only for these, but also
for other metadata items, we could add a file named e.g.
generic.scm, that can be searched for fallback values.
OK?