diff -rupN cx-freeze-web//cx_Freeze.html cx-freeze-web-modified//cx_Freeze.html
--- cx-freeze-web//cx_Freeze.html	2012-01-21 18:18:33.522591294 +0000
+++ cx-freeze-web-modified//cx_Freeze.html	2012-01-21 19:10:27.438655739 +0000
@@ -1,323 +1,67 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+      "http://www.w3.org/TR/html4/loose.dtd">
+<html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
-<title>cx_Freeze</title>
-<style type="text/css">
-
-/*
-:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 5951 2009-05-18 18:03:10Z milde $
-:Copyright: This stylesheet has been placed in the public domain.
-
-Default cascading style sheet for the HTML output of Docutils.
-
-See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
-customize this style sheet.
-*/
-
-/* used to remove borders from tables and images */
-.borderless, table.borderless td, table.borderless th {
-  border: 0 }
-
-table.borderless td, table.borderless th {
-  /* Override padding for "table.docutils td" with "! important".
-     The right padding separates the table cells. */
-  padding: 0 0.5em 0 0 ! important }
-
-.first {
-  /* Override more specific margin styles with "! important". */
-  margin-top: 0 ! important }
-
-.last, .with-subtitle {
-  margin-bottom: 0 ! important }
-
-.hidden {
-  display: none }
-
-a.toc-backref {
-  text-decoration: none ;
-  color: black }
-
-blockquote.epigraph {
-  margin: 2em 5em ; }
-
-dl.docutils dd {
-  margin-bottom: 0.5em }
-
-/* Uncomment (and remove this text!) to get bold-faced definition list terms
-dl.docutils dt {
-  font-weight: bold }
-*/
-
-div.abstract {
-  margin: 2em 5em }
-
-div.abstract p.topic-title {
-  font-weight: bold ;
-  text-align: center }
-
-div.admonition, div.attention, div.caution, div.danger, div.error,
-div.hint, div.important, div.note, div.tip, div.warning {
-  margin: 2em ;
-  border: medium outset ;
-  padding: 1em }
-
-div.admonition p.admonition-title, div.hint p.admonition-title,
-div.important p.admonition-title, div.note p.admonition-title,
-div.tip p.admonition-title {
-  font-weight: bold ;
-  font-family: sans-serif }
-
-div.attention p.admonition-title, div.caution p.admonition-title,
-div.danger p.admonition-title, div.error p.admonition-title,
-div.warning p.admonition-title {
-  color: red ;
-  font-weight: bold ;
-  font-family: sans-serif }
-
-/* Uncomment (and remove this text!) to get reduced vertical space in
-   compound paragraphs.
-div.compound .compound-first, div.compound .compound-middle {
-  margin-bottom: 0.5em }
-
-div.compound .compound-last, div.compound .compound-middle {
-  margin-top: 0.5em }
-*/
-
-div.dedication {
-  margin: 2em 5em ;
-  text-align: center ;
-  font-style: italic }
-
-div.dedication p.topic-title {
-  font-weight: bold ;
-  font-style: normal }
-
-div.figure {
-  margin-left: 2em ;
-  margin-right: 2em }
-
-div.footer, div.header {
-  clear: both;
-  font-size: smaller }
-
-div.line-block {
-  display: block ;
-  margin-top: 1em ;
-  margin-bottom: 1em }
-
-div.line-block div.line-block {
-  margin-top: 0 ;
-  margin-bottom: 0 ;
-  margin-left: 1.5em }
-
-div.sidebar {
-  margin: 0 0 0.5em 1em ;
-  border: medium outset ;
-  padding: 1em ;
-  background-color: #ffffee ;
-  width: 40% ;
-  float: right ;
-  clear: right }
-
-div.sidebar p.rubric {
-  font-family: sans-serif ;
-  font-size: medium }
-
-div.system-messages {
-  margin: 5em }
-
-div.system-messages h1 {
-  color: red }
-
-div.system-message {
-  border: medium outset ;
-  padding: 1em }
-
-div.system-message p.system-message-title {
-  color: red ;
-  font-weight: bold }
-
-div.topic {
-  margin: 2em }
-
-h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
-h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
-  margin-top: 0.4em }
-
-h1.title {
-  text-align: center }
-
-h2.subtitle {
-  text-align: center }
-
-hr.docutils {
-  width: 75% }
-
-img.align-left, .figure.align-left{
-  clear: left ;
-  float: left ;
-  margin-right: 1em }
-
-img.align-right, .figure.align-right {
-  clear: right ;
-  float: right ;
-  margin-left: 1em }
-
-.align-left {
-  text-align: left }
-
-.align-center {
-  clear: both ;
-  text-align: center }
-
-.align-right {
-  text-align: right }
-
-/* reset inner alignment in figures */
-div.align-right {
-  text-align: left }
-
-/* div.align-center * { */
-/*   text-align: left } */
-
-ol.simple, ul.simple {
-  margin-bottom: 1em }
-
-ol.arabic {
-  list-style: decimal }
-
-ol.loweralpha {
-  list-style: lower-alpha }
-
-ol.upperalpha {
-  list-style: upper-alpha }
-
-ol.lowerroman {
-  list-style: lower-roman }
-
-ol.upperroman {
-  list-style: upper-roman }
-
-p.attribution {
-  text-align: right ;
-  margin-left: 50% }
-
-p.caption {
-  font-style: italic }
-
-p.credits {
-  font-style: italic ;
-  font-size: smaller }
-
-p.label {
-  white-space: nowrap }
-
-p.rubric {
-  font-weight: bold ;
-  font-size: larger ;
-  color: maroon ;
-  text-align: center }
-
-p.sidebar-title {
-  font-family: sans-serif ;
-  font-weight: bold ;
-  font-size: larger }
-
-p.sidebar-subtitle {
-  font-family: sans-serif ;
-  font-weight: bold }
-
-p.topic-title {
-  font-weight: bold }
-
-pre.address {
-  margin-bottom: 0 ;
-  margin-top: 0 ;
-  font: inherit }
-
-pre.literal-block, pre.doctest-block {
-  margin-left: 2em ;
-  margin-right: 2em }
-
-span.classifier {
-  font-family: sans-serif ;
-  font-style: oblique }
-
-span.classifier-delimiter {
-  font-family: sans-serif ;
-  font-weight: bold }
-
-span.interpreted {
-  font-family: sans-serif }
-
-span.option {
-  white-space: nowrap }
-
-span.pre {
-  white-space: pre }
-
-span.problematic {
-  color: red }
-
-span.section-subtitle {
-  /* font-size relative to parent (h1..h6 element) */
-  font-size: 80% }
-
-table.citation {
-  border-left: solid 1px gray;
-  margin-left: 1px }
-
-table.docinfo {
-  margin: 2em 4em }
-
-table.docutils {
-  margin-top: 0.5em ;
-  margin-bottom: 0.5em }
-
-table.footnote {
-  border-left: solid 1px black;
-  margin-left: 1px }
-
-table.docutils td, table.docutils th,
-table.docinfo td, table.docinfo th {
-  padding-left: 0.5em ;
-  padding-right: 0.5em ;
-  vertical-align: top }
-
-table.docutils th.field-name, table.docinfo th.docinfo-name {
-  font-weight: bold ;
-  text-align: left ;
-  white-space: nowrap ;
-  padding-left: 0 }
-
-h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
-h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
-  font-size: 100% }
-
-ul.auto-toc {
-  list-style-type: none }
-
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+  <title>cx_Freeze</title>
+<style>
+#container {border:2px solid #078311;
+            min-height:103%;
+           }
+h1 {background-color:#078311;
+    color:white;
+    font-size:2.45em;
+    margin:0;
+    padding:.3em;
+   }
+h2 {color:#078311;
+    margin-bottom:.5em;}
+hr {color:#078311;}
+#menu {background-color:#00C029;
+       padding:.5em;
+       margin-bottom:.5em;
+      }
+#menu a{text-decoration:none;color:blue}
+#menu a:hover{text-decoration:underline}
+#menu a:visited{color:blue}
+#content {margin: 1em;}
+li {padding-top: 0.3em;}
+
+pre.literal-block {
+    padding: 1em;
+    background-color: #ccc;
+}
 </style>
 </head>
