Merge branch 'master' into gh-pages
This commit is contained in:
commit
d5cc68aa4b
3 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ permalink: /docs/about/
|
||||||
|
|
||||||
## About JavaScript Machines
|
## About JavaScript Machines
|
||||||
|
|
||||||
The JavaScript Machines Project is a collection of computer simulations [written in JavaScript](/modules/).
|
The JavaScript Machines Project is a collection of computer simulations written in [JavaScript](/modules/).
|
||||||
It has been released on GitHub as the [PCjs Project](https://github.com/jeffpar/pcjs), a copy of which
|
It has been released on GitHub as the [PCjs Project](https://github.com/jeffpar/pcjs), a copy of which
|
||||||
is hosted here at [{{ site.pcjs.domain }}]({{ site.url }}/) (formerly [jsmachines.net](http://jsmachines.net/)).
|
is hosted here at [{{ site.pcjs.domain }}]({{ site.url }}/) (formerly [jsmachines.net](http://jsmachines.net/)).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ redirect_from:
|
||||||
About PCjs
|
About PCjs
|
||||||
---
|
---
|
||||||
|
|
||||||
PCjs is a IBM PC/XT/AT simulator written entirely in JavaScript. It's designed to load and run extremely
|
PCjs is a IBM PC/XT/AT simulator written entirely in [JavaScript](/modules/pcjs/). It's designed to load and run
|
||||||
fast, it works well in all modern web browsers (both desktop and mobile), and it's easy to customize. It is part of
|
fast, it works well in all modern web browsers (both desktop and mobile), and it's easy to customize. It is part of
|
||||||
the [PCjs Project](https://github.com/jeffpar/pcjs), an open source project on [GitHub](http://github.com/).
|
the [PCjs Project](https://github.com/jeffpar/pcjs), an open source project on [GitHub](http://github.com/).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: IBM PC Emulation Module
|
title: IBM PC Emulation Module (PCjs)
|
||||||
permalink: /modules/pcjs/
|
permalink: /modules/pcjs/
|
||||||
---
|
---
|
||||||
|
|
||||||
IBM PC Emulation Module
|
IBM PC Emulation Module (PCjs)
|
||||||
===
|
===
|
||||||
|
|
||||||
Structure
|
Overview
|
||||||
---
|
---
|
||||||
The PCjs IBM PC Emulation Module divides PC functionality into variety of logical and visual components.
|
The PCjs IBM PC Emulation Module divides PC functionality into variety of logical and visual components.
|
||||||
In general, each JavaScript file is responsible for a single component or set of related components (eg,
|
In general, each JavaScript file is responsible for a single component or set of related components (eg,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue