Make it clear that the /versions folder contains *compiled* versions of the emulators

This commit is contained in:
Jeff Parsons 2016-08-24 14:30:29 -07:00
commit d3e29eb851
2 changed files with 5 additions and 5 deletions

View file

@ -76,7 +76,7 @@ The project includes:
- A simple Node-based web server ([server.js](server.js)) - A simple Node-based web server ([server.js](server.js))
- Custom Node modules used by the web server ([HTMLOut](modules/htmlout/), [MarkOut](modules/markout/), [DiskDump](modules/diskdump/), [FileDump](modules/filedump/)) - Custom Node modules used by the web server ([HTMLOut](modules/htmlout/), [MarkOut](modules/markout/), [DiskDump](modules/diskdump/), [FileDump](modules/filedump/))
- A variety of IBM PC and C1P configuration and resource files (see [/apps](apps/), [/devices](devices/) and [/disks](disks/)) - A variety of IBM PC and C1P configuration and resource files (see [/apps](apps/), [/devices](devices/) and [/disks](disks/))
- The [PCx86](modules/pcx86/), [PC8080](modules/pc8080/), and [C1Pjs](modules/c1pjs/) client applications, both "compiled" and uncompiled - The [PCx86](modules/pcx86/), [PC8080](modules/pc8080/), and [C1Pjs](modules/c1pjs/) client applications, along with "compiled" [versions](/versions/)
- A smattering of [PCx86](docs/pcx86/) and [C1Pjs](docs/c1pjs/) documentation, along with [blog posts](https://github.com/jeffpar/pcjs/tree/gh-pages/_posts), related [publications](pubs/) and more - A smattering of [PCx86](docs/pcx86/) and [C1Pjs](docs/c1pjs/) documentation, along with [blog posts](https://github.com/jeffpar/pcjs/tree/gh-pages/_posts), related [publications](pubs/) and more
The bundled web server is not strictly required. Any web server (Node, Apache, Nginx, etc) that can serve the necessary The bundled web server is not strictly required. Any web server (Node, Apache, Nginx, etc) that can serve the necessary

View file

@ -1,13 +1,13 @@
--- ---
layout: page layout: page
title: Emulator Releases title: Compiled Emulator Releases
permalink: /versions/ permalink: /versions/
--- ---
Emulator Releases Compiled Emulator Releases
--- --------------------------
Current and past releases of the following emulators are maintained here: Compiled versions of PCjs emulators (current and past releases) are stored here:
- [C1Pjs](c1pjs/) - [C1Pjs](c1pjs/)
- [PCx86](pcx86/) - [PCx86](pcx86/)