(no subject)
Maxim
(07 Jun 2024 16:19 UTC)
|
Fix and update links on scheme.org Maxim (07 Jun 2024 16:46 UTC)
|
Re: Fix and update links on scheme.org
Arthur A. Gleckler
(08 Jun 2024 01:17 UTC)
|
Re: Fix and update links on scheme.org
Arthur A. Gleckler
(08 Jun 2024 02:24 UTC)
|
Re: Fix and update links on scheme.org
Lassi Kortela
(09 Jun 2024 16:31 UTC)
|
Hello, Maxim, 2024-06-07 18:19 +0200: > From 42aae7779052bfab37e62b6ab77926a63e25a97b Mon Sep 17 00:00:00 2001 > From: Maxim <xxxxxx@kuzdra.org> > Date: Fri, 7 Jun 2024 17:30:16 +0200 > Subject: [PATCH 1/2] Bump conferences' dates and links First off, I apologise for sending out the previous email prematurely. I didn't suspect that piping git-format-patch to mutt will make the former send it out immediately. My bad! I've been teaching myself some Scheme recently and I found scheme.org to be a great and indispensable resource. Thank you for putting it together! I found a few outdated links on the website, so I thought I would send a quick patch. Messing with GitHub's PRs is not my cup of tea, but please let me know if email patches cause you any trouble. I am attaching two patches for <https://github.com/schemeorg-community/monorepo/> (the same as mistakenly sent out before): monorepo-0001-Bump-conferences-dates-and-links.patch monorepo-0002-Fix-Meetup.com-link.patch And another one for <https://github.com/schemeorg-community/go.scheme.org>: go.scheme.org-0001-Update-csug-link-to-actual-latest-version.patch Besides, I have two questions: 1. The website for ICFP 2024 is up and the Scheme track too, at <https://icfp24.sigplan.org/home/scheme-2024>. Who's in charge of <https://www.schemeworkshop.org/>?-- It would be nice to update it with a link to workshop 2024. 2. The implementations section reads "Browse and compare all known Scheme systems". However, I've run into a few other implementations that are not listed yet. Not sure whether they are omitted on purpose? - https://github.com/uim/sigscheme - https://ryansuchocki.github.io/microscheme/ - https://www.s48.org/ - https://tinyscheme.sourceforge.net Thank you.
From 6244113593c96eb43a859ce85632b87cca0df505 Mon Sep 17 00:00:00 2001 From: Maxim <xxxxxx@kuzdra.org> Date: Fri, 7 Jun 2024 16:04:40 +0200 Subject: [PATCH] Update csug link to actual latest version The page <https://go.scheme.org/> links "csug" to version 7 hosted at scheme.com. It claims it's the latest version. According to <https://www.scheme.com/>, however: > Chez Scheme is now an open-source project, hosted at > github.com/cisco/chezscheme with a project page at > cisco.github.io/ChezScheme. Current information on Chez Scheme can be > found there. Thus, the latest release is version 10.0.0 (dated Feb 6, 2024). This patch updates the link to the latest documentation page on the project web-site. (It seems to me, there is no "current" page, so the link will have to be updated upon the next Chez Scheme release again.) --- go.pose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.pose b/go.pose index 7d90ffe..35c0c9d 100644 --- a/go.pose +++ b/go.pose @@ -127,7 +127,7 @@ (entry (id "csug") - (uri "//www.scheme.com/csug7/") + (uri "//cisco.github.io/ChezScheme/csug10.0/csug.html") (intent "Chez Scheme - User's Guide - latest version")) (entry -- 2.45.1
From 42aae7779052bfab37e62b6ab77926a63e25a97b Mon Sep 17 00:00:00 2001 From: Maxim <xxxxxx@kuzdra.org> Date: Fri, 7 Jun 2024 17:30:16 +0200 Subject: [PATCH 1/2] Bump conferences' dates and links The conferences go on, but the links are stale. Fixed that. Also dropped the ordinal number, because it does not seem to be a part of the conferences' names and ELS does not mention it at all. --- events/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/events/index.html b/events/index.html index 909b5e9..d0c52ab 100644 --- a/events/index.html +++ b/events/index.html @@ -40,12 +40,10 @@ "http://icfpconference.org">International Conference on Functional Programming (ICFP)</a>.</p> <h2>Conferences</h2> - <p><a href="http://www.european-lisp-symposium.org/2021">ELS'21, - 14th European Lisp Symposium</a> — 3-4 May 2021 — virtual</p> - <p><a href="https://www.lambdadays.org/lambdadays2021">8th Lambda - Days</a> + 10th International Workshop on Trends in Functional - Programming in Education + 22nd Symposium on Trends in Functional - Programming — 16—19 February 2021 — virtual</p> + <p><a href="http://www.european-lisp-symposium.org/">European + Lisp Symposium 2024</a> — 6–7 May 2024, Vienna.</p> + <p><a href="https://www.lambdadays.org/">Lambda Days 2024</a> — + 27–28 May 2024, Kraków. Next event: 12–13 June 2025.</p> <p><a href="conferences/"><b>Past conferences</b></a></p> <h2>Lisp and Scheme User Groups</h2> <p><a href="http://planet.lisp.org/meetings/">Lisp Meetings -- 2.45.1
From 223d7a1a2556d9bf0e1e3b758df8e36006ed9b8a Mon Sep 17 00:00:00 2001 From: Maxim <xxxxxx@kuzdra.org> Date: Fri, 7 Jun 2024 17:41:29 +0200 Subject: [PATCH 2/2] Fix Meetup.com link The old link is unresponsive. According to the Wayback Machine[1], it's been down since the end of 2022. At some point Meetup.com used to redirect from the old URL---that's the new link in this patch. [1] <https://web.archive.org/web/*/http://scheme.meetup.com/> --- events/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/index.html b/events/index.html index d0c52ab..305ccd3 100644 --- a/events/index.html +++ b/events/index.html @@ -48,7 +48,7 @@ <h2>Lisp and Scheme User Groups</h2> <p><a href="http://planet.lisp.org/meetings/">Lisp Meetings Google Calendar</a></p> - <p><a href="http://scheme.meetup.com/">Lisp & Scheme at + <p><a href="https://www.meetup.com/topics/lisp">Lisp & Scheme at Meetup.com</a></p> <p><a href= "https://mailman.common-lisp.net/listinfo/boston-lisp">Lisp User -- 2.45.1