diff --git a/disks/README.md b/disks/README.md index 97b353a61..e132f81db 100644 --- a/disks/README.md +++ b/disks/README.md @@ -1,12 +1,14 @@ --- layout: page title: Disk Libraries +menu_title: Disks +menu_order: 4 permalink: /disks/ --- 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. --- diff --git a/disks/c1p/README.md b/disks/c1p/README.md index 1f8a56a12..0353bcfe2 100644 --- a/disks/c1p/README.md +++ b/disks/c1p/README.md @@ -7,4 +7,5 @@ permalink: /disks/c1p/ 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/). diff --git a/disks/pcx86/README.md b/disks/pcx86/README.md index c99261163..44fe3e8ad 100644 --- a/disks/pcx86/README.md +++ b/disks/pcx86/README.md @@ -1,8 +1,6 @@ --- layout: page title: IBM PC Disk Library -menu_title: Disks -menu_order: 4 permalink: /disks/pcx86/ redirect_from: - /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 -[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)* -form of the library in order to reduce machine load time. +[PCjs Project](/docs/about/) and makes those disks available to any [IBM PC Machine](/devices/pcx86/machine/) +in the project that uses the library. Note that most machines use the *[compiled](/disks/pcx86/compiled/library.xml)* +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, 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, diff --git a/docs/about/README.md b/docs/about/README.md index 8e62bf60b..119b4a58d 100644 --- a/docs/about/README.md +++ b/docs/about/README.md @@ -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 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. ---