Merge branch 'master' into gh-pages

This commit is contained in:
Jeff Parsons 2016-05-23 16:36:15 -07:00
commit 21aab1e656
4 changed files with 10 additions and 9 deletions

View file

@ -1,12 +1,14 @@
--- ---
layout: page layout: page
title: Disk Libraries title: Disk Libraries
menu_title: Disks
menu_order: 4
permalink: /disks/ permalink: /disks/
--- ---
Disk Libraries Disk Libraries
--- ---
Browse [IBM PC](pcx86/) and [Challenger 1P](c1p/) disk libraries. Browse the project's [IBM PC](pcx86/) and [Challenger 1P](c1p/) disk libraries.
--- ---

View file

@ -7,4 +7,5 @@ permalink: /disks/c1p/
Challenger 1P Disks Challenger 1P Disks
--- ---
An assortment of Challenger 1P Disk Images, for use by [C1P Machine Configurations](/devices/c1p/machine/). The project currently includes an [OS-65D Diskette](OS65D33.json), which can be loaded by the
[OSI Challenger 1P (32Kb) with Disk Support](/devices/c1p/machine/32kb/).

View file

@ -1,8 +1,6 @@
--- ---
layout: page layout: page
title: IBM PC Disk Library title: IBM PC Disk Library
menu_title: Disks
menu_order: 4
permalink: /disks/pcx86/ permalink: /disks/pcx86/
redirect_from: redirect_from:
- /disks/pc/ - /disks/pc/
@ -13,11 +11,11 @@ IBM PC Disk Library
--- ---
This [Disk Library](/disks/pcx86/library.xml) lists all the [Disk Manifests](#disk-manifests) in the This [Disk Library](/disks/pcx86/library.xml) lists all the [Disk Manifests](#disk-manifests) in the
[PCjs Project](/docs/about/), and makes those disks available to any [IBM PC Machine](/devices/pcx86/machine/) [PCjs Project](/docs/about/) and makes those disks available to any [IBM PC Machine](/devices/pcx86/machine/)
in the project that uses the library. However, most machines use the *[compiled](/disks/pcx86/compiled/library.xml)* in the project that uses the library. Note that most machines use the *[compiled](/disks/pcx86/compiled/library.xml)*
form of the library in order to reduce machine load time. form of the library, to reduce machine load time.
The [Disk Library](/disks/pcx86/library.xml) summary below is not a complete list of everything in the library, The summary below is not a complete list of everything in the library,
just highlights. For some of the disks, we have provided more information about the software, and in some cases, just highlights. For some of the disks, we have provided more information about the software, and in some cases,
machines that automatically run the software. Ideally, everything in the library would also be listed below, machines that automatically run the software. Ideally, everything in the library would also be listed below,
and linked to a page that describes the software in more detail, along with a live demonstration of the software, and linked to a page that describes the software in more detail, along with a live demonstration of the software,

View file

@ -63,7 +63,7 @@ including extensions to the link syntax that make it easy to embed C1Pjs and PCx
To simplify hosting requirements, the PCjs Project was migrated to GitHub Pages in late 2015. The project still To simplify hosting requirements, the PCjs Project was migrated to GitHub Pages in late 2015. The project still
includes the original Node-based web server, which is useful for development and debugging, but for production sites includes the original Node-based web server, which is useful for development and debugging, but for production sites
(including [pcjs.org](http://www.pcjs.org/), using Jekyll to generate a static copy of the project for the web is the (including [pcjs.org](http://www.pcjs.org/)), using Jekyll to generate a static copy of the project for the web is the
preferred solution. preferred solution.
--- ---