Log:
Updated download links
Modified:
website/newdocs/.htaccess
website/newdocs/base.html
Modified: website/newdocs/.htaccess
==============================================================================
--- website/newdocs/.htaccess Sun Jan 30 17:14:05 2011 (r7226)
+++ website/newdocs/.htaccess Sun Jan 30 17:27:04 2011 (r7227)
@@ -13,7 +13,7 @@
RedirectPermanent /team/helpwanted.html http://docs.turbogears.org/Contributing
Redirect /download/tgsetup.py http://svn.turbogears.org/tags/1.1.2/tools/tgsetup.py
-Redirect /download/tgsetup-betaversion.py http://svn.turbogears.org/branches/1.5b1/tools/tgsetup.py
+Redirect /download/tgsetup-betaversion.py http://svn.turbogears.org/branches/1.5b2/tools/tgsetup.py
# Do not remove the following line or the following script will stop working:
# http://www.turbogears.org/2.0/downloads/current/tg2-bootstrap.py
Modified: website/newdocs/base.html
==============================================================================
--- website/newdocs/base.html Sun Jan 30 17:14:05 2011 (r7226)
+++ website/newdocs/base.html Sun Jan 30 17:27:04 2011 (r7227)
@@ -127,13 +127,13 @@
src="/static/images/buttons/download.png" alt="Download now button" /></a>
</div>
- <h3>Download TG 1.5b1</h3>
+ <h3>Download TG 1.5b2</h3>
<div id="download-stable">
- <h2>TurboGears <strong>1.5b1</strong></h2>
+ <h2>TurboGears <strong>1.5b2</strong></h2>
- <strong>December 19, 2010</strong>
- 1.5b1 is the first beta release of the 1.5 branch. The main improvements
+ <strong>January 31, 2011</strong>
+ 1.5b2 is the second beta release of the 1.5 branch. The main improvements
over the 1.1 branch are that it uses CherryPy 3 instead of CherryPy 2
and Genshi for templating native TG widgets. See the
<a href="http://trac.turbogears.org/wiki/ChangeLog">changelog</a>.