pcjs/docs/pcx86/examples/README.md

36 lines
1.5 KiB
Markdown

---
layout: page
title: PCx86 Documentation Examples
permalink: /docs/pcx86/examples/
machines:
- id: example3
type: pcx86
config: /docs/pcx86/examples/example3b.xml
---
PCx86 Documentation Examples
----------------------------
This folder provides all the self-contained [PCx86](/docs/about/pcx86/) examples described in the
[Documentation](/docs/pcx86/).
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-2017 by [Jeff Parsons](mailto:Jeff@pcjs.org) ([@jeffpar](http://twitter.com/jeffpar))
+ Stay in sync with the [PCjs Project](https://github.com/jeffpar/pcjs) repository on GitHub, to keep your copy of PCjs
up-to-date.
Have fun!
{% include machine.html id="example3" %}
[Return to [PCx86 Documentation](..)]