Author: jacob
Date: 2008-09-19 15:57:46 -0500 (Fri, 19 Sep 2008)
New Revision: 9074

Modified:
   djangoproject.com/django_website/templates/base_foundation.html
   djangoproject.com/django_website/templates/flatpages/download.html
   djangoproject.com/django_website/templates/homepage.html
Log:
[djangoproject.com] a few template tweaks.

Modified: djangoproject.com/django_website/templates/base_foundation.html
===================================================================
--- djangoproject.com/django_website/templates/base_foundation.html     
2008-09-19 20:49:50 UTC (rev 9073)
+++ djangoproject.com/django_website/templates/base_foundation.html     
2008-09-19 20:57:46 UTC (rev 9074)
@@ -5,7 +5,7 @@
 <p>
   <form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
     <input type="hidden" name="cmd" value="_donations">
-    <input type="hidden" name="business" value="[EMAIL PROTECTED]">
+    <input type="hidden" name="business" value="[EMAIL PROTECTED]">
     <input type="hidden" name="item_name" value="Django Software Foundation">
     <input type="hidden" name="item_number" value="donation">
     <input type="hidden" name="no_shipping" value="1">

Modified: djangoproject.com/django_website/templates/flatpages/download.html
===================================================================
--- djangoproject.com/django_website/templates/flatpages/download.html  
2008-09-19 20:49:50 UTC (rev 9073)
+++ djangoproject.com/django_website/templates/flatpages/download.html  
2008-09-19 20:57:46 UTC (rev 9074)
@@ -9,7 +9,7 @@
 {% block content-related %}
 <h2>For the impatient:</h2>
 <ul>
-  <li>Download the latest release: <a 
href="http://www.djangoproject.com/download/0.96.2/tarball/";>Django-0.96.2.tar.gz</a>.</li>
+  <li>Download the latest release: <a 
href="http://www.djangoproject.com/download/1.0/tarball/";>Django-1.0.tar.gz</a>.</li>
 </ul>
 
 <h2>Which version is better?</h2>
@@ -18,8 +18,13 @@
 <p>If you're just looking for a stable deployment target and don't mind 
waiting for the next release, you'll want to stick with the latest official 
release (which will always include detailed notes on any changes you'll need to 
make while upgrading).</p>
 <h2>Previous releases</h2>
 <ul>
-  <li>Django 0.95.3: <a 
href="http://www.djangoproject.com/download/0.95.3/tarball/";>tarball</a></li>
-  <li>Django 0.91.2: <a 
href="http://www.djangoproject.com/download/0.91.2/tarball/";>tarball</a></li>
+  <li>Django 0.96.3: <a 
href="http://www.djangoproject.com/download/0.96.3/tarball/";>tarball</a></li>
+</ul>
+
+<h2>Unsupported previous releases (no longer receive security updates or 
bugfixes)</h2>
+<ul>
+  <li>Django 0.95.4: <a 
href="http://www.djangoproject.com/download/0.95.4/tarball/";>tarball</a></li>
+  <li>Django 0.91.3: <a 
href="http://www.djangoproject.com/download/0.91.3/tarball/";>tarball</a></li>
   <li>Django 0.90: <a 
href="http://www.djangoproject.com/download/0.90/tarball/";>tarball</a> | <a 
href="http://www.djangoproject.com/download/0.90/egg/";>egg</a></li>
 </ul>
 {% endblock %}

Modified: djangoproject.com/django_website/templates/homepage.html
===================================================================
--- djangoproject.com/django_website/templates/homepage.html    2008-09-19 
20:49:50 UTC (rev 9073)
+++ djangoproject.com/django_website/templates/homepage.html    2008-09-19 
20:57:46 UTC (rev 9074)
@@ -35,7 +35,7 @@
 
 <h2>Download</h2>
 <ul class="linklist">
-    <li class="button-download"><a href="/download/">Latest release: 
<strong>0.96</strong></a></li>
+    <li class="button-download"><a href="/download/">Latest release: 
<strong>1.0</strong></a></li>
 </ul>
 <p>Open source, <a 
href="http://code.djangoproject.com/browser/django/trunk/LICENSE";>BSD 
license</a></p>
 <h2>Documentation</h2>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to