+
 <body>
-<div class="document" id="cx-freeze">
-<h1 class="title">cx_Freeze</h1>
+<div id="container">
+<div id="header"><h1>cx_Freeze</h1></div>
+<div id="menu">
+    <a href="index.html">Home &amp; Downloads</a> |
+    <a href="cx_Freeze.html">Documentation</a> |
+    <a href="LICENSE.txt">License</a> |
+    <a href="HISTORY.txt">History</a> |
+    <a href="http://cx-freeze.svn.sourceforge.net/viewvc/cx-freeze/">Source code</a> |
+    <a href="http://lists.sourceforge.net/lists/listinfo/cx-freeze-users">Mailing list</a>
+</div>
+<div id="content">
 
 <div class="section" id="abstract">
-<h1>Abstract</h1>
+<h2>Abstract</h2>
 <p><strong>cx_Freeze</strong> is a set of scripts and modules for freezing Python scripts into
 executables in much the same way that <a class="reference external" href="http://www.py2exe.org/">py2exe</a> and <a class="reference external" href="http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html">py2app</a> do. Unlike these two
 tools, cx_Freeze is cross platform and should work on any platform that Python
-itself works on. It requires <a class="reference external" href="http://www.python.org">Python</a> 2.3 or higher since it makes use of the
+itself works on. It requires <a class="reference external" href="http://www.python.org">Python</a>
+2.3 or higher since it makes use of the
 zip import facility which was introduced in that version.</p>
