Initial documentation on freezing.
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html
index c122b60..f073086 100644
--- a/Mac/Demo/index.html
+++ b/Mac/Demo/index.html
@@ -52,6 +52,12 @@
 how to create applets, standalone applications written in Python.
 
 <LI>
+<A HREF="freezing.html">Freezing Python programs</A> extends on this concept,
+and shows you how to create applications that can be used on machines without
+a full Python installed. This one is probably best skipped on first contact
+with MacPython.
+
+<LI>
 <A HREF="textedit.html">Using FrameWork and TextEdit</A> shows you
 how to use <code>FrameWork</code> application framework and the
 <code>TextEdit</code> toolbox to build a text editor.
@@ -85,11 +91,6 @@
 <A HREF="embed.html">Embedding Python on the Mac</A> is a minimal example of
 how to embed Python in other Mac applications.
 
-<LI>
-<a href="standalone.html">Building Standalone applications in Python</a>
-explains how you can create real standalone applications in Python. You do
-need source (and a C development environment) for this at the moment.
-
 </UL>
 
 The Python distribution contains a few more examples, all unexplained:
@@ -136,5 +137,5 @@
 
 <HR>
 <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>,
-<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 27-Apr-98.
+<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 26-Jun-98.
 </BODY></HTML>