From 3e574849c0ec53c42d26e7de33fd336de46fab7d Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:09:05 +0000 Subject: [PATCH 1/8] FOSS North is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index e025b8c..db14b0c 100755 --- a/check.py +++ b/check.py @@ -42,7 +42,7 @@ not_here_list = [ conferences = [ # ("FOSDEM", "https://fosdem.org/2024"), # ("PyCascades", "https://2024.pycascades.com/"), - ("foss-north", "https://foss-north.se/2024"), + # ("foss-north", "https://foss-north.se/2024"), # ("Wikimedia Hackathon", "https://www.mediawiki.org/wiki/Wikimedia_Hackathon_2024"), ("FOSS4G", "https://2024.foss4g.org/"), # ("FOSS4G Europe", "https://2024.europe.foss4g.org/"), From a45358075228eeebaa3f3a7c818d4f0297884b90 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:11:13 +0000 Subject: [PATCH 2/8] Pass the SALT 2024 is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index db14b0c..e7b8572 100755 --- a/check.py +++ b/check.py @@ -53,7 +53,7 @@ conferences = [ ("WikiConference North America", "https://wikiconference.org/wiki/2024/Main_Page"), # ("PyCon DE", "https://2024.pycon.de/"), # ("PyData London", "https://pydata.org/london2024"), - ("Pass the SALT", "https://2024.pass-the-salt.org/"), + # ("Pass the SALT", "https://2024.pass-the-salt.org/"), ("SotM Baltics", "https://2024.sotm-baltics.org/"), ("EuroSciPy", "https://www.euroscipy.org/2024/"), ("EuroPython", "https://ep2024.europython.eu/"), From 69a0ed0ff1dbbae54caa815a324a6392a593f1ef Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:11:41 +0000 Subject: [PATCH 3/8] EuroPython 2024 site is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index e7b8572..63db369 100755 --- a/check.py +++ b/check.py @@ -56,7 +56,7 @@ conferences = [ # ("Pass the SALT", "https://2024.pass-the-salt.org/"), ("SotM Baltics", "https://2024.sotm-baltics.org/"), ("EuroSciPy", "https://www.euroscipy.org/2024/"), - ("EuroPython", "https://ep2024.europython.eu/"), + # ("EuroPython", "https://ep2024.europython.eu/"), ("Semantic Web in Libraries", "https://swib.org/swib24/"), ("SotM Africa", "https://2024.stateofthemap.africa/"), ("FOSS4G Oceania", "https://2024.foss4g-oceania.org/"), From f37463ff8faa153566b36385bca0ca6a72ca8dbd Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:12:32 +0000 Subject: [PATCH 4/8] Add more phrases to not_here_list --- check.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check.py b/check.py index 63db369..52303a2 100755 --- a/check.py +++ b/check.py @@ -37,6 +37,9 @@ not_here_list = [ "Test Page for the Apache HTTP Server", "Site not found · GitHub Pages", "504: Gateway time-out", + "This page doesn't exist (404)", + "Coming soon", + "NOT_FOUND", ] conferences = [ From 6b629ba3f42da1d0287e44950861c3d42a23ad2e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:21:45 +0000 Subject: [PATCH 5/8] State of the Map US 2024 is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index 52303a2..d6bd606 100755 --- a/check.py +++ b/check.py @@ -52,7 +52,7 @@ conferences = [ ("FOSSY", "https://2024.fossy.us/"), # ("North Bay Python", "https://2024.northbaypython.org/"), # ("DebConf", "https://wiki.debian.org/DebConf/24"), - ("State of the Map US", "https://2024.stateofthemap.us/"), + # ("State of the Map US", "https://2024.stateofthemap.us/"), ("WikiConference North America", "https://wikiconference.org/wiki/2024/Main_Page"), # ("PyCon DE", "https://2024.pycon.de/"), # ("PyData London", "https://pydata.org/london2024"), From 3801f863cc41ae50f96a1c5538e092ea145b8937 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:22:10 +0000 Subject: [PATCH 6/8] WikiConference North America 2024 is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index d6bd606..6bc4a6d 100755 --- a/check.py +++ b/check.py @@ -53,7 +53,7 @@ conferences = [ # ("North Bay Python", "https://2024.northbaypython.org/"), # ("DebConf", "https://wiki.debian.org/DebConf/24"), # ("State of the Map US", "https://2024.stateofthemap.us/"), - ("WikiConference North America", "https://wikiconference.org/wiki/2024/Main_Page"), + # ("WikiConference North America", "https://wikiconference.org/wiki/2024/Main_Page"), # ("PyCon DE", "https://2024.pycon.de/"), # ("PyData London", "https://pydata.org/london2024"), # ("Pass the SALT", "https://2024.pass-the-salt.org/"), From b343fbb3b51860b21de013b02b5c7ec4a7fbfc96 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:22:40 +0000 Subject: [PATCH 7/8] All Things Open 2024 is live --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index 6bc4a6d..15c06d4 100755 --- a/check.py +++ b/check.py @@ -63,7 +63,7 @@ conferences = [ ("Semantic Web in Libraries", "https://swib.org/swib24/"), ("SotM Africa", "https://2024.stateofthemap.africa/"), ("FOSS4G Oceania", "https://2024.foss4g-oceania.org/"), - ("All Things Open", "https://2024.allthingsopen.org/"), + # ("All Things Open", "https://2024.allthingsopen.org/"), ] From 99e61f8fb7f6f38d6a844a76339871584128c274 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Feb 2024 06:23:00 +0000 Subject: [PATCH 8/8] Add GLAMhack24 --- check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/check.py b/check.py index 15c06d4..1ce98d3 100755 --- a/check.py +++ b/check.py @@ -64,6 +64,7 @@ conferences = [ ("SotM Africa", "https://2024.stateofthemap.africa/"), ("FOSS4G Oceania", "https://2024.foss4g-oceania.org/"), # ("All Things Open", "https://2024.allthingsopen.org/"), + ("GLAMhack24", "https://opendata.ch/events/glamhack2024/"), ]