From 7969e9fb55909e1f3ede11fc7a27cce93edf761b Mon Sep 17 00:00:00 2001 From: Petter Hesselberg Date: Fri, 3 Nov 2017 13:59:54 +0100 Subject: [PATCH] Updated README; one manual link issue fixup --- README.md | 18 ++++++++++++------ docs/Home.md | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8546c81..f701099 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,24 @@ TextEdit demonstrates a number of things: * There is no _Save_ command. TextEdit follows Allan Cooper's unified file model, where all changes are committed directly to disk. * Error handling and robustness. -* Persistence everywhere. +* [Persistence everywhere](docs/Chapter-10-Customization-and-Persistence.md). * Send as email. -* Installation and registration. +* [Installation and registration](docs/Chapter-20-Setup-and-Down-Again.md) (under the hood, as it were). * Utilizing the SendTo folder. -* The myriad ways of starting a Windows app and receiving arguments. -* The fine points of dialogs. -* Simple HTML parsing and rendering. +* [The myriad ways of starting a Windows app and receiving arguments](docs/Chapter-7-Off-the-Launch-Pad.md). +* [The fine points of dialogs](docs/Chapter-13-About-Dialogs.md) +* [Simple HTML parsing and rendering](docs/Sidebar-The-HTML-Static-Control.md). * Snap window to edges of work area during move and resize. ## Documentation -It's in the [`docs`](docs) folder, but be warned: All links need tweaking -- the import from CodePlex was imperfect (spaces in file names being the main problem). I'll get around to it. +I'm posting an entire book here, in the hope that this will provide sufficient documentation, and perhaps some additional value: + +[Programming Industrial Strength Windows](docs/Programming-Industrial-Strength-Windows.md) + +![](docs/Home-pisw.jpg) + +The logo was made with [Microsoft Expression Design 2.](http://www.microsoft.com/expression/products/Overview.aspx?key=design) ## Getting started diff --git a/docs/Home.md b/docs/Home.md index 098e9c9..72f9f83 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -14,7 +14,7 @@ TextEdit demonstrates a number of things: * Utilizing the SendTo folder. * [The myriad ways of starting a Windows app and receiving arguments](Chapter-7-Off-the-Launch-Pad.md). * [The fine points of dialogs](Chapter-13-About-Dialogs.md) -* [Simple HTML parsing and rendering](Sidebar_-The-HTML-Static-Control). +* [Simple HTML parsing and rendering](Sidebar-The-HTML-Static-Control.md). * Snap window to edges of work area during move and resize [release:Go to download page](16713)