Compare commits
8 commits
6cb4cfddc5
...
99e61f8fb7
Author | SHA1 | Date | |
---|---|---|---|
Edward Betts | 99e61f8fb7 | ||
Edward Betts | b343fbb3b5 | ||
Edward Betts | 3801f863cc | ||
Edward Betts | 6b629ba3f4 | ||
Edward Betts | f37463ff8f | ||
Edward Betts | 69a0ed0ff1 | ||
Edward Betts | a453580752 | ||
Edward Betts | 3e574849c0 |
16
check.py
16
check.py
|
@ -37,30 +37,34 @@ 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 = [
|
||||
# ("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/"),
|
||||
("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/"),
|
||||
("WikiConference North America", "https://wikiconference.org/wiki/2024/Main_Page"),
|
||||
# ("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"),
|
||||
("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/"),
|
||||
# ("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/"),
|
||||
("All Things Open", "https://2024.allthingsopen.org/"),
|
||||
# ("All Things Open", "https://2024.allthingsopen.org/"),
|
||||
("GLAMhack24", "https://opendata.ch/events/glamhack2024/"),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue