Skip to content

Commit

Permalink
external link check
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilarion committed Feb 14, 2024
1 parent dfa1759 commit 624f284
Show file tree
Hide file tree
Showing 50 changed files with 73 additions and 82 deletions.
15 changes: 10 additions & 5 deletions code/maintenance_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,23 +296,28 @@ def clean_backlog(self):

print('backlog cleaned')


def check_external_links(self):
"""
Checks all external links it can find for validity. Prints those with non OK HTTP responses. Does only need to be run
from time to time.
"""

# regex for finding urls (can be in <> or in ]() or after a whitespace
regex = re.compile(r"[\s]<(http.+?)>|\]\((http.+?)\)[^\)]|[\s](http.+?)[\s,]")
# regex = re.compile(r"[\s]<(http.+?)>|\]\((http.+?)\)[^\)]|[\s](http.+?)[\s,]")
regex = re.compile(r"\s<(http.+?)>|\]\((http\S+)\)|\s(http[^\(]+?)[\s,^\)]|\s(http\S+?\(\S+?\))[\s,]")

# ignore the following patterns (they give false positives here)
ignored_urls = (
'https://git.tukaani.org/xz.git', 'https://git.code.sf.net/', 'http://hg.hedgewars.org/hedgewars/',
'https://git.xiph.org/vorbis.git', 'http://svn.uktrainsim.com/svn/openrails', 'https://www.srb2.org/',
'http://wiki.srb2.org/')
'http://wiki.srb2.org/', 'https://web.archive.org/web/', 'https://www.comunidadargentum.com/',
'http://www.argentumonline.com.ar/', 'https://www.atrinik.org/', 'https://mvnrepository.com/artifact/com.gitlab.bsarter.belote',
'http://aegidian.org/bb/index.php')
# especially the webarchive links will be checked separately

# some do redirect, but we nevertheless want the original URL in the database
redirect_okay = ('https://octaforge.org/', 'https://svn.openttd.org/', 'https://godotengine.org/download')
redirect_okay = ('https://octaforge.org/', 'https://svn.openttd.org/', 'https://godotengine.org/download', 'http://drive.google.com/uc?export=download&id=1chP3Yrey-jWJBz9bRllmsKBPVgxysCFQ')

# extract all links from entries
import urllib3
Expand Down Expand Up @@ -344,9 +349,9 @@ def check_external_links(self):
if url.startswith('http://cvs.savannah.gnu.org:/sources/'):
url = 'http://cvs.savannah.gnu.org/viewvc/' + url[37:] + '/'

# generally ".git" at the end is not working well, except sometimes
# generally ".git" at the end is not working well, except sometimes it actually does
if url.endswith('.git') and not any((url.startswith(x) for x in (
'https://repo.or.cz', 'https://git.tuxfamily.org/fanwor/fanwor'))):
'https://repo.or.cz', 'https://git.tuxfamily.org'))):
url = url[:-4]

if url in urls:
Expand Down
4 changes: 1 addition & 3 deletions entries/0_ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ Engine is called Pyrogenesis.
## Building

- Build system: CMAKE (NVTT), Custom (Makefile for FCollada, SpiderMonkey), Premake (engine)
- Build instruction: https://trac.wildfiregames.com/wiki/BuildInstructions