-<p><strong>cx_Freeze</strong> is distributed under an open-source <a class="reference external" href="LICENSE.txt">license</a>.</p>
+
+<p><strong>cx_Freeze</strong> is distributed under an open-source 
+<a class="reference external" href="LICENSE.txt">license</a> (the 'PSF license').</p>
 </div>
+
 <div class="section" id="using-cx-freeze">
-<h1>Using cx_Freeze</h1>
+<h2>Using cx_Freeze</h2>
 <p>There are three different ways to use cx_Freeze. The first is to use the
 included <tt class="docutils literal">cxfreeze</tt> script which works well for simple scripts. The second is
 to create a <a class="reference external" href="http://docs.python.org/lib/module-distutils.html">distutils</a> setup script which can be used for more complicated
@@ -334,8 +78,9 @@ called <tt class="docutils literal">libr
 options are necessary when creating an RPM since the RPM builder automatically
 strips executables. These options are described in greater detail below as
 well.</p>
+
 <div class="section" id="cxfreeze-script">
-<h2>cxfreeze script</h2>
+<h3>cxfreeze script</h3>
 <p>The <tt class="docutils literal">cxfreeze</tt> script is included with other Python scripts. On Windows and
 the Mac this is in the <tt class="docutils literal">Scripts</tt> subdirectory of your Python installation
 whereas on Unix platforms this in the bin directory of the prefix where Python
@@ -446,8 +191,9 @@ will specify the archive name to use; mu
 </tbody>
 </table>
 </div>
+
 <div class="section" id="distutils-setup-script">
-<h2>distutils setup script</h2>
+<h3>distutils setup script</h3>
 <p>In order to make use of distutils a setup script must be created. This is
 called <tt class="docutils literal">setup.py</tt> by convention although it need not be called that. A
 very simple script might use the following:</p>
@@ -473,9 +219,9 @@ provide the ability to both build and in
 fashion they can be provided in the setup script, on the command line or in
 a setup.cfg configuration file. They are described in further detail below.</p>
 <div class="section" id="distutils-commands">
-<h3>distutils commands</h3>
+<h4>distutils commands</h4>
 <div class="section" id="build">
-<h4>build</h4>
+<h5>build</h5>
 <p>This command is a standard command which has been modified by cx_Freeze to
 build any executables that are defined. The following options were added to
 the standard set of options for the command:</p>
@@ -497,7 +243,7 @@ the standard set of options for the comm
 </table>
 </div>
 <div class="section" id="build-exe">
