From 9812ef6c3cab20afef03957a3e969069ec8dee12 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 5 Jul 2017 17:59:08 -0700 Subject: [PATCH] Distinguish between Lotus 1-2-3 Release 1A and Release 1A* (I originally posted a patched version of the latter) --- .../123-DISK1-SYSTEM-PATCHED.json | 0 .../123/{1.0a => 1as}/123-DISK2-UTILITY.json | 0 .../123/{1.0a => 1as}/123-DISK3-GRAPH.json | 0 .../123/{1.0a => 1as}/123-DISK4-TUTORIAL.json | 0 .../apps/lotus/123/{1.0a => 1as}/README.md | 26 +++++++++++++------ .../apps/lotus/123/{1.0a => 1as}/manifest.xml | 18 ++++++------- disks/pcx86/apps/lotus/123/README.md | 4 +-- disks/pcx86/apps/lotus/README.md | 2 +- disks/pcx86/apps/microsoft/README.md | 2 +- .../apps/microsoft/winword/2.0c/README.md | 2 +- disks/pcx86/apps/microsoft/winword/README.md | 2 +- disks/pcx86/apps/microsoft/word/3.0/README.md | 2 +- disks/pcx86/apps/microsoft/word/3.1/README.md | 2 +- disks/pcx86/apps/microsoft/word/5.0/README.md | 2 +- disks/pcx86/apps/microsoft/word/README.md | 4 +-- disks/pcx86/compiled/library.xml | 8 +++--- disks/pcx86/library.xml | 2 +- 17 files changed, 43 insertions(+), 33 deletions(-) rename disks/pcx86/apps/lotus/123/{1.0a => 1as}/123-DISK1-SYSTEM-PATCHED.json (100%) rename disks/pcx86/apps/lotus/123/{1.0a => 1as}/123-DISK2-UTILITY.json (100%) rename disks/pcx86/apps/lotus/123/{1.0a => 1as}/123-DISK3-GRAPH.json (100%) rename disks/pcx86/apps/lotus/123/{1.0a => 1as}/123-DISK4-TUTORIAL.json (100%) rename disks/pcx86/apps/lotus/123/{1.0a => 1as}/README.md (87%) rename disks/pcx86/apps/lotus/123/{1.0a => 1as}/manifest.xml (89%) diff --git a/disks/pcx86/apps/lotus/123/1.0a/123-DISK1-SYSTEM-PATCHED.json b/disks/pcx86/apps/lotus/123/1as/123-DISK1-SYSTEM-PATCHED.json similarity index 100% rename from disks/pcx86/apps/lotus/123/1.0a/123-DISK1-SYSTEM-PATCHED.json rename to disks/pcx86/apps/lotus/123/1as/123-DISK1-SYSTEM-PATCHED.json diff --git a/disks/pcx86/apps/lotus/123/1.0a/123-DISK2-UTILITY.json b/disks/pcx86/apps/lotus/123/1as/123-DISK2-UTILITY.json similarity index 100% rename from disks/pcx86/apps/lotus/123/1.0a/123-DISK2-UTILITY.json rename to disks/pcx86/apps/lotus/123/1as/123-DISK2-UTILITY.json diff --git a/disks/pcx86/apps/lotus/123/1.0a/123-DISK3-GRAPH.json b/disks/pcx86/apps/lotus/123/1as/123-DISK3-GRAPH.json similarity index 100% rename from disks/pcx86/apps/lotus/123/1.0a/123-DISK3-GRAPH.json rename to disks/pcx86/apps/lotus/123/1as/123-DISK3-GRAPH.json diff --git a/disks/pcx86/apps/lotus/123/1.0a/123-DISK4-TUTORIAL.json b/disks/pcx86/apps/lotus/123/1as/123-DISK4-TUTORIAL.json similarity index 100% rename from disks/pcx86/apps/lotus/123/1.0a/123-DISK4-TUTORIAL.json rename to disks/pcx86/apps/lotus/123/1as/123-DISK4-TUTORIAL.json diff --git a/disks/pcx86/apps/lotus/123/1.0a/README.md b/disks/pcx86/apps/lotus/123/1as/README.md similarity index 87% rename from disks/pcx86/apps/lotus/123/1.0a/README.md rename to disks/pcx86/apps/lotus/123/1as/README.md index 8f417a1ca..7c3026233 100644 --- a/disks/pcx86/apps/lotus/123/1.0a/README.md +++ b/disks/pcx86/apps/lotus/123/1as/README.md @@ -1,13 +1,23 @@ --- layout: page -title: Lotus 1-2-3 1.0a -permalink: /disks/pcx86/apps/lotus/123/1.0a/ +title: "Lotus 1-2-3 Release 1A*" +permalink: /disks/pcx86/apps/lotus/123/1as/ +machines: + - id: ibm5150-123 + type: pcx86 + config: /devices/pcx86/machine/5150/cga/256kb/machine.xml + autoMount: + B: + path: /disks/pcx86/apps/lotus/123/1as/123-DISK1-SYSTEM-PATCHED.json + autoType: $date\r$time\rb:\r123\r --- -Lotus 1-2-3 1.0a ----------------- +Lotus 1-2-3 Release 1A* +----------------------- -### Directory of Lotus 1-2-3 1.0a (System-PATCHED) +{% include machine.html id="ibm5150-123" %} + +### Directory of Lotus 1-2-3 1A* (1-System) (PATCHED) Volume in drive A has no label @@ -30,7 +40,7 @@ Lotus 1-2-3 1.0a 11 file(s) 244155 bytes 72704 bytes free -### Directory of Lotus 1-2-3 1.0a (Utility) +### Directory of Lotus 1-2-3 1A* (2-Utility) Volume in drive A has no label @@ -75,7 +85,7 @@ Lotus 1-2-3 1.0a 33 file(s) 185587 bytes 116736 bytes free -### Directory of Lotus 1-2-3 1.0a (Graph) +### Directory of Lotus 1-2-3 1A* (3-Graph) Volume in drive A has no label @@ -107,7 +117,7 @@ Lotus 1-2-3 1.0a 20 file(s) 204350 bytes 108544 bytes free -### Directory of Lotus 1-2-3 1.0a (Tutorial) +### Directory of Lotus 1-2-3 1A* (4-Tutorial) Volume in drive A has no label diff --git a/disks/pcx86/apps/lotus/123/1.0a/manifest.xml b/disks/pcx86/apps/lotus/123/1as/manifest.xml similarity index 89% rename from disks/pcx86/apps/lotus/123/1.0a/manifest.xml rename to disks/pcx86/apps/lotus/123/1as/manifest.xml index edd7e2a7a..ee2f4945c 100644 --- a/disks/pcx86/apps/lotus/123/1.0a/manifest.xml +++ b/disks/pcx86/apps/lotus/123/1as/manifest.xml @@ -2,13 +2,13 @@ 1-2-3 - 1.0a + 1A* Application Productivity Lotus - - Lotus 1-2-3 1.0a (1-System) + + Lotus 1-2-3 1A* (1-System) 123.CNF 123.EXE 123.HLP @@ -21,8 +21,8 @@ PR.DRV TD.DRV - - Lotus 1-2-3 1.0a (2-Utility) + + Lotus 1-2-3 1A* (2-Utility) B&W.BAT BOTH.BAT COLOR.BAT @@ -57,8 +57,8 @@ WKSDBF.EXE WKSDIF.EXE - - Lotus 1-2-3 1.0a (3-Graph) + + Lotus 1-2-3 1A* (3-Graph) BLOCK1.FON BLOCK2.FON GD.DRV @@ -80,8 +80,8 @@ SCRIPT2.FON TD.DRV - - Lotus 1-2-3 1.0a (4-Tutorial) + + Lotus 1-2-3 1A* (4-Tutorial) GD.DRV KB.DRV LESNA_1.WKS diff --git a/disks/pcx86/apps/lotus/123/README.md b/disks/pcx86/apps/lotus/123/README.md index 91084810a..c2aecb94a 100644 --- a/disks/pcx86/apps/lotus/123/README.md +++ b/disks/pcx86/apps/lotus/123/README.md @@ -5,8 +5,8 @@ permalink: /disks/pcx86/apps/lotus/123/ --- Lotus 1-2-3 ---- +----------- Information is available for these versions of [Lotus 1-2-3](https://en.wikipedia.org/wiki/Lotus_1-2-3): -* [Lotus 1-2-3 1.0a](1.0a/) +* [Lotus 1-2-3 1.0A*](1as/) diff --git a/disks/pcx86/apps/lotus/README.md b/disks/pcx86/apps/lotus/README.md index 50dd852b9..85945d71d 100644 --- a/disks/pcx86/apps/lotus/README.md +++ b/disks/pcx86/apps/lotus/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/lotus/ --- Lotus Applications ---- +------------------ Information is available for these Lotus applications: diff --git a/disks/pcx86/apps/microsoft/README.md b/disks/pcx86/apps/microsoft/README.md index 0c80b35c2..75558e633 100644 --- a/disks/pcx86/apps/microsoft/README.md +++ b/disks/pcx86/apps/microsoft/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/ --- Microsoft Applications ---- +---------------------- Information is available for these Microsoft applications: diff --git a/disks/pcx86/apps/microsoft/winword/2.0c/README.md b/disks/pcx86/apps/microsoft/winword/2.0c/README.md index 7f1da0b3c..824de45f6 100644 --- a/disks/pcx86/apps/microsoft/winword/2.0c/README.md +++ b/disks/pcx86/apps/microsoft/winword/2.0c/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/winword/2.0c/ --- Microsoft Word for Windows 2.0c ---- +------------------------------- ### Directory of Word for Windows 2.0c (Disk 1) diff --git a/disks/pcx86/apps/microsoft/winword/README.md b/disks/pcx86/apps/microsoft/winword/README.md index 9bb8a8a45..61202d169 100644 --- a/disks/pcx86/apps/microsoft/winword/README.md +++ b/disks/pcx86/apps/microsoft/winword/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/winword/ --- Microsoft Word for Windows ---- +-------------------------- Information is available for these versions of [Microsoft Word for Windows](https://en.wikipedia.org/wiki/Microsoft_Word#Word_for_Windows): diff --git a/disks/pcx86/apps/microsoft/word/3.0/README.md b/disks/pcx86/apps/microsoft/word/3.0/README.md index aef37c645..3b1c2ed3f 100644 --- a/disks/pcx86/apps/microsoft/word/3.0/README.md +++ b/disks/pcx86/apps/microsoft/word/3.0/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/word/3.0/ --- Microsoft Word 3.0 ---- +------------------ ### Directory of MS Word 3.0 (Disk 1) diff --git a/disks/pcx86/apps/microsoft/word/3.1/README.md b/disks/pcx86/apps/microsoft/word/3.1/README.md index a9b5573c9..0ab6d4b72 100644 --- a/disks/pcx86/apps/microsoft/word/3.1/README.md +++ b/disks/pcx86/apps/microsoft/word/3.1/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/word/3.1/ --- Microsoft Word 3.1 ---- +------------------ ### Directory of MS Word 3.1 (Disk 1) diff --git a/disks/pcx86/apps/microsoft/word/5.0/README.md b/disks/pcx86/apps/microsoft/word/5.0/README.md index 561c9d67f..4f74fc51d 100644 --- a/disks/pcx86/apps/microsoft/word/5.0/README.md +++ b/disks/pcx86/apps/microsoft/word/5.0/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/word/5.0/ --- Microsoft Word 5.0 ---- +------------------ ### Directory of MS Word 5.0 (Program 1) diff --git a/disks/pcx86/apps/microsoft/word/README.md b/disks/pcx86/apps/microsoft/word/README.md index f28426d64..2806a05dc 100644 --- a/disks/pcx86/apps/microsoft/word/README.md +++ b/disks/pcx86/apps/microsoft/word/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/apps/microsoft/word/ --- Microsoft Word ---- +-------------- Information is available for these versions of [Microsoft Word](https://en.wikipedia.org/wiki/Microsoft_Word): @@ -14,7 +14,7 @@ Information is available for these versions of [Microsoft Word](https://en.wikip * [Microsoft Word 5.0](5.0/) Microsoft Word for Windows ---- +-------------------------- Information is available for these versions of [Microsoft Word for Windows](../winword/): diff --git a/disks/pcx86/compiled/library.xml b/disks/pcx86/compiled/library.xml index 7fda4928e..51d518da3 100644 --- a/disks/pcx86/compiled/library.xml +++ b/disks/pcx86/compiled/library.xml @@ -330,10 +330,10 @@ SCO Xenix 8086 (GAMES) TopView 1.01 (Program) TopView 1.01 (Tutorial) - Lotus 1-2-3 1.0a (1-System) - Lotus 1-2-3 1.0a (2-Utility) - Lotus 1-2-3 1.0a (3-Graph) - Lotus 1-2-3 1.0a (4-Tutorial) + Lotus 1-2-3 1A* (1-System) + Lotus 1-2-3 1A* (2-Utility) + Lotus 1-2-3 1A* (3-Graph) + Lotus 1-2-3 1A* (4-Tutorial) WordStar 3.30 (Disk 1) WordStar 3.30 (Disk 2) WordStar 3.30 (Disk 3) diff --git a/disks/pcx86/library.xml b/disks/pcx86/library.xml index b88cd813d..d9017c477 100644 --- a/disks/pcx86/library.xml +++ b/disks/pcx86/library.xml @@ -62,7 +62,7 @@ - +