Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation.
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html
index 9845c20..26b08cc 100644
--- a/Mac/Demo/index.html
+++ b/Mac/Demo/index.html
@@ -27,11 +27,17 @@
 href="http://www.python.org/doc/">documentation</a> section on the
 webserver. <p>
 
-Some of these documents were actually written a long time ago and have seen
-little maintainance, so use with care. <p>
+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
+<A HREF="http://www.nevada.edu/~cwebster/Python/">Python Page</A>.
+
 
 <H2>Table of contents</H2>
 
+<blockquote><B>Note:</B>
+Some of these documents were actually written a long time ago and have seen
+little maintainance, so use with care. </blockquote>
 <UL>
 <LI>
 <A HREF="example0.html">Using python to create Macintosh applications,
@@ -71,7 +77,12 @@
 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.
+
+<LI>
+<A HREF="mpwextensions.html">Creating C extension modules using MPW</A>
+is a companion document, written by Corran Webster, which explains how you
+can develop Python extensions using Apple's free MPW compiler environment.
 
 <LI>
 <A HREF="applescript.html">Using Open Scripting Architecture from Python</A> explains
@@ -140,5 +151,5 @@
 
 <HR>
 <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>,
-<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 26-Jun-98.
+<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 22-Apr-00.
 </BODY></HTML>