Added documentation on FrameWork, TextEdit and Waste
Updated minor things in the other documents (pathnames, etc)
diff --git a/Mac/Demo/example2.html b/Mac/Demo/example2.html
index 3bd2791..aebe73d 100644
--- a/Mac/Demo/example2.html
+++ b/Mac/Demo/example2.html
@@ -11,7 +11,7 @@
 binary and <A HREF="example2/InterslipControl-2.rsrc.hqx">BinHex</A>
 form for downloading) are available in the folder <A
 HREF="example2">example2</A>.  If you want to run the program on your
-machine you will also need a new copy of <A
+machine and you have Python 1.3 or earlier you will also need a new copy of <A
 HREF="update-to-1.3/FrameWork.py">FrameWork.py</A>, which has been
 updated since the 1.3 release. <p>
 
@@ -61,15 +61,13 @@
 and a "File" menu with some pythonesque choices (which do nothing
 interesting, by the way) and a "Quit" command that works. <p>
 
-<CITE>
-A more complete description of <A NAME="framework">FrameWork</A> is
-sorely needed, and will (at some point) be incorporated in the
-programmers manual or in place of this paragraph. For now you'll have
-to make do with the knowledge that you use FrameWork by building your
-classes upon the classes provided by it and selectively overriding
-methods to extend its functionality (or override the default
-behaviour). And you should read the Source, of Course:-) <p>
-</CITE>
+<BLOCKQUOTE>
+If you have not used <code>FrameWork</code> before you may want to
+first take a look at the <A HREF="textedit.html">Pathetic EDitor</A>
+example, which builds a minimal text editor using FrameWork and TextEdit.
+On the other hand: we don't use many features of FrameWork, so you could
+also continue with this document. 
+</BLOCKQUOTE>
 
 After the imports we get the definitions of resource-IDs in our
 resource file, slightly changed from the previous version of our