New name for archive website

This commit is contained in:
Jeff Parsons 2015-12-14 07:28:23 -08:00
commit b16c4ec923
105 changed files with 17306 additions and 17306 deletions

View file

@ -149,11 +149,11 @@ If you have (or find) an IMG disk image file on a server, the PCjs web server pr
For example, let's say you found a disk image online:
http://static.pcjs.org/disks/pc/dos/ibm/1.00/PCDOS100.img
http://archive.pcjs.org/disks/pc/dos/ibm/1.00/PCDOS100.img
To convert it to a PCjs-compatible JSON format, use the following command:
http://localhost:8088/api/v1/dump?disk=http://static.pcjs.org/disks/pc/dos/ibm/1.00/PCDOS100.img&format=json
http://localhost:8088/api/v1/dump?disk=http://archive.pcjs.org/disks/pc/dos/ibm/1.00/PCDOS100.img&format=json
Save the resulting JSON file to a folder on your server, and then update your machine XML file(s) to use that file.
If necessary, you can also reverse the process, converting a JSON disk image back into an IMG file: