Scheme registry license
Lassi Kortela
(07 Aug 2020 10:00 UTC)
|
Re: Scheme registry license
hga@xxxxxx
(07 Aug 2020 10:59 UTC)
|
Re: Scheme registry license
Lassi Kortela
(07 Aug 2020 11:13 UTC)
|
Re: Scheme registry license
hga@xxxxxx
(07 Aug 2020 14:56 UTC)
|
Scheme.org file server? Lassi Kortela (07 Aug 2020 11:36 UTC)
|
Re: Scheme.org file server?
John Cowan
(07 Aug 2020 13:59 UTC)
|
Re: Scheme.org file server?
Lassi Kortela
(07 Aug 2020 14:11 UTC)
|
Re: Scheme.org file server?
Lassi Kortela
(07 Aug 2020 14:13 UTC)
|
Brief notes on licensing
Lassi Kortela
(07 Aug 2020 11:46 UTC)
|
Re: Brief notes on licensing
hga@xxxxxx
(07 Aug 2020 15:08 UTC)
|
Scope of the registry, and impact of scope on licensing
Lassi Kortela
(07 Aug 2020 15:32 UTC)
|
Re: Scope of the registry, and impact of scope on licensing
hga@xxxxxx
(07 Aug 2020 16:45 UTC)
|
> I'm thinking of a policy of curating such things in one or more > files organizing and indexing "generally useful stuff", with pointers > to repos, tarballs, etc. of the code itself, and behind the scenes > also making backups of them, so if the site rots or the user is banned > the code it contained can be resurrected. That reminds, I've been thinking it could be useful to have a "file.scheme.org" server storing an archive of Scheme-related files such as tarballs and PDFs. We could serve all the RnRS reports from there, as well as past releases of Scheme implementations. Having them in a central location would be nice for archival, as you say it guards against losing the files (though web.archive.org is wonderful, it is not always simple to navigate) in case the original sites go missing and the authors are no longer reachable. We could also provide an index of all the files from api.scheme.org. In case there are copyright or security problems with some files, there would be a central place to clear them out. Finally, it would give us simple and stable URLs to refer to popular files. Something like this: https://file.scheme.org/r5rs.pdf https://file.scheme.org/r6rs-app.pdf https://file.scheme.org/gambit-v4_9_3.tgz https://file.scheme.org/kali-0.52.2.tar.gz https://file.scheme.org/ypsilon-0.9.6.update3.tar.gz