Assorted OS/2 README updates

This commit is contained in:
Jeff Parsons 2015-12-24 15:25:42 -08:00
commit 725ded102c
9 changed files with 115 additions and 35 deletions

View file

@ -9,6 +9,6 @@ OS/2 Programming Guides
For OS/2 1.0:
* [Microsoft® Operating System/2 Programmers Toolkit](/docs/os2/microsoft/1.0/)
* [Microsoft® Operating System/2 Programmers Toolkit](/docs/os2/microsoft/ptk/1.0/), March 1988
Note that the above guide is a work-in-progress (converting the PDF text to Markdown).

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Microsoft OS/2: Welcome"
permalink: /docs/os2/microsoft/1.0/
permalink: /docs/os2/microsoft/ptk/1.0/
---
Welcome
@ -19,7 +19,7 @@ MS OS/2 Programmer's Toolkit:
+ *Microsoft Operating System/2 Programming Tools* describes the programming tools found in the MS OS/2 Programmer's
Toolkit. You can use these tools to develop OS/2 programs.
+ *[Microsoft Operating System/2 Programmer's Learning Guide](/docs/os2/microsoft/1.0/plguide/)* teaches you the
+ *[Microsoft Operating System/2 Programmer's Learning Guide](/docs/os2/microsoft/ptk/1.0/plguide/)* teaches you the
fundamentals of programming for MS OS/2. You will be led through the steps necessary to create your first MS OS/2
program and dynamic-link library.

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Microsoft OS/2 Programmer's Learning Guide"
permalink: /docs/os2/microsoft/1.0/plguide/
permalink: /docs/os2/microsoft/ptk/1.0/plguide/
---
Programmer's Toolkit
@ -15,13 +15,13 @@ Version 1.0
### Contents
* 1.0 [Introduction](/docs/os2/microsoft/1.0/plguide/chapter1/)
* 1.1 [Overview](/docs/os2/microsoft/1.0/plguide/chapter1/#overview)
* 1.2 [What You Need to Start](/docs/os2/microsoft/1.0/plguide/chapter1/#what-you-need-to-start)
* 1.3 [What This Guide Covers](/docs/os2/microsoft/1.0/plguide/chapter1/#what-this-guide-covers)
* 1.4 [The Lqh Sample Program](/docs/os2/microsoft/1.0/plguide/chapter1/#the-lqh-sample-program)
* 1.5 [MS OS/2 Sample Programs](/docs/os2/microsoft/1.0/plguide/chapter1/#ms-os2-sample-programs)
* 1.6 [MS OS/2 and the C Run-time Library](/docs/os2/microsoft/1.0/plguide/chapter1/#ms-os2-and-the-c-run-time-library)
* 1.0 [Introduction](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/)
* 1.1 [Overview](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/#overview)
* 1.2 [What You Need to Start](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/#what-you-need-to-start)
* 1.3 [What This Guide Covers](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/#what-this-guide-covers)
* 1.4 [The Lqh Sample Program](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/#the-lqh-sample-program)
* 1.5 [MS OS/2 Sample Programs](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/#ms-os2-sample-programs)
* 1.6 [MS OS/2 and the C Run-time Library](/docs/os2/microsoft/ptk/1.0/plguide/chapter1/#ms-os2-and-the-c-run-time-library)
* 2.0 Overview
* 2.1 Introduction
* 2.2 Creating an MS OS/2 Program

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Microsoft OS/2 Programmer's Learning Guide: Introduction"
permalink: /docs/os2/microsoft/1.0/plguide/chapter1/
permalink: /docs/os2/microsoft/ptk/1.0/plguide/chapter1/
---
Microsoft OS/2 Programmer's Learning Guide