diff --git a/Mac/Demo/html.icons/createmake.png b/Mac/Demo/html.icons/createmake.png
new file mode 100644
index 00000000000..50d6fa550e2
Binary files /dev/null and b/Mac/Demo/html.icons/createmake.png differ
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html
index 9845c201947..26b08cc8290 100644
--- a/Mac/Demo/index.html
+++ b/Mac/Demo/index.html
@@ -27,11 +27,17 @@
Macintosh Python crash course
href="http://www.python.org/doc/">documentation section on the
webserver.
-Some of these documents were actually written a long time ago and have seen
-little maintainance, so use with care.
+The W widget set by Just van Rossum, which is used by the Python IDE, does not
+have complete documentation as of this writing, but Corran Webster has
+documented most of it on his
+Python Page.
+
Table of contents
+Note:
+Some of these documents were actually written a long time ago and have seen
+little maintainance, so use with care.
-
Using python to create Macintosh applications,
@@ -71,7 +77,12 @@
Table of contents
is meant for the hardcore programmer, and shows how to create an
extension module in C. It also handles using Modulator to create the
boilerplate for your module, and creating dynamically-loadable modules
-on PowerPC Macs.
+on PowerPC Macs. It assumes you use CodeWarrior for you development.
+
+-
+Creating C extension modules using MPW
+is a companion document, written by Corran Webster, which explains how you
+can develop Python extensions using Apple's free MPW compiler environment.
-
Using Open Scripting Architecture from Python explains
@@ -140,5 +151,5 @@
Table of contents
Jack Jansen,
-jack@cwi.nl, 26-Jun-98.
+jack@cwi.nl, 22-Apr-00.