Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86

This commit is contained in:
Jeff Parsons 2016-05-16 20:53:57 -07:00
commit 288f28055d
1519 changed files with 16242 additions and 6939 deletions

View file

@ -1,37 +0,0 @@
---
layout: page
title: PCjs Documentation Examples
permalink: /docs/pcjs/examples/
machines:
- type: pc
id: example3
config: /docs/pcjs/examples/example3b.xml
redirect_from:
- /docs/pcjs/demos/
- /docs/pcjs/demos/sample1.html/
---
PCjs Documentation Examples
---
This folder provides all the self-contained [PCjs](/docs/about/pcjs/) examples described in the [Documentation](/docs/pcjs/).
To use them, download [examples.zip](examples.zip), unzip it into a folder on your desktop computer or web server,
and experiment with them in your web browser. Since all these examples are self-contained, they should work with either
the "file:" or "http:" protocol.
+ Check out the example HTML and XML files:
- [example1.html](example1.html) and [example1.xml](example1.xml)
- [example2.html](example2.html) and [example2.xml](example2.xml)
- [example3a.html](example3a.html) and [example3a.xml](example3a.xml)
- [example3b.html](example3b.html) and [example3b.xml](example3b.xml)
+ Feel free to copy/paste additional components from other machine XML files on [pcjs.org](http://www.pcjs.org/).
+ Remember to display the appropriate attribution on anything you share publicly; e.g.:
[PCjs](http://pcjs.org) © 2012-2016 by [Jeff Parsons](mailto:Jeff@pcjs.org) ([@jeffpar](http://twitter.com/jeffpar))
+ Stay in sync with the [PCjs repository](https://github.com/jeffpar/pcjs), to keep your copy of PCjs up-to-date.
Have fun!
{% include machine.html id="example3" %}
[Return to [PCjs Documentation](..)]