Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
--- a/project/templates/_menu.html Thu Jul 15 00:50:38 2010 +0530
+++ b/project/templates/_menu.html Thu Jul 15 01:47:43 2010 +0530
@@ -1,14 +1,18 @@
<div id="left-inner">
<ul>
<li><a href="/">Home</a></li>
+ <!--
<li><a href="/submit-registration/">Registration</a></li>
+ -->
<li>
- <a href="/talks-cfp/">Talks & CfP</a>
+ <!--<a href="/talks-cfp/">-->Talks & CfP<!--</a> -->
<ul>
<li><a href="/talks-cfp/schedule/">Conference Schedule</a></li>
+ <!--
<li><a href="/talks-cfp/tutorial/">Tutorial Schedule</a></li>
<li><a href="/talks-cfp/sprint/">Sprint Plan & Schedule</a></li>
<li><a href="/talks-cfp/speakers/">Speakers</a></li>
+ -->
{% if user.is_authenticated %}
<li><a href="/talks-cfp/list-talks/{{ user.id }}">My talks</a></li>
{% endif %}
@@ -17,13 +21,16 @@
<li>
About
<ul>
+ <!--
<li><a href="/about/accommodation/">Accommodation</a></li>
<li><a href="/about/food/">Food</a></li>
+ -->
<li><a href="/about/venue/">The Venue</a></li>
+ <!--
<li><a href="/about/reaching/">Reaching the venue</a></li>
+ -->
</ul>
</li>
- <li><a href="/">Blog</a></li>
{% if user.is_staff %}
<li><a href="/howto/">HowTo</a></li>
{% endif %}
--- a/project/templates/about/reaching.html Thu Jul 15 00:50:38 2010 +0530
+++ b/project/templates/about/reaching.html Thu Jul 15 01:47:43 2010 +0530
@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% block content %}
<h1>How to reach the venue?</h1>
+To be updated with information soon.
+<!--
<p class="noindent">Once you reach Trivandrum Central Station, you can reach Technopark by
bus, taxi or an autorickshaw.</p>
@@ -38,4 +40,5 @@
<p class="noindent">From Thiruvananthapuram Airport, you can take a a taxi to Technopark
which will cost about Rs 300. Taking an auto to technopark costs about
Rs 200.</p>
+ -->
{% endblock content %}
\ No newline at end of file
--- a/project/templates/about/venue.html Thu Jul 15 00:50:38 2010 +0530
+++ b/project/templates/about/venue.html Thu Jul 15 01:47:43 2010 +0530
@@ -2,8 +2,12 @@
{% block content %}
<h1>Venue</h1>
<div class="entry">
-<p>The conference is being held at the Park Center, Technopark in Trivandrum,
-keeping in mind accessibility, the number of attendees and the location,
-among other aspects to be considered.</p>
+<p>The conference is being held at the International Institute of Information
+Technology in Hyderabad, keeping in mind accessibility, the number of attendees
+and the location, among other aspects to be considered.</p>
+
+<p>
+<strong>More about IIIT-Hyderabad, the city of Hyderabad and some
+interesting pictures work coming soon.</strong></p>
</div>
{% endblock content %}
\ No newline at end of file
--- a/project/templates/talk/schedule.html Thu Jul 15 00:50:38 2010 +0530
+++ b/project/templates/talk/schedule.html Thu Jul 15 01:47:43 2010 +0530
@@ -1,26 +1,27 @@
{% extends "base.html" %}
{% block content %}
-<h1>SciPy.in 2009 Schedule</h1>
-<p>SciPy.in is a 6-day programme from December 12th to 17th, 2009, comprising
-of two days each of conference, tutorials and sprints. The tutorial will further
-be constituted of two parallel tracks - one for the general public and one
-targeting teachers in collegiate education.</p>
+<h1>SciPy.in 2010 Schedule</h1>
+<p>SciPy.in is a 6-day programme from December 13th upto December 18th, of 2010
+comprising of two days each of conference, tutorials and sprints.</p>
<strong>Over all break up of activites</strong>
<table cellspacing="5">
- <tr> <td align=center>Date</td><td>Activity</td> </tr>
- <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr>
- <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr>
- <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr>
- <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr>
- <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr>
- <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr>
+ <tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr>
+ <tr > <td align=right>Monday, Dec. 13 2010</td><td>Conference</td> </tr>
+ <tr> <td align=right>Tuesday, Dec. 14 2010</td><td>Conference</td> </tr>
+ <tr> <td align=right>Wednesday, Dec. 15 2010</td><td>Tutorials/Sprint</td> </tr>
+ <tr> <td align=right>Thursday, Dec. 16 2010</td><td>Tutorials/Sprint</td> </tr>
+ <tr> <td align=right>Friday, Dec. 17 2010</td><td>Tutorials/Sprint</td> </tr>
+ <tr> <td align=right>Saturday, Dec. 18 2010</td><td>Full Sprint</td> </tr>
</table>
<br />
<h2>Conference Schedule</h2>
+<h3>A detailed list of talks will be announced after accepting the CfP process
+completes. Check for relevant dates.</h3>
+<!--
<h3><strong>Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching</strong></h3>
<strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" />
General/Non-programmer: <img src="/img/general.png" alt="General" />
@@ -184,4 +185,5 @@
<td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td>
</tr>
</table>
+ -->
{% endblock content %}
\ No newline at end of file