diff --git a/.gitignore b/.gitignore index e15d6c8f7..ae018efb6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ .settings node_modules npm-debug.log +archive/ /books /notes /states @@ -18,7 +19,6 @@ npm-debug.log /web private/ src/ -static/ tmp/ _site .sass-cache diff --git a/_config.yml b/_config.yml index c921bd525..6b2487f96 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ right_brace: "}" # Build settings -exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "**/private", "src", "**/src", "**/static", "tmp", "videos", "web", ".git", ".idea"] +exclude: ["index.html", "**/index.html", "**/archive", "logs", "node_modules", "**/c64", "**/private", "src", "**/src", "tmp", "videos", "web", ".git", ".idea"] markdown: kramdown kramdown: input: GFM diff --git a/_layouts/viewer.html b/_layouts/viewer.html index 7cda7240e..2d185d246 100644 --- a/_layouts/viewer.html +++ b/_layouts/viewer.html @@ -38,7 +38,7 @@ var totalPages = parseInt(aParms['total'], 10) || 999; var frame = document.getElementById('framePDF'); if (pdf && frame) { - pdf = pdf.replace('/static/', '/'); + pdf = pdf.replace('/archive/', '/'); var i = pdf.indexOf("/pages/"); if (i > 0) { var sReturnLink = pdf.substr(0, i+1); diff --git a/apps/README.md b/apps/README.md index 4d9521f35..5a19797c1 100644 --- a/apps/README.md +++ b/apps/README.md @@ -82,7 +82,7 @@ have saved that JSON-encoded image as static file on the server, and then added <disk> entry: - + ... diff --git a/apps/pc/1981/visicalc/manifest.xml b/apps/pc/1981/visicalc/manifest.xml index 74a7714af..0c33fb670 100644 --- a/apps/pc/1981/visicalc/manifest.xml +++ b/apps/pc/1981/visicalc/manifest.xml @@ -12,7 +12,7 @@ December 16, 1981 Lotus Development - + VC.COM README.md VisiCalc License diff --git a/apps/pc/1982/esuite/manifest.xml b/apps/pc/1982/esuite/manifest.xml index 5ee5fca0c..2d702542e 100644 --- a/apps/pc/1982/esuite/manifest.xml +++ b/apps/pc/1982/esuite/manifest.xml @@ -8,7 +8,7 @@ Armonk Corporation 1982 - + Executive Suite (1982) ESUITE.COM GAME.DAT diff --git a/apps/pc/1985/rogue/manifest.xml b/apps/pc/1985/rogue/manifest.xml index 843890118..98994c09a 100644 --- a/apps/pc/1985/rogue/manifest.xml +++ b/apps/pc/1985/rogue/manifest.xml @@ -12,7 +12,7 @@ Ken Arnold Jon Lane Michael Toy - + Rogue (1985) MKOPT.EXE ROGUE.COM diff --git a/apps/pc/1987/thinktank/manifest.xml b/apps/pc/1987/thinktank/manifest.xml index dae73977f..70c2b8467 100644 --- a/apps/pc/1987/thinktank/manifest.xml +++ b/apps/pc/1987/thinktank/manifest.xml @@ -7,7 +7,7 @@ Productivity Living Videotext September 25, 1987 - + ThinkTank 2.41NP AUTOEXEC.BAT READ_ME.DB diff --git a/apps/pc/1988/moria/manifest.xml b/apps/pc/1988/moria/manifest.xml index fbc13d125..feb3db3b5 100644 --- a/apps/pc/1988/moria/manifest.xml +++ b/apps/pc/1988/moria/manifest.xml @@ -14,7 +14,7 @@ D. G. Kneller MSDOS port - + Moria v4.872 CONFIG.DOC GOD diff --git a/apps/pc/1992/moria/manifest.xml b/apps/pc/1992/moria/manifest.xml index 8de060385..df9bdd36f 100644 --- a/apps/pc/1992/moria/manifest.xml +++ b/apps/pc/1992/moria/manifest.xml @@ -92,7 +92,7 @@ Ben Schreiber Macintosh port for Think C - + Moria 5.5 EXP.DOC MORIA.CNF diff --git a/apps/pc/README.md b/apps/pc/README.md index 9d2e18cb5..b41c04374 100644 --- a/apps/pc/README.md +++ b/apps/pc/README.md @@ -32,12 +32,12 @@ Next, the [manifest](1981/visicalc/manifest.xml) required a disk image containin (VC.COM). We used the [DiskDump](/modules/diskdump/) module to create that disk image: cd apps/pc/1981/visicalc - node ../../../../modules/diskdump/bin/diskdump --path="static/VC.COM;../README.md" --format=json --output=disk.json --manifest + node ../../../../modules/diskdump/bin/diskdump --path="archive/VC.COM;../README.md" --format=json --output=disk.json --manifest The DiskDump command created a disk image named "disk.json" containing two files ("VC.COM" from the "static" subdirectory, and "README.md" from the "static" parent directory) and automatically added that disk image to the demo's [manifest](1981/visicalc/manifest.xml): - + VC.COM README.md diff --git a/devices/pc/machine/5170/ega/640kb/rev1/debugger/manifest.xml b/devices/pc/machine/5170/ega/640kb/rev1/debugger/manifest.xml index 798c1bf70..a9cfd49d4 100644 --- a/devices/pc/machine/5170/ega/640kb/rev1/debugger/manifest.xml +++ b/devices/pc/machine/5170/ega/640kb/rev1/debugger/manifest.xml @@ -4,7 +4,7 @@ IBM PC AT References IBM 5170 Technical Reference (March 1984) - + I/O Address Map CMOS Addresses BIOS Map @@ -16,7 +16,7 @@ 80286 and 80287 Programmers Reference Manual (1987) - + Memory Organization and Segmentation VERR/VERW diff --git a/devices/pc/rom/compaq/bios/deskpro386/README.md b/devices/pc/rom/compaq/bios/deskpro386/README.md index b85c36e27..4287f9ad4 100644 --- a/devices/pc/rom/compaq/bios/deskpro386/README.md +++ b/devices/pc/rom/compaq/bios/deskpro386/README.md @@ -53,8 +53,8 @@ Similarly, [1989-04-14.json](1989-04-14/1989-04-14.json) was generated by first from the two 16Kb BIN files provided by [Al Kossow](http://www.vintage-computer.com/vcforum/member.php?2256-Al-Kossow): cd 1989-04-14 - filedump --file=static/109592-005.U11.bin --merge=static/109591-005.U13.bin --output=static/1989-04-14.rom --format=rom - filedump --file=static/1989-04-14.rom --output=1989-04-14.json + filedump --file=archive/109592-005.U11.bin --merge=archive/109591-005.U13.bin --output=archive/1989-04-14.rom --format=rom + filedump --file=archive/1989-04-14.rom --output=1989-04-14.json Dumping the ROMs --- diff --git a/devices/pc/video/ibm/ega/README.md b/devices/pc/video/ibm/ega/README.md index 81affd93b..cd6fef871 100644 --- a/devices/pc/video/ibm/ega/README.md +++ b/devices/pc/video/ibm/ega/README.md @@ -9,7 +9,7 @@ IBM EGA ROM To (re)build the JSON-encoded IBM EGA ROM with symbols, run the following command: - filedump --file=static/ibm-ega.rom --format=bytes --decimal + filedump --file=archive/ibm-ega.rom --format=bytes --decimal The symbol information in the MAP file will be automatically converted and appended to the dump of the ROM file. diff --git a/disks/pc/apps/lotus/123/1.0a/manifest.xml b/disks/pc/apps/lotus/123/1.0a/manifest.xml index 3c1082dd8..c3f8b8d8b 100644 --- a/disks/pc/apps/lotus/123/1.0a/manifest.xml +++ b/disks/pc/apps/lotus/123/1.0a/manifest.xml @@ -7,16 +7,16 @@ Productivity Lotus - + Lotus 1-2-3 (System) - + Lotus 1-2-3 (Utility) - + Lotus 1-2-3 (Graph) - + Lotus 1-2-3 (Tutorial) diff --git a/disks/pc/apps/microsoft/chart/2.02/manifest.xml b/disks/pc/apps/microsoft/chart/2.02/manifest.xml index e37e3ab97..02fcddac7 100644 --- a/disks/pc/apps/microsoft/chart/2.02/manifest.xml +++ b/disks/pc/apps/microsoft/chart/2.02/manifest.xml @@ -25,7 +25,7 @@ I would much rather post copies of original distribution disks here, but this is all we've currently got. - + MS Chart 2.02 (Unofficial) diff --git a/disks/pc/apps/microsoft/winword/2.0c/manifest.xml b/disks/pc/apps/microsoft/winword/2.0c/manifest.xml index 0e68a54e5..baaeccecc 100644 --- a/disks/pc/apps/microsoft/winword/2.0c/manifest.xml +++ b/disks/pc/apps/microsoft/winword/2.0c/manifest.xml @@ -7,22 +7,22 @@ Word Processor Microsoft - + Word for Windows 2.0c (Disk 1) - + Word for Windows 2.0c (Disk 2) - + Word for Windows 2.0c (Disk 3) - + Word for Windows 2.0c (Disk 4) - + Word for Windows 2.0c (Disk 5) - + Word for Windows 2.0c (Disk 6) diff --git a/disks/pc/apps/microsoft/word/3.0/manifest.xml b/disks/pc/apps/microsoft/word/3.0/manifest.xml index 3fccb8253..9274314ce 100644 --- a/disks/pc/apps/microsoft/word/3.0/manifest.xml +++ b/disks/pc/apps/microsoft/word/3.0/manifest.xml @@ -7,22 +7,22 @@ Word Processor Microsoft - + MS Word 3.0 (Disk 1) - + MS Word 3.0 (Disk 2) - + MS Word 3.0 (Disk 3) - + MS Word 3.0 (Disk 4) - + MS Word 3.0 (Disk 5) - + MS Word 3.0 (Disk 6) diff --git a/disks/pc/apps/microsoft/word/3.1/manifest.xml b/disks/pc/apps/microsoft/word/3.1/manifest.xml index 0abf773e0..f7cab82d1 100644 --- a/disks/pc/apps/microsoft/word/3.1/manifest.xml +++ b/disks/pc/apps/microsoft/word/3.1/manifest.xml @@ -7,28 +7,28 @@ Word Processor Microsoft - + MS Word 3.1 (Disk 1) - + MS Word 3.1 (Disk 2) - + MS Word 3.1 (Disk 3) - + MS Word 3.1 (Disk 4) - + MS Word 3.1 (Disk 5) - + MS Word 3.1 (Disk 6) - + MS Word 3.1 (Disk 7) - + MS Word 3.1 (Disk 8) diff --git a/disks/pc/apps/microsoft/word/5.0/manifest.xml b/disks/pc/apps/microsoft/word/5.0/manifest.xml index 130ea8af8..d13ca7902 100644 --- a/disks/pc/apps/microsoft/word/5.0/manifest.xml +++ b/disks/pc/apps/microsoft/word/5.0/manifest.xml @@ -7,43 +7,43 @@ Word Processor Microsoft - + MS Word 5.0 (Program 1) - + MS Word 5.0 (Program 2) - + MS Word 5.0 (Spell) - + MS Word 5.0 (Thesaurus) - + MS Word 5.0 (Utilities 1) - + MS Word 5.0 (Utilities 2) - + MS Word 5.0 (Utilities 3) - + MS Word 5.0 (Utilities/Print) - + MS Word 5.0 (Printers 1) - + MS Word 5.0 (Printers 2) - + MS Word 5.0 (Learning Kbd) - + MS Word 5.0 (Learning Mouse) - + MS Word 5.0 (Learning Adv) diff --git a/disks/pc/cpm/1.1b/manifest.xml b/disks/pc/cpm/1.1b/manifest.xml index 1eac4d43e..ec8ac959a 100644 --- a/disks/pc/cpm/1.1b/manifest.xml +++ b/disks/pc/cpm/1.1b/manifest.xml @@ -9,10 +9,10 @@ Eagle Computer May 20, 1983 - + CP/M-86 (Disk 1) - + CP/M-86 (Disk 2) diff --git a/disks/pc/diags/ibm/2.20/manifest.xml b/disks/pc/diags/ibm/2.20/manifest.xml index 8352841b0..5c54e62bc 100644 --- a/disks/pc/diags/ibm/2.20/manifest.xml +++ b/disks/pc/diags/ibm/2.20/manifest.xml @@ -8,7 +8,7 @@ IBM - + diff --git a/disks/pc/dos/compaq/1.11/manifest.xml b/disks/pc/dos/compaq/1.11/manifest.xml index ac0f2f471..0f16f1ea7 100644 --- a/disks/pc/dos/compaq/1.11/manifest.xml +++ b/disks/pc/dos/compaq/1.11/manifest.xml @@ -7,7 +7,7 @@ Operating System Microsoft/COMPAQ - + COMPAQ MS-DOS 1.11 diff --git a/disks/pc/dos/compaq/1.12/manifest.xml b/disks/pc/dos/compaq/1.12/manifest.xml index e0ec6118e..b8e90868b 100644 --- a/disks/pc/dos/compaq/1.12/manifest.xml +++ b/disks/pc/dos/compaq/1.12/manifest.xml @@ -7,7 +7,7 @@ Operating System Microsoft/COMPAQ - + COMPAQ MS-DOS 1.12 diff --git a/disks/pc/dos/compaq/2.12/manifest.xml b/disks/pc/dos/compaq/2.12/manifest.xml index 32311cb89..d228f6664 100644 --- a/disks/pc/dos/compaq/2.12/manifest.xml +++ b/disks/pc/dos/compaq/2.12/manifest.xml @@ -7,7 +7,7 @@ Operating System Microsoft/COMPAQ - + COMPAQ MS-DOS 2.12 diff --git a/disks/pc/dos/compaq/3.10/manifest.xml b/disks/pc/dos/compaq/3.10/manifest.xml index d484c4d21..de9cf7cfb 100644 --- a/disks/pc/dos/compaq/3.10/manifest.xml +++ b/disks/pc/dos/compaq/3.10/manifest.xml @@ -8,19 +8,19 @@ Microsoft/COMPAQ - + COMPAQ MS-DOS 3.10 (Disk 1) - + COMPAQ MS-DOS 3.10 (Disk 2) - + COMPAQ MS-DOS 3.10 (Personal) - + COMPAQ PC-DOS 3.20 Support - + COMPAQ DESKPRO 386 (1986) diff --git a/disks/pc/dos/compaq/3.31/manifest.xml b/disks/pc/dos/compaq/3.31/manifest.xml index 41463e911..111dd46b7 100644 --- a/disks/pc/dos/compaq/3.31/manifest.xml +++ b/disks/pc/dos/compaq/3.31/manifest.xml @@ -8,22 +8,22 @@ Microsoft/COMPAQ - + COMPAQ MS-DOS 3.31 (Disk 1) - + COMPAQ MS-DOS 3.31 (Disk 2) - + COMPAQ MS-DOS 3.31 (Disk 3) - + COMPAQ MS-DOS 3.31 (Disk 4) - + COMPAQ MS-DOS 3.31 (Disk 5) - + COMPAQ MS-DOS 3.31 (Diagnostics) diff --git a/disks/pc/dos/ibm/1.00/manifest.xml b/disks/pc/dos/ibm/1.00/manifest.xml index 8c208104c..d6c51a659 100644 --- a/disks/pc/dos/ibm/1.00/manifest.xml +++ b/disks/pc/dos/ibm/1.00/manifest.xml @@ -7,5 +7,5 @@ Operating System IBM/Microsoft - + diff --git a/disks/pc/dos/ibm/1.10/manifest.xml b/disks/pc/dos/ibm/1.10/manifest.xml index f61360f9e..ec5a0f3ef 100644 --- a/disks/pc/dos/ibm/1.10/manifest.xml +++ b/disks/pc/dos/ibm/1.10/manifest.xml @@ -7,5 +7,5 @@ Operating System IBM/Microsoft - + diff --git a/disks/pc/dos/ibm/2.00/manifest.xml b/disks/pc/dos/ibm/2.00/manifest.xml index 516ae6178..0d8e43ec3 100644 --- a/disks/pc/dos/ibm/2.00/manifest.xml +++ b/disks/pc/dos/ibm/2.00/manifest.xml @@ -7,10 +7,10 @@ Operating System IBM/Microsoft - + PC-DOS 2.00 (Disk 1) - + PC-DOS 2.00 (Disk 2) diff --git a/disks/pc/dos/ibm/2.10/manifest.xml b/disks/pc/dos/ibm/2.10/manifest.xml index d1a12fc0f..12ada6878 100644 --- a/disks/pc/dos/ibm/2.10/manifest.xml +++ b/disks/pc/dos/ibm/2.10/manifest.xml @@ -7,10 +7,10 @@ Operating System IBM/Microsoft - + PC-DOS 2.10 (Disk 1) - + PC-DOS 2.10 (Disk 2) diff --git a/disks/pc/dos/ibm/3.00/manifest.xml b/disks/pc/dos/ibm/3.00/manifest.xml index 4cd659ca3..945d8eeb4 100644 --- a/disks/pc/dos/ibm/3.00/manifest.xml +++ b/disks/pc/dos/ibm/3.00/manifest.xml @@ -7,10 +7,10 @@ Operating System IBM/Microsoft - + PC-DOS 3.00 (Disk 1) - + PC-DOS 3.00 (Disk 2) diff --git a/disks/pc/dos/ibm/3.10/manifest.xml b/disks/pc/dos/ibm/3.10/manifest.xml index 22ff667ea..09c7c169b 100644 --- a/disks/pc/dos/ibm/3.10/manifest.xml +++ b/disks/pc/dos/ibm/3.10/manifest.xml @@ -7,10 +7,10 @@ Operating System IBM/Microsoft - + PC-DOS 3.10 (Disk 1) - + PC-DOS 3.10 (Disk 2) diff --git a/disks/pc/dos/ibm/3.20/manifest.xml b/disks/pc/dos/ibm/3.20/manifest.xml index f1d6e7367..3fa617939 100644 --- a/disks/pc/dos/ibm/3.20/manifest.xml +++ b/disks/pc/dos/ibm/3.20/manifest.xml @@ -7,10 +7,10 @@ Operating System IBM/Microsoft - + PC-DOS 3.20 (Disk 1) - + PC-DOS 3.20 (Disk 2) diff --git a/disks/pc/dos/ibm/3.30/manifest.xml b/disks/pc/dos/ibm/3.30/manifest.xml index 988db1e5a..c1c3290e1 100644 --- a/disks/pc/dos/ibm/3.30/manifest.xml +++ b/disks/pc/dos/ibm/3.30/manifest.xml @@ -7,13 +7,13 @@ Operating System IBM/Microsoft - + PC-DOS 3.30 (Disk 1) - + PC-DOS 3.30 (Disk 2) - + PC-DOS 3.30 (720K Disk) diff --git a/disks/pc/dos/ibm/4.00/manifest.xml b/disks/pc/dos/ibm/4.00/manifest.xml index 57730d536..726c0d1a7 100644 --- a/disks/pc/dos/ibm/4.00/manifest.xml +++ b/disks/pc/dos/ibm/4.00/manifest.xml @@ -7,19 +7,19 @@ Operating System IBM/Microsoft - + PC-DOS 4.00 (Disk 1) - + PC-DOS 4.00 (Disk 2) - + PC-DOS 4.00 (Disk 3) - + PC-DOS 4.00 (Disk 4) - + PC-DOS 4.00 (Disk 5) diff --git a/disks/pc/dos/ibm/5.00/manifest.xml b/disks/pc/dos/ibm/5.00/manifest.xml index 6f084cbf7..ca826ad98 100644 --- a/disks/pc/dos/ibm/5.00/manifest.xml +++ b/disks/pc/dos/ibm/5.00/manifest.xml @@ -7,13 +7,13 @@ Operating System IBM/Microsoft - + PC-DOS 5.00 (Disk 1) - + PC-DOS 5.00 (Disk 2) - + PC-DOS 5.00 (Disk 3) diff --git a/disks/pc/dos/ibm/6.10/manifest.xml b/disks/pc/dos/ibm/6.10/manifest.xml index 625bf6109..a21bcad41 100644 --- a/disks/pc/dos/ibm/6.10/manifest.xml +++ b/disks/pc/dos/ibm/6.10/manifest.xml @@ -7,19 +7,19 @@ Operating System IBM/Microsoft - + PC-DOS 6.10 (Disk 1) - + PC-DOS 6.10 (Disk 2) - + PC-DOS 6.10 (Disk 3) - + PC-DOS 6.10 (Disk 4) - + PC-DOS 6.10 (Disk 5) diff --git a/disks/pc/dos/ibm/7.00/manifest.xml b/disks/pc/dos/ibm/7.00/manifest.xml index 1386675da..01d101c1f 100644 --- a/disks/pc/dos/ibm/7.00/manifest.xml +++ b/disks/pc/dos/ibm/7.00/manifest.xml @@ -6,25 +6,25 @@ DOS Operating System IBM - + PC-DOS 7.00 (SETUP Disk 1) - + PC-DOS 7.00 (SETUP Disk 2) - + PC-DOS 7.00 (SETUP Disk 3) - + PC-DOS 7.00 (SETUP Disk 4) - + PC-DOS 7.00 (SETUP Disk 5) - + PC-DOS 7.00 (1.2M Disk) - + PC-DOS 7.00 (1.44M Disk) diff --git a/disks/pc/dos/microsoft/3.20/manifest.xml b/disks/pc/dos/microsoft/3.20/manifest.xml index da5febac3..c5cc4f8b5 100644 --- a/disks/pc/dos/microsoft/3.20/manifest.xml +++ b/disks/pc/dos/microsoft/3.20/manifest.xml @@ -7,16 +7,16 @@ Operating System Microsoft July 7, 1986 - + MS-DOS 3.20 (Disk 1) - + MS-DOS 3.20 (Disk 2) - + MS-DOS 3.20 (ProgRef 1) - + MS-DOS 3.20 (ProgRef 2) diff --git a/disks/pc/dos/microsoft/3.21/manifest.xml b/disks/pc/dos/microsoft/3.21/manifest.xml index 9a128fa41..9e5255d1f 100644 --- a/disks/pc/dos/microsoft/3.21/manifest.xml +++ b/disks/pc/dos/microsoft/3.21/manifest.xml @@ -7,10 +7,10 @@ Operating System Microsoft May 1, 1987 - + MS-DOS 3.21 (Disk 1) - + MS-DOS 3.21 (Disk 2) diff --git a/disks/pc/dos/microsoft/3.30/manifest.xml b/disks/pc/dos/microsoft/3.30/manifest.xml index 42fa268c0..23e9bff06 100644 --- a/disks/pc/dos/microsoft/3.30/manifest.xml +++ b/disks/pc/dos/microsoft/3.30/manifest.xml @@ -7,11 +7,11 @@ Operating System Microsoft - + MS-DOS 3.30 (Disk 1) - + MS-DOS 3.30 (Disk 2) diff --git a/disks/pc/dos/microsoft/3.31/manifest.xml b/disks/pc/dos/microsoft/3.31/manifest.xml index a28dae72d..d8140a380 100644 --- a/disks/pc/dos/microsoft/3.31/manifest.xml +++ b/disks/pc/dos/microsoft/3.31/manifest.xml @@ -7,7 +7,7 @@ Operating System Microsoft - + MS-DOS 3.31 (1440K Disk) diff --git a/disks/pc/dos/microsoft/4.00/manifest.xml b/disks/pc/dos/microsoft/4.00/manifest.xml index 015917f9e..cc732f395 100644 --- a/disks/pc/dos/microsoft/4.00/manifest.xml +++ b/disks/pc/dos/microsoft/4.00/manifest.xml @@ -7,22 +7,22 @@ Operating System Microsoft October 1988 - + MS-DOS 4.00 (Disk 1) - + MS-DOS 4.00 (Disk 2) - + MS-DOS 4.00 (Disk 3) - + MS-DOS 4.00 (Disk 4) - + MS-DOS 4.00 (Disk 5) - + MS-DOS 4.00 (Disk 6) diff --git a/disks/pc/dos/microsoft/4.01/720K/manifest.xml b/disks/pc/dos/microsoft/4.01/720K/manifest.xml index 8f34563fa..cb7b55cd7 100644 --- a/disks/pc/dos/microsoft/4.01/720K/manifest.xml +++ b/disks/pc/dos/microsoft/4.01/720K/manifest.xml @@ -7,13 +7,13 @@ Operating System Microsoft April 1989 - + MS-DOS 4.01 (Disk 1) - + MS-DOS 4.01 (Disk 2) - + MS-DOS 4.01 (Disk 3) diff --git a/disks/pc/dos/microsoft/4.01/manifest.xml b/disks/pc/dos/microsoft/4.01/manifest.xml index 39b8866d4..81f11bdc6 100644 --- a/disks/pc/dos/microsoft/4.01/manifest.xml +++ b/disks/pc/dos/microsoft/4.01/manifest.xml @@ -8,22 +8,22 @@ Microsoft April 1989 - + MS-DOS 4.01 (Disk 1) - + MS-DOS 4.01 (Disk 2) - + MS-DOS 4.01 (Disk 3) - + MS-DOS 4.01 (Disk 4) - + MS-DOS 4.01 (Disk 5) - + MS-DOS 4.01 (Disk 6) diff --git a/disks/pc/dos/microsoft/5.00/manifest.xml b/disks/pc/dos/microsoft/5.00/manifest.xml index 813a9e123..d835b868e 100644 --- a/disks/pc/dos/microsoft/5.00/manifest.xml +++ b/disks/pc/dos/microsoft/5.00/manifest.xml @@ -7,28 +7,28 @@ Operating System Microsoft - + MS-DOS 5.00 (360K Disk 1) - + MS-DOS 5.00 (360K Disk 2) - + MS-DOS 5.00 (360K Disk 3) - + MS-DOS 5.00 (360K Disk 4) - + MS-DOS 5.00 (360K Disk 5) - + MS-DOS 5.00 (720K Disk 1) - + MS-DOS 5.00 (720K Disk 2) - + MS-DOS 5.00 (720K Disk 3) diff --git a/disks/pc/dos/microsoft/6.00/manifest.xml b/disks/pc/dos/microsoft/6.00/manifest.xml index 9d3e1534d..bb8b47a86 100644 --- a/disks/pc/dos/microsoft/6.00/manifest.xml +++ b/disks/pc/dos/microsoft/6.00/manifest.xml @@ -7,25 +7,25 @@ Operating System Microsoft - + MS-DOS 6.00 (1200K Disk 1) - + MS-DOS 6.00 (1200K Disk 2) - + MS-DOS 6.00 (1200K Disk 3) - + MS-DOS 6.00 (1200K Disk 4) - + MS-DOS 6.00 (1440K Disk 1) - + MS-DOS 6.00 (1440K Disk 1) - + MS-DOS 6.00 (1440K Disk 1) diff --git a/disks/pc/dos/microsoft/6.20/manifest.xml b/disks/pc/dos/microsoft/6.20/manifest.xml index bd0232eeb..a390d2ad8 100644 --- a/disks/pc/dos/microsoft/6.20/manifest.xml +++ b/disks/pc/dos/microsoft/6.20/manifest.xml @@ -7,31 +7,31 @@ Operating System Microsoft - + MS-DOS 6.20 (1200K Disk 1) - + MS-DOS 6.20 (1200K Disk 2) - + MS-DOS 6.20 (1200K Disk 3) - + MS-DOS 6.20 (1200K Disk 4) - + MS-DOS 6.20 (1200K Supp Disk) - + MS-DOS 6.20 (1440K Disk 1) - + MS-DOS 6.20 (1440K Disk 2) - + MS-DOS 6.20 (1440K Disk 3) - + MS-DOS 6.20 (1440K Supp Disk) diff --git a/disks/pc/dos/microsoft/6.22/manifest.xml b/disks/pc/dos/microsoft/6.22/manifest.xml index 1fe31f05f..6f4d454cb 100644 --- a/disks/pc/dos/microsoft/6.22/manifest.xml +++ b/disks/pc/dos/microsoft/6.22/manifest.xml @@ -7,28 +7,28 @@ Operating System Microsoft - + MS-DOS 6.22 (1200K Disk 1) - + MS-DOS 6.22 (1200K Disk 2) - + MS-DOS 6.22 (1200K Disk 3) - + MS-DOS 6.22 (1200K Disk 4) - + MS-DOS 6.22 (1440K Disk 1) - + MS-DOS 6.22 (1440K Disk 2) - + MS-DOS 6.22 (1440K Disk 3) - + MS-DOS 6.22 (1440K Supp Disk) diff --git a/disks/pc/games/infocom/machine-debug.xml b/disks/pc/games/infocom/machine-debug.xml index 5669d1d8c..a808d2ae3 100644 --- a/disks/pc/games/infocom/machine-debug.xml +++ b/disks/pc/games/infocom/machine-debug.xml @@ -5,8 +5,8 @@ - - + +