-<h4>build_exe</h4>
+<h5>build_exe</h5>
 <p>This command performs the work of building an executable or set of executables.
 It can be further customized:</p>
 <table border="1" class="docutils">
@@ -624,8 +370,9 @@ determining dependencies of binary files
 </tbody>
 </table>
 </div>
+
 <div class="section" id="install">
-<h4>install</h4>
+<h5>install</h5>
 <p>This command is a standard command which has been modified by cx_Freeze to
 install any executables that are defined. The following options were added to
 the standard set of options for the command:</p>
@@ -647,8 +394,9 @@ files</td>
 </tbody>
 </table>
 </div>
+
 <div class="section" id="install-exe">
-<h4>install_exe</h4>
+<h5>install_exe</h5>
 <p>This command performs the work installing an executable or set of executables.
 It can be used directly but most often is used when building Windows installers
 or RPM packages. It can be further customized:</p>
@@ -684,8 +432,9 @@ defaults to the build_dir from the build
 </tbody>
 </table>
 </div>
+
 <div class="section" id="bdist-msi">
-<h4>bdist_msi</h4>
+<h5>bdist_msi</h5>
 <p>This command is a standard command in Python 2.5 and higher which has been
 modified by cx_Freeze to handle installing executables and their dependencies.
 The following options were added to the standard set of options for the
@@ -715,16 +464,18 @@ to the installation of this one</td>
 </tbody>
 </table>
 </div>
+
 <div class="section" id="bdist-rpm">
-<h4>bdist_rpm</h4>
+<h5>bdist_rpm</h5>
 <p>This command is a standard command which has been modified by cx_Freeze to
 ensure that packages are created with the proper architecture for the platform.
 The standard command assumes that the package should be architecture
 independent if it cannot find any extension modules.</p>
 </div>
 </div>
+
 <div class="section" id="cx-freeze-executable">
-<h3>cx_Freeze.Executable</h3>
+<h4>cx_Freeze.Executable</h4>
 <p>The options for the <cite>build_exe</cite> command are the defaults for any executables
 that are created. The options for the <cite>Executable</cite> class allow specification of
 the values specific to a particular executable. The arguments to the
@@ -827,7 +578,8 @@ on what values can be placed here.</td>
 </table>
 </div>
 </div>
-</div>
-</div>
+
+</div> <!-- /content -->
+</div> <!-- /container -->
 </body>
 </html>
diff -rupN cx-freeze-web//index.html cx-freeze-web-modified//index.html
--- cx-freeze-web//index.html	2012-01-21 18:18:33.522591294 +0000
+++ cx-freeze-web-modified//index.html	2012-01-21 19:18:40.990665954 +0000
@@ -5,14 +5,27 @@
   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
   <title>cx_Freeze</title>
 <style>
