PCjs documentation updates

This commit is contained in:
Jeff Parsons 2016-02-20 13:10:45 -08:00
commit 68929ac77f
29 changed files with 150 additions and 133 deletions

View file

@ -63,8 +63,8 @@ Developer Notes
The [PCjs repository](https://github.com/jeffpar/pcjs) on GitHub contains everything needed to run PCjs
computer simulations. The [PCjs](/docs/pcjs/) and [C1Pjs](/docs/c1pjs/) emulators run in any modern web browser,
with or without a web server, and examples are provided for both [local](/docs/pcjs/demos/) and [remote](http://www.pcjs.org/)
operation.
with or without a web server, and examples are provided for both [local](/docs/pcjs/examples/) and
[remote](http://www.pcjs.org/) operation.
The project includes:
@ -80,7 +80,7 @@ JavaScript files to your browser will work. However, instructions for doing tha
In fact, you can run PCjs simulations without a web server at all, using the "file:" protocol instead of "http:".
However, most of the machine configurations require additional resource files (ROMs, disk images, etc), which are
included in the project, but unless all the resource files are moved into a single directory (as they are in these
[Demos](/docs/pcjs/demos/)), your browser will probably be unable to load all of them, due to security restrictions.
[Demos](/docs/pcjs/examples/)), your browser will probably be unable to load all of them, due to security restrictions.
Using the bundled web server is the preferred solution.
The project includes a large selection of disk images, and a powerful [DiskDump](modules/diskdump/) utility that