From aca983e0656ea11501af6a550d990fd9858b554f Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 2 Jul 2017 11:51:46 -0700 Subject: [PATCH] Remove _data for now --- _data/disks/pcx86/categories.json | 33 ------------------- _data/disks/pcx86/games.json | 53 ------------------------------- 2 files changed, 86 deletions(-) delete mode 100644 _data/disks/pcx86/categories.json delete mode 100644 _data/disks/pcx86/games.json diff --git a/_data/disks/pcx86/categories.json b/_data/disks/pcx86/categories.json deleted file mode 100644 index ee96e7bff..000000000 --- a/_data/disks/pcx86/categories.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "Application": [ - "Productivity", - ], - "Diagnostic": [ - "Hardware Tests" - ], - "Driver": [ - "Mouse" - ], - "Game": [ - "Educational", - "Simulation", - "Text Adventure", - ], - "Operating System": [ - "CP/M", - "DOS", - "MINIX", - "OS/2", - "UNIX", - "Windows" - ], - "Utility": [ - "Assembler", - "Communication", - "Compiler", - "Debugger", - "Interpreter" - ] - } -] diff --git a/_data/disks/pcx86/games.json b/_data/disks/pcx86/games.json deleted file mode 100644 index 7e6dcdc26..000000000 --- a/_data/disks/pcx86/games.json +++ /dev/null @@ -1,53 +0,0 @@ -[ - { - "title": "Leather Goddesses of Phobos", - "version": "1.0", - "publisher": "Infocom, Inc.", - "releaseDate": "1986", - "type": "Game", - "category": "Text Adventure", - "authors": [ - { - "name": "Steve Meretzky", - "link": "https://en.wikipedia.org/wiki/Steve_Meretzky" - } - ], - "description": "The year is 1936, and suddenly the protagonist is abducted by the Leather Goddesses for the final testing in the plan which will enslave every man and woman on earth. These Leather Goddesses of Phobos are just finishing up their plans for the invasion of Earth. If the hero fails to escape and save humanity, the Leather Goddesses will turn the Earth into their pleasure dome. Leather Goddesses of Phobos is a text adventure with humorous overtones. The player uses standard commands in the text parser to observe his environment and pick up items. The game's 'naughtiness' level can be adjusted between Tame (G), Suggestive (PG), and Lewd (R).", - "references": [ - { - "site": "Moby Games", - "link": "http://www.mobygames.com/game/dos/leather-goddesses-of-phobos" - } - ], - "sources": [ - { - "site": "Internet Archive", - "desc": "Leather Goddesses of Phobos: Software Files", - "page": "https://archive.org/details/msdos_Leather_Goddesses_of_Phobos_1986", - "file": "https://archive.org/download/msdos_Leather_Goddesses_of_Phobos_1986/Leather_Goddesses_of_Phobos_1986.zip", - "copy": "/disks/pcx86/games/infocom/phobos/archive/Leather_Goddesses_of_Phobos_1986.zip" - }, - { - "site": "Internet Archive", - "desc": "TOSEC: The Old School Emulation Center: IBM PC Compatibles (2012-04-23): Leather Goddesses of Phobos: Disk Image", - "page": "https://archive.org/details/IBM_PC_Compatibles_TOSEC_2012_04_23", - "file": "http://archive.org/download/IBM_PC_Compatibles_TOSEC_2012_04_23/IBM_PC_Compatibles_TOSEC_2012_04_23.zip/IBM%20PC%20Compatibles%20%5BTOSEC%5D%2FIBM%20PC%20Compatibles%20-%20Diskimages%20-%205.25%27%27%20%28TOSEC-v2009-09-01_CM%29%2FLeather%20Goddesses%20of%20Phobos%20%281986%29%28Infocom%29.zip", - "copy": "/disks/pcx86/games/infocom/phobos/archive/PHOBOS.img" - }, - { - "site": "Internet Archive", - "desc": "Leather Goddesses of Phobos: Manual", - "page": "https://archive.org/details/Leather_Goddesses_of_Phobos", - "file": "https://archive.org/download/Leather_Goddesses_of_Phobos/Leather_Goddesses_of_Phobos.pdf", - "copy": "/disks/pcx86/games/infocom/phobos/archive/Leather_Goddesses_of_Phobos.pdf" - }, - { - "site": "Internet Archive", - "desc": "Leather Goddesses of Phobos: Internal Documents", - "page": "https://archive.org/details/InfocomCabinetLeatherGoddessesOfPhobos", - "file": "https://archive.org/download/InfocomCabinetLeatherGoddessesOfPhobos/Infocom_Cabinet_Leather_Goddesses_of_Phobos.pdf", - "copy": "/disks/pcx86/games/infocom/phobos/archive/Infocom_Cabinet_Leather_Goddesses_of_Phobos.pdf" - } - ] - } -]