See [instructions](https://trac.wildfiregames.com/wiki/GettingStartedProgrammers)
- Build instruction: https://web.archive.org/web/20230922073212/https://trac.wildfiregames.com/wiki/BuildInstructions
2 changes: 1 addition & 1 deletion entries/annex_conquer_the_world.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annex: Conquer the World

- Home: https://web.archive.org/web/20200513025753/http://annexconquer.com/, https://bitbucket.org/annexctw/
- Home: https://web.archive.org/web/20200513025753/http://annexconquer.com/, https://bitbucket.org/annexctw/workspace/projects/Annex
- State: mature, inactive since 2014
- Download: https://web.archive.org/web/20200130203822/http://annexconquer.com:80/downloads/
- Platform: Windows, Linux
Expand Down
4 changes: 2 additions & 2 deletions entries/argentum_online.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Argentum Online

- Home: https://www.comunidadargentum.com/ (Spanish), http://www.argentumonline.com.ar/ (Spanish), https://sourceforge.net/projects/morgoao/, https://github.com/argentumonline, https://github.com/ao-libre
- Home: https://www.comunidadargentum.com/ (Spanish), https://www.ao20.com.ar/ (Spanish), https://sourceforge.net/projects/morgoao/, https://github.com/argentumonline, https://github.com/ao-libre
- State: beta, inactive since 2014
- Download: https://www.comunidadargentum.com/descargas/, https://sourceforge.net/projects/morgoao/files/
- Download: https://github.com/ao-libre/ao-cliente/releases, https://sourceforge.net/projects/morgoao/files/
- Keyword: role playing, 2D, multiplayer online + massive
- Code repository: https://github.com/ao-libre/ao-server.git (@created 2018, @stars 50, @forks 44), https://github.com/ao-libre/ao-cliente.git @add (@created 2018, @stars 60, @forks 74), https://github.com/ao-libre/ao-worldeditor.git @add (@created 2020, @stars 5, @forks 10), http://morgoao.cvs.sourceforge.net/ (cvs)
- Code language: Visual Basic
Expand Down
2 changes: 1 addition & 1 deletion entries/aussenposten.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Home: https://web.archive.org/web/20200206173823/http://aussenposten.gamejs.org/, https://forum.freegamedev.net/viewtopic.php?t=5910&p=64059
- State: beta, inactive since 2015
- Download: http://aussenposten.gamejs.org/download.html
- Download: https://web.archive.org/web/20221206081951/http://aussenposten.gamejs.org/download.html
- Platform: Windows, Linux
- Keyword: strategy, content open, real-time
- Code language: JavaScript
Expand Down
2 changes: 1 addition & 1 deletion entries/battle_tanks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Battle Tanks

- Home: https://btanks.sourceforge.net/blog/, https://sourceforge.net/projects/btanks/
- Home: https://web.archive.org/web/20230514180915/https://btanks.sourceforge.net/blog/, https://sourceforge.net/projects/btanks/
- State: mature, inactive since 2009
- Download: https://sourceforge.net/projects/btanks/files/
- Platform: Windows, Linux, macOS
Expand Down
2 changes: 1 addition & 1 deletion entries/biniax.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Code language: C
- Code license: zlib

See also https://packages.debian.org/search?keywords=biniax, https://play.google.com/store/apps/details?id=com.biniax.sdl
See also https://packages.debian.org/search?keywords=biniax

[Original Biniax](http://www.tuzsuzov.com/biniax/index1.htm), [Biniax mobile](http://biniax.com/mobile)

Expand Down
2 changes: 1 addition & 1 deletion entries/blacknova_traders.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
Web-based, multi-player space exploration game inspired by the popular BBS game of TradeWars.
Fork is [Red Nova Traders](https://sourceforge.net/projects/rednova/), inactive since 2006.

See also https://github.com/myprohost/BlackNovaTrader, https://github.com/Kambyses/BlackNova-Traders
See also https://github.com/cheevauva/blacknovatraders, https://github.com/Kambyses/BlackNova-Traders

## Building
2 changes: 1 addition & 1 deletion entries/blender_game_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Part of Blender.
## Building

- Build system: CMake
- Build instruction: https://wiki.blender.org/wiki/Building_Blender
- Build instruction: https://developer.blender.org/docs/handbook/building_blender/
2 changes: 1 addition & 1 deletion entries/caesaria.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CaesarIA

- Home: https://bitbucket.org/dalerank/caesaria/overview, https://bitbucket.org/dalerank/caesaria/wiki/Home
- Home: https://bitbucket.org/dalerank/caesaria/wiki/Home, https://web.archive.org/web/20181202070727/https://bitbucket.org/dalerank/caesaria/overview
- Inspiration: Caesar 3
- State: beta
- Download: https://bitbucket.org/dalerank/caesaria/wiki/Releases
Expand Down
9 changes: 5 additions & 4 deletions entries/empty_clip.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Empty Clip

- Home: https://github.com/jazztickets/emptyclip, https://emptyclip.sourceforge.net/, https://sourceforge.net/projects/emptyclip/
- Home: https://empty-clip.gitlab.io/index.html, https://web.archive.org/web/20220502160228/https://emptyclip.sourceforge.net/, https://web.archive.org/web/20220420161918/https://sourceforge.net/projects/emptyclip/
- State: mature
- Platform: Linux
- Keyword: role playing, 2D, shooter, top-down
- Code repository: https://github.com/jazztickets/emptyclip.git (@created 2017, @stars 1, @forks 1), https://git.code.sf.net/p/emptyclip/code
- Download: https://gitlab.com/empty-clip/code/-/releases
- Platform: Windows, Linux
- Keyword: action, 2D, role-playing, shooter, top-down
- Code repository: https://gitlab.com/empty-clip/code.git
- Code language: C++
- Code license: GPL-2.0
- Code dependency: SDL2
Expand Down
2 changes: 1 addition & 1 deletion entries/floppy_birb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Floppy Birb

- Home: https://oojmed.com/floppy-birb/
- Home: https://web.archive.org/web/20221108214423/https://oojmed.com/floppy-birb/
- Inspiration: Flappy Bird
- State: mature
- Platform: Web
Expand Down
2 changes: 1 addition & 1 deletion entries/fltk_recycling_game.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FLTK Recycling Game!

- Home: https://www.thregr.org/~wavexx/software/regame/
- Home: https://www.thregr.org/wavexx/software/regame/
- State: mature, inactive since 2014
- Platform: Windows, Linux, macOS
- Keyword: arcade, content open
Expand Down
1 change: 0 additions & 1 deletion entries/foobillard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- Developer: Florian Berger, Kein-Hong Man

3D billiard game.
http://foobillardplus.sourceforge.net/, https://packages.debian.org/search?keywords=foobillardplus

## Building

Expand Down
2 changes: 1 addition & 1 deletion entries/freesynd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreeSynd

- Home: https://freesynd.sourceforge.net/, https://sourceforge.net/projects/freesynd/
- Home: https://freesynd.sourceforge.io/, https://sourceforge.net/projects/freesynd/
- Inspiration: Syndicate
- State: beta, inactive since 2017
- Download: https://sourceforge.net/projects/freesynd/files/
Expand Down
2 changes: 1 addition & 1 deletion entries/freetrain.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreeTrain

- Home: https://freetrain.sourceforge.net/, https://sourceforge.net/projects/freetrain/
- Home: https://web.archive.org/web/20230212122201/https://freetrain.sourceforge.net/, https://sourceforge.net/projects/freetrain/
- Inspiration: A-Train
- State: beta, inactive since 2009
- Download: https://sourceforge.net/projects/freetrain/files/
Expand Down
4 changes: 2 additions & 2 deletions entries/game_editor.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Game Editor

- Home: http://game-editor.com/Main_Page
- Home: http://game-editor.com/static/Main_Page.html
- State: mature, inactive since 2014
- Download: http://game-editor.com/Download
- Download: http://game-editor.com/static/Download.html
- Platform: Windows, Linux, macOS, iOS
- Keyword: framework, 2D, editor, engine
- Code repository: https://github.com/game-editor/game-editor.git (@created 2013, @stars 25, @forks 18)
Expand Down
2 changes: 1 addition & 1 deletion entries/garith.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Garith

- Home: https://www.thregr.org/~wavexx/software/garith/
- Home: https://www.thregr.org/wavexx/software/garith/
- Inspiration: arithmetic, TuxMath
- State: mature, inactive since 2013
- Keyword: educational, content open, for kids
Expand Down
14 changes: 0 additions & 14 deletions entries/ges-code.md

This file was deleted.

2 changes: 1 addition & 1 deletion entries/gilbert_and_the_doors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Home: https://sites.google.com/view/gilbert-and-the-doors
- State: mature, inactive since 2018
- Download: https://drive.google.com/uc?export=download&id=1Qgt-LmuLVRQ5yQ7Lg0QB61eZDoMnLTOl
- Download: http://drive.google.com/uc?export=download&id=1chP3Yrey-jWJBz9bRllmsKBPVgxysCFQ
- Platform: Windows, Linux
- Keyword: platform, strategy, 2D, content open, side-scrolling
- Code repository: https://gitlab.com/osgames/gilbert-and-the-doors.git (import of sources, @created 2019, @stars 1, @forks 0)
Expand Down
2 changes: 1 addition & 1 deletion entries/gnome_chess.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Home: https://wiki.gnome.org/Apps/Chess
- State: mature
- Download: https://flathub.org/apps/details/org.gnome.Chess
- Download: https://flathub.org/apps/org.gnome.Chess
- Platform: Linux
- Keyword: strategy, 2D, chess, content open
- Code repository: https://gitlab.gnome.org/GNOME/gnome-chess.git
Expand Down
2 changes: 1 addition & 1 deletion entries/goblin_camp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Goblin Camp

- Home: http://www.goblincamp.com/, https://web.archive.org/web/20151106001905/https://bitbucket.org/genericcontainer/goblin-camp
- Home: https://www.goblincamp.com/, https://web.archive.org/web/20151106001905/https://bitbucket.org/genericcontainer/goblin-camp
- Inspiration: Anno 1404, Dungeon Keeper, Dwarf Fortress
- State: beta, inactive since 2012
- Keyword: strategy, city, roguelike
Expand Down
2 changes: 1 addition & 1 deletion entries/gods_deluxe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gods Deluxe

- Home: http://jotd.pagesperso-orange.fr/gods/index.html
- Home: https://web.archive.org/web/20231001195258/http://jotd.pagesperso-orange.fr/gods/index.html
- Inspiration: Gods
- State: mature, inactive since 2020
- Keyword: platform, remake, content free
Expand Down
5 changes: 3 additions & 2 deletions entries/goldeneye_source.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# GoldenEye: Source

- Home: http://geshl2.com/, https://www.moddb.com/mods/goldeneye-source
- Home: https://www.geshl2.com/, https://www.moddb.com/mods/goldeneye-source
- Inspiration: GoldenEye 007
- State: mature, inactive since 2018
- Keyword: remake, content open, first-person, multiplayer competitive + online, shooter
- Download: https://www.geshl2.com/download/
- Keyword: action, remake, content open, first-person, multiplayer competitive + online, requires original engine (?), shooter
- Code repository: https://github.com/goldeneye-source/ges-code.git (@created 2014, @stars 188, @forks 25)
- Code language: C++, C
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/golly.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Golly

- Home: https://golly.sourceforge.net/, https://sourceforge.net/projects/golly/
- Home: https://golly.sourceforge.io/, https://sourceforge.net/projects/golly/
- Inspiration: Game of Life
- State: mature
- Download: https://sourceforge.net/projects/golly/files/, https://play.google.com/store/apps/details?id=net.sf.golly
Expand Down
4 changes: 2 additions & 2 deletions entries/gpl_arcade_volleyball.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# GPL Arcade Volleyball

- Home: https://gav.sourceforge.net/, https://sourceforge.net/projects/gav/
- Home: https://web.archive.org/web/20230208004126/https://gav.sourceforge.net/, https://sourceforge.net/projects/gav/
- Inspiration: Volleyball
- State: beta, inactive since 2006
- Download: https://gav.sourceforge.net/download.php, https://sourceforge.net/projects/gav/files/
- Download: https://sourceforge.net/projects/gav/files/
- Platform: Windows, Linux, macOS
- Keyword: action, arcade, sports
- Code repository: https://gitlab.com/osgames/gav.git (conversion of cvs, @created 2019, @stars 1, @forks 0), http://gav.cvs.sourceforge.net (cvs)
Expand Down
2 changes: 1 addition & 1 deletion entries/gusanos.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GUSANOS

- Home: https://gusanos.sourceforge.net/, https://sourceforge.net/projects/gusanos/
- Home: https://web.archive.org/web/20221119005518/https://gusanos.sourceforge.net/, https://sourceforge.net/projects/gusanos/
- Inspiration: Liero, Worms
- State: beta, inactive since 2006
- Download: https://sourceforge.net/projects/gusanos/files/
Expand Down
2 changes: 1 addition & 1 deletion entries/heroes_of_wesnoth.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://launchpad.net/heroesofwesnoth, https://sourceforge.net/projects/heroesofwesnoth/
- State: beta, inactive since 2010
- Keyword: strategy, turn-based
- Code repository: https://code.launchpad.net/heroesofwesnoth (bzr), https://svn.code.sf.net/p/heroesofwesnoth/code (svn), https://gitorious.org/heroes-of-wesnoth/mainline.git (read-only)
- Code repository: https://code.launchpad.net/heroesofwesnoth (bzr), https://svn.code.sf.net/p/heroesofwesnoth/code (svn)
- Code language: C++
- Code license: GPL-3.0
- Developer: Jonan
Expand Down
2 changes: 1 addition & 1 deletion entries/infiniminer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Infiniminer

- Home: http://www.zachtronics.com/infiniminer/, https://code.google.com/archive/p/infiniminer/
- Home: https://www.zachtronics.com/infiniminer/, https://code.google.com/archive/p/infiniminer/
- Media: https://en.wikipedia.org/wiki/Zachtronics#Infiniminer
- State: mature, inactive since 2016
- Download: https://code.google.com/archive/p/infiniminer/source/default/source
Expand Down
2 changes: 1 addition & 1 deletion entries/jake2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jake2

- Home: http://bytonic.de/html/jake2.html, https://sourceforge.net/projects/jake2/
- Home: https://bytonic.de/html/jake2.html, https://sourceforge.net/projects/jake2/
- Inspiration: Quake II
- State: beta, inactive since 2006
- Download: https://bytonic.de/html/download.html
Expand Down
2 changes: 1 addition & 1 deletion entries/jsettlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
- Developer: Alessandro D'Ottavio, Chad McHenry, colinwerner, generateui, Jeremy D. Monin, Luis Ramirez, Paul Bilnoski, Robert Thomas

Web-based version of the board game Settlers of Catan written in Java.
See also http://www.settlers-android-clone.com/, https://github.com/jsettlers/settlers-remake
See also https://www.settlers-android-clone.com/, https://github.com/jsettlers/settlers-remake

## Building
2 changes: 1 addition & 1 deletion entries/kmines.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KMines

- Home: https://kde.org/applications/games/org.kde.kmines, https://games.kde.org/game.php?game=kmines, https://docs.kde.org/stable5/en/kmines/kmines/index.html
- Home: https://apps.kde.org/kmines/, https://docs.kde.org/stable5/en/kmines/kmines/index.html
- Inspiration: Minesweeper
- State: mature
- Platform: Linux
Expand Down
2 changes: 1 addition & 1 deletion entries/ksnakeduel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KSnakeDuel

- Home: https://kde.org/applications/games/org.kde.ksnakeduel, https://packages.debian.org/search?keywords=ksnake
- Home: https://apps.kde.org/ksnakeduel/, https://packages.debian.org/search?keywords=ksnake
- Inspiration: Snake
- State: mature
- Keyword: puzzle, content open, skill
Expand Down
2 changes: 1 addition & 1 deletion entries/ksudoku.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ksudoku

- Home: https://kde.org/applications/games/org.kde.ksudoku, https://ksudoku.sourceforge.net/, https://sourceforge.net/projects/ksudoku/
- Home: https://apps.kde.org/ksudoku/, https://ksudoku.sourceforge.net/, https://sourceforge.net/projects/ksudoku/
- State: mature
- Keyword: puzzle, content open, sudoku
- Code repository: https://anongit.kde.org/ksudoku.git, https://svn.code.sf.net/p/ksudoku/code (svn old)
Expand Down
2 changes: 1 addition & 1 deletion entries/meridian_59.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Meridian 59

- Home: http://meridian59.com/, https://meridian59.de/
- Home: https://meridian59.com/, https://meridian59.de/
- Media: https://en.wikipedia.org/wiki/Meridian_59
- State: mature
- Download: https://meridian59.com/play-now.php
Expand Down
2 changes: 1 addition & 1 deletion entries/ogs_mahjong.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OGS Mahjong

- Home: http://opengamestudio.org/en/game/ogs-mahjong-1.html, https://sourceforge.net/projects/osrpgcreation/
- Home: https://opengamestudio.org/en/game/ogs-mahjong-1.html, https://sourceforge.net/projects/osrpgcreation/
- Inspiration: Mahjong
- State: mature, inactive since 2016
- Download: https://sourceforge.net/projects/osrpgcreation/files/Mahjong/
Expand Down
2 changes: 1 addition & 1 deletion entries/oolite.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oolite

- Home: http://www.oolite.org/, http://wiki.alioth.net/index.php/Oolite_Main_Page, http://aegidian.org/bb/index.php
- Home: http://www.oolite.org/, https://wiki.alioth.net/index.php/Oolite_Main_Page, http://aegidian.org/bb/index.php
- Media: https://en.wikipedia.org/wiki/Oolite_(video_game)
- Inspiration: Elite
- State: mature
Expand Down
2 changes: 1 addition & 1 deletion entries/open_surge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Surge

- Home: http://opensurge2d.org/, https://opensnc.sourceforge.net/home/index.php, https://forum.opensurge2d.org/, https://sourceforge.net/projects/opensnc/
- Home: https://opensurge2d.org/, https://opensnc.sourceforge.net/home/index.php, https://forum.opensurge2d.org/, https://sourceforge.net/projects/opensnc/
- Inspiration: Sonic the Hedgehog series
- State: beta
- Download: https://opensurge2d.org/#download, https://forum.opensurge2d.org/viewtopic.php?id=1931, https://opensnc.sourceforge.net/home/download.php
Expand Down
4 changes: 2 additions & 2 deletions entries/open_yahtzee.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Open Yahtzee

- Home: http://www.openyahtzee.org/, https://sourceforge.net/projects/openyahtzee/
- Home: https://www.openyahtzee.org/, https://sourceforge.net/projects/openyahtzee/
- Inspiration: Yahtzee
- State: mature, inactive since 2016
- Download: http://www.openyahtzee.org/wiki/download/, https://sourceforge.net/projects/openyahtzee/files/
- Download: https://www.openyahtzee.org/wiki/download/, https://sourceforge.net/projects/openyahtzee/files/
- Platform: Windows, Linux
- Keyword: strategy, dice
- Code repository: https://git.code.sf.net/p/openyahtzee/code, https://gitlab.com/osgames/openyahtzee.git @add (@created 2019, @stars 1, @forks 0)
Expand Down
2 changes: 1 addition & 1 deletion entries/openitg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenITG

- Home: http://openitg.gr-p.com/, https://github.com/openitg/openitg/wiki
- Home: https://openitg.gr-p.com/, https://github.com/openitg/openitg/wiki
- Inspiration: StepMania
- State: beta, inactive since 2017
- Platform: Linux
Expand Down
Loading

0 comments on commit 624f284

Please sign in to comment.