Initial documentation on freezing.
diff --git a/Mac/Demo/standalone.html b/Mac/Demo/standalone.html
index 70a2587..9aebb77 100644
--- a/Mac/Demo/standalone.html
+++ b/Mac/Demo/standalone.html
@@ -2,6 +2,9 @@
<BODY>
<H1>Creating true standalone applications in Python</H1>
<HR>
+<EM>NOTE</EM> This document is obsolete. See <A HREF="freezing.html">Freezing Python
+scripts</A> for a more up-to-date treatise. <p>
+</HR>
You can use Python to create true standalone macintosh applications: applications
that you can distribute to other people as a single file, without dependencies
on Python being installed, etc. The process is not easy, however, and at the