Updated shareware README

This commit is contained in:
Jeff Parsons 2017-07-10 09:43:19 -07:00 committed by Jeff Parsons
commit c824a637ce
3 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,8 @@ PC-SIG Library 8th Edition CD-ROM (April 1990)
---------------------------------------------- ----------------------------------------------
The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990). The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990).
The directory listings were generated from the folder's [manifest](manifest.xml) using
[disklist](/modules/diskdump/bin/disklist), a custom PCjs JavaScript utility.
The same machine is also available [with the PCjs Debugger](debugger/). The same machine is also available [with the PCjs Debugger](debugger/).

View file

@ -2,6 +2,7 @@
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/manifest.xsl"?> <?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/manifest.xsl"?>
<manifest type="software"> <manifest type="software">
<title prefix="PCSIG08">PC-SIG Library 8th Edition CD-ROM (April 1990)</title> <title prefix="PCSIG08">PC-SIG Library 8th Edition CD-ROM (April 1990)</title>
<machine href="/disks/pcx86/shareware/pcsig08/machine.xml"/>
<disk id="disk01" chs="40:1:8" dir="DISK0001" href="http://archive.pcjs.org/disks/pcx86/shareware/pcsig08/disks/DISK0001.json" md5="26c1178eece4b725713de211829cf35a" md5json="afa08bf7b6a0d90e2e72d41f4795ddf5"> <disk id="disk01" chs="40:1:8" dir="DISK0001" href="http://archive.pcjs.org/disks/pcx86/shareware/pcsig08/disks/DISK0001.json" md5="26c1178eece4b725713de211829cf35a" md5json="afa08bf7b6a0d90e2e72d41f4795ddf5">
<name>DISK0001</name> <name>DISK0001</name>
<file size="512" time="1985-10-03 08:15:06" attr="0x20" md5="6f80d362cd6051287e80c1cd2be89112">ASK.COM</file> <file size="512" time="1985-10-03 08:15:06" attr="0x20" md5="6f80d362cd6051287e80c1cd2be89112">ASK.COM</file>

View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
/** /**
* @fileoverview Node command-line XML extraction tool * @fileoverview Node command-line XML extraction tool
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>