diff --git a/devices/pc/machine/README.md b/devices/pc/machine/README.md index 1a937f4c7..ccba4847c 100644 --- a/devices/pc/machine/README.md +++ b/devices/pc/machine/README.md @@ -39,13 +39,14 @@ Machines from our [IBM PC Application Archive](/apps/pc/): And here are some machines from our [IBM PC Disk Archive](/disks/pc/): +* [CP/M-86 v1.1B](/disks/pc/cpm/1.1b/) * [PC-DOS 1.00](/disks/pc/dos/ibm/1.00/) * [PC-DOS 1.10](/disks/pc/dos/ibm/1.10/) * [IBM Diagnostics](/disks/pc/diags/ibm/2.20/) -* [Multitasking MS-DOS](/disks/pc/dos/microsoft/4.0M/) -* [OS/2 Prototype Disks](/disks/pc/os2/misc/) -* [CP/M-86 v1.1B](/disks/pc/cpm/1.1b/) * [Infocom Zork I](/disks/pc/games/infocom/zork1/) +* [Multitasking MS-DOS](/disks/pc/dos/microsoft/4.0M/) +* [Microsoft Windows 95](/disks/pc/windows/win95/4.00.950/) +* [OS/2 Prototype Disks](/disks/pc/os2/misc/) --- diff --git a/modules/diskdump/package.json b/modules/diskdump/package.json deleted file mode 100644 index 09a3abbb1..000000000 --- a/modules/diskdump/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "diskdump", - "version": "0.2.0", - "description": "Converts disk images to/from JSON", - "main": "./lib/diskdump", - "scripts": { - "test": "echo \"error: no test specified\" && exit 1" - }, - "author": "Jeff Parsons ", - "licenses": [ - { - "type": "GPLv3", - "url": "http://www.gnu.org/licenses/gpl.html" - } - ], - "bin": { - "diskdump": "./bin/diskdump" - } -} diff --git a/modules/filedump/package.json b/modules/filedump/package.json deleted file mode 100644 index 4fe8d841d..000000000 --- a/modules/filedump/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "filedump", - "version": "0.2.0", - "description": "Converts file contents to JSON", - "main": "./lib/filedump", - "scripts": { - "test": "echo \"error: no test specified\" && exit 1" - }, - "author": "Jeff Parsons ", - "licenses": [ - { - "type": "GPLv3", - "url": "http://www.gnu.org/licenses/gpl.html" - } - ], - "bin": { - "filedump": "./bin/filedump" - } -} diff --git a/modules/htmlout/package.json b/modules/htmlout/package.json deleted file mode 100644 index 9bb8ea47b..000000000 --- a/modules/htmlout/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "htmlout", - "version": "0.1.0", - "description": "Filters HTTP requests and creates default documents from HTML templates", - "main": "./lib/htmlout", - "scripts": { - "test": "echo \"error: no test specified\" && exit 1" - }, - "author": "Jeff Parsons ", - "licenses": [ - { - "type": "GPLv3", - "url": "http://www.gnu.org/licenses/gpl.html" - } - ], - "bin": { - "example": "./bin/htmlout" - } -} diff --git a/modules/markout/package.json b/modules/markout/package.json deleted file mode 100644 index 2d518935a..000000000 --- a/modules/markout/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "markout", - "version": "0.1.0", - "description": "Transforms simplified Markdown to HTML", - "main": "./lib/markout", - "scripts": { - "test": "echo \"error: no test specified\" && exit 1" - }, - "author": "Jeff Parsons ", - "licenses": [ - { - "type": "GPLv3", - "url": "http://www.gnu.org/licenses/gpl.html" - } - ], - "bin": { - "example": "./bin/markout" - } -} diff --git a/modules/pcjs/package.json b/modules/pcjs/package.json deleted file mode 100644 index 961f05145..000000000 --- a/modules/pcjs/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "PCjs", - "version": "1.17.5", - "description": "IBM PC Emulator", - "author": "Jeff Parsons ", - "licenses": [ - { - "type": "GPLv3", - "url": "http://www.gnu.org/licenses/gpl.html" - } - ], - "bin": { - "example": "./bin/pcjs" - } -}