Skip to content

Commit

Permalink
Version 1.0.191
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-saukas committed Apr 19, 2024
1 parent 2993b9e commit 506c94c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,15 @@ ZXDB was created and it's maintained by **Einar Saukas**, with very special than

* **Thomas Kolbeck**: for directly working on ZXDB, maintaining the ZX81 section of ZXDB, and implementing the open [ZXInfo API](https://api.zxinfo.dk/v3/);

* **Elia Iliashenko**: for maintaining in [ZX Pokemaster](https://sourceforge.net/projects/zx-pokemaster/) a complete mapping of TOSEC files to their corresponding ZXDB entries (and also providing inumerous other contributions to ZXDB content);
* **Elia Iliashenko**: for maintaining in [ZX Pokemaster](https://sourceforge.net/projects/zx-pokemaster/) a complete mapping of TOSEC files to their corresponding ZXDB entries, and providing inumerous other contributions to ZXDB content;

* **Peter Jones**, and **Ricardo Nunes**: for building [Spectrum Computing](https://spectrumcomputing.co.uk/) that hosts the [ZXDB forum section](https://spectrumcomputing.co.uk/forums/viewforum.php?f=32) (and also providing inumerous other contributions to ZXDB content);
* **Peter Jones**, and **Ricardo Nunes**: for building [Spectrum Computing](https://spectrumcomputing.co.uk/) that hosts both the [ZXDB forum section](https://spectrumcomputing.co.uk/forums/viewforum.php?f=32) and the [online preservation forms](https://spectrumcomputing.co.uk/help.php), and providing inumerous other contributions to ZXDB content;

* **Steven Brown**: for recovering and preserving a huge amount of rare programs at [TZXVault](https://tzxvault.org/), and helping to add them to ZXDB;

* **Andre Luna Leao**: for collecting all kinds of programs at [Planeta Sinclair](https://planetasinclair.blogspot.com/), and helping to add them to ZXDB;

* **Hikoki**, **Neil Parsons** and everybody else that have contributed, assisted and supported this project since the beginning!
* **Hikoki**, **Frankie**, **Neil Parsons** and everybody else that have contributed, assisted and supported this project since the beginning!

Also special thanks to everyone that contributed to the creation of ZXDB, particularly:

Expand Down Expand Up @@ -364,6 +364,12 @@ The following websites are fully integrated with ZXDB:

* [MobyGames](http://www.mobygames.com/) - Each ZXDB title links to the corresponding webpage at MobyGames.

* [Universal Videogame List](https://www.uvlist.net/) - Each ZXDB title links to the corresponding webpage at UVL.

* [Games That Weren't](https://www.gamesthatwerent.com/) - Each never released ZXDB title (or port to another platform) links to the corresponding webpage at **Frank Gasking**'s site.

* [The Cutting Room Floor](https://tcrf.net/) - Each ZXDB title with hidden content links to the corresponding webpage at TCRF.

* [Lost in Translation](http://www.exotica.org.uk/) - Each ZXDB title links to the corresponding webpage at Lost in Translation.

* [Freebase](http://zxspectrum.freebase.com/) - Each ZXDB title links to the corresponding webpage at Freebase.
Expand Down
Binary file modified ZXDB_mysql.sql.zip
Binary file not shown.
5 changes: 2 additions & 3 deletions scripts/04-ZXDB_import_ZXSR.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
USE zxdb;

-- BUGFIXES!
-- update zxsr.ssd_review_score_compilations c set game_id=746 where game_id=853; -- Buggy Boy
-- update zxsr.ssd_review_score_compilations c set game_id=2482 where game_id=2483; -- Infiltrator
select * from zxsr.ssd_review_picture s where s.ReviewId not in (select review_id from zxsr.ssd_review);
delete from zxsr.ssd_review_score where score_id=75052; -- duplicated
delete from zxsr.ssd_review_score where review_id in (6993,6995,6996); -- duplicated

-- Delete previous ZXSR imports
delete from zxsr_captions where 1=1;
Expand Down

0 comments on commit 506c94c

Please sign in to comment.