-#container{border:2px solid #078311;min-height:103%}
-h1{background-color:#078311;color:white;font-size:2.45em;margin:0;padding:.3em}
-h2{color:#078311;margin:.3em}
-hr{color:#078311;}
-#menu{background-color:#00C029;padding:.5em;margin-bottom:.5em;}
+#container {border:2px solid #078311;
+            min-height:103%;
+           }
+h1 {background-color:#078311;
+    color:white;
+    font-size:2.45em;
+    margin:0;
+    padding:.3em;
+   }
+h2 {color:#078311;
+    margin-bottom:.5em;}
+hr {color:#078311;}
+#menu {background-color:#00C029;
+       padding:.5em;
+       margin-bottom:.5em;
+      }
 #menu a{text-decoration:none;color:blue}
 #menu a:hover{text-decoration:underline}
 #menu a:visited{color:blue}
+#content {margin: 1em;}
+li {padding-top: 0.3em;}
 </style>
 </head>
 
@@ -20,160 +33,97 @@ hr{color:#078311;}
 <div id="container">
 <div id="header"><h1>cx_Freeze</h1></div>
 <div id="menu">
-    <a href="#downloads">Downloads</a> |
+    <a href="index.html">Home &amp; Downloads</a> |
+    <a href="cx_Freeze.html">Documentation</a> |
     <a href="LICENSE.txt">License</a> |
     <a href="HISTORY.txt">History</a> |
-    <a href="cx_Freeze.html">Doc</a> |
+    <a href="http://cx-freeze.svn.sourceforge.net/viewvc/cx-freeze/">Source code</a> |
     <a href="http://lists.sourceforge.net/lists/listinfo/cx-freeze-users">Mailing list</a>
 </div>
+<div id="content">
 <div id="description"><h2>About cx_Freeze</h2>
 <!--Description-->
 <strong>cx_Freeze</strong> is a set of scripts and modules for freezing Python
-scripts into executables in much the same way that
+scripts into executables, in much the same way that
 <a class="reference" href="http://www.py2exe.org/">py2exe</a> and
 <a class="reference" href="http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html">py2app</a>
 do. Unlike these two tools, cx_Freeze is cross platform and should work on any
-platform that Python itself works on. It requires
-<a class="reference" href="http://www.python.org">Python</a> 2.3 or higher
-since it makes use of the zip import facility which was introduced in that
-version.
+platform that Python itself works on. It supports
+<a class="reference" href="http://www.python.org">Python</a> 2.3 or higher (including Python 3),
+since it makes use of the zip import facility which was introduced in 2.3.
 
 <p>
 
-<strong>NOTE</strong>: Binary packages must be compatible with the Python
+<strong>Note</strong>: Binary packages must be compatible with the Python
 installation on your system or you will get errors in your frozen executables
 about missing builtin modules or missing symbols. This is not likely to be a
-problem on Windows (since www.python.org is the only known distributor) but on
-Linux it is more likely (since Python is often packaged with the Linux
-distribution in different ways). If you get such errors, download the source
+problem on Windows (since most installations are from python.org) but on
+Linux it is more likely (since Linux distributions often package Python in
+different ways). If you get such errors, download the source
 package and build the binaries yourself.
 
 <p>
 </div>
-<div id="downloads"><h2>Downloads</h2>
 
-<h5>Download 4.2.3 released March 19, 2011</h5>
-<ul>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py2.5.msi?download">Windows Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py2.6.msi?download">Windows Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py2.7.msi?download">Windows Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py3.1.msi?download">Windows Installer</a> (Python 3.1)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py3.2.msi?download">Windows Installer</a> (Python 3.2)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py2.5.msi?download">Windows x64 Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py2.6.msi?download">Windows x64 Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py2.7.msi?download">Windows x64 Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py3.1.msi?download">Windows x64 Installer</a> (Python 3.1)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py3.2.msi?download">Windows x64 Installer</a> (Python 3.2)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py24-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py25-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py26-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py27-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py31-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 3.1)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py32-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 3.2)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py24-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py25-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py26-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py27-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py31-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 3.1)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py32-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 3.2)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.tar.gz?download">Source Code only</a>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-1.src.rpm?download">Source RPM</a>
-</ul>
+<div id="downloads">
+<h2>Downloads</h2>
 
-<h5>Download 4.2.2 released December 23, 2010</h5>
-<ul>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win32-py2.5.msi?download">Windows Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win32-py2.6.msi?download">Windows Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win32-py2.7.msi?download">Windows Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win32-py3.1.msi?download">Windows Installer</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win-amd64-py2.5.msi?download">Windows x64 Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win-amd64-py2.6.msi?download">Windows x64 Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win-amd64-py2.7.msi?download">Windows x64 Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.win-amd64-py3.1.msi?download">Windows x64 Installer</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py24-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py25-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py26-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py27-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py31-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py24-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py25-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py26-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py27-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-py31-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2.tar.gz?download">Source Code only</a>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.2-1.src.rpm?download">Source RPM</a>
-</ul>
+<a href="http://sourceforge.net" style="float:right;">
+    <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=84937&amp;type=16" width="125" height="37" border="0" alt="SourceForge.net Logo" />
+</a>
 
-<h5>Download 4.2.1 released October 16, 2010</h5>
-<ul>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win32-py2.5.msi?download">Windows Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win32-py2.6.msi?download">Windows Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win32-py2.7.msi?download">Windows Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win32-py3.1.msi?download">Windows Installer</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win-amd64-py2.5.msi?download">Windows x64 Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win-amd64-py2.6.msi?download">Windows x64 Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win-amd64-py2.7.msi?download">Windows x64 Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.win-amd64-py3.1.msi?download">Windows x64 Installer</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py24-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py25-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py26-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py27-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py31-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py24-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py25-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py26-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py27-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-py31-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1.tar.gz?download">Source Code only</a>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.1-1.src.rpm?download">Source RPM</a>
-</ul>
+<p>Version 4.2.3, released March 19, 2011</p>
 
-<h5>Download 4.2 released July 19, 2010</h5>
 <ul>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win32-py2.5.msi?download">Windows Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win32-py2.6.msi?download">Windows Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win32-py2.7.msi?download">Windows Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win32-py3.1.msi?download">Windows Installer</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win-amd64-py2.5.msi?download">Windows x64 Installer</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win-amd64-py2.6.msi?download">Windows x64 Installer</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win-amd64-py2.7.msi?download">Windows x64 Installer</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.win-amd64-py3.1.msi?download">Windows x64 Installer</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py24-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py25-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py26-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py27-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py31-1.i386.rpm?download">CentOS 5 i386 RPM</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py24-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.4)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py25-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.5)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py26-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.6)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py27-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 2.7)
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-py31-1.x86_64.rpm?download">CentOS 5 x86_64 RPM</a> (Python 3.1)
-<p>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.tar.gz?download">Source Code only</a>
-<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2-1.src.rpm?download">Source RPM</a>
+<li>Windows installers (MSI):
+<ul>
+<li>Python 2.5, Windows <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py2.5.msi?download">x86</a>
+    or <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py2.5.msi?download">x64</a>
+</li>
+<li>Python 2.6, Windows <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py2.6.msi?download">x86</a>
+    or <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py2.6.msi?download">x64</a>
+</li>
+<li>Python 2.7, Windows <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py2.7.msi?download">x86</a>
+    or <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py2.7.msi?download">x64</a>
+</li>
+<li>Python 3.1, Windows <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py3.1.msi?download">x86</a>
+    or <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py3.1.msi?download">x64</a>
+</li>
+<li>Python 3.2, Windows <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win32-py3.2.msi?download">x86</a>
+    or <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.win-amd64-py3.2.msi?download">x64</a>
+</li>
+</ul></li>
+<li>CentOS 5 RPMs:
+<ul>
+<li>Python 2.4, Centos 5 <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py24-1.i386.rpm?download">i386 </a> or
+    <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py24-1.x86_64.rpm?download">x86_64</a>
+</li>
+<li>Python 2.5, Centos 5 <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py25-1.i386.rpm?download">i386 </a> or
+    <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py25-1.x86_64.rpm?download">x86_64</a>
+</li>
+<li>Python 2.6, Centos 5 <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py26-1.i386.rpm?download">i386 </a> or
+    <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py26-1.x86_64.rpm?download">x86_64</a>
+</li>
+<li>Python 2.7, Centos 5 <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py27-1.i386.rpm?download">i386 </a> or
+    <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py27-1.x86_64.rpm?download">x86_64</a>
+</li>
+<li>Python 3.1, Centos 5 <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py31-1.i386.rpm?download">i386 </a> or
+    <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py31-1.x86_64.rpm?download">x86_64</a>
+</li>
+<li>Python 3.2, Centos 5 <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py32-1.i386.rpm?download">i386 </a> or
+    <a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-py32-1.x86_64.rpm?download">x86_64</a>
+</li>
+</ul></li>
+<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3.tar.gz?download">Source code only (.tar.gz)</a>
+<li><a href="http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-4.2.3-1.src.rpm?download">Source RPM</a>
 </ul>
 
-</div>
+<p>Older versions can be found in <a href="https://sourceforge.net/projects/cx-freeze/files/">the files section
+at Sourceforge.</a></p>
 
-<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=84937&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
-
-</div>
-</div>
+</div> <!-- /downloads -->
+</div> <!-- /content -->
+</div> <!-- /container -->
 </body>
 </html>
 
