sprint_info page is complete anoop
authornishanth
Tue, 20 Jul 2010 13:10:05 +0530
branchanoop
changeset 145 dec4a9b61534
parent 144 cb81b0f7e707
child 146 a18ba6b30c43
sprint_info page is complete
templates/sprint_info.html
--- a/templates/sprint_info.html	Tue Jul 20 13:01:55 2010 +0530
+++ b/templates/sprint_info.html	Tue Jul 20 13:10:05 2010 +0530
@@ -3,4 +3,21 @@
 What is a Sprint
 {% endblock %}
 {% block content %}
+<div class="document" id="what-is-a-sprint">
+		<h1 class="title">What is a Sprint?</h1>
+
+		<p>A sprint is a short period of software development. Sprints have become popular events among open source projects. They are often held near conferences, where most of the project's team and enthusiasts attend.</p>
+		<p>Sprint is directed by a coach(es), who suggests tasks, tracks the progress and makes sure that none of the developers encounter insurmountable difficulties. Often the development happens in pairs or small teams. During sprints, people new to the project are welcomed and get an intensive hands-on introduction pairing with an experienced project member. A large open space is often chosen as a venue for efficient communication.</p>
+		<div class="section" id="sprints-in-sagedays-25">
+				<h1>Sprints in SageDays 25:</h1>
+				<ul class="simple">
+						<li>There will be introductory sessions for people new to sprints.</li>
+						<li>Will be guided by Prof. William Stein, the lead of SAGE project.</li>
+						<li>People with less exposure to Sage can also contribute by submitting documentation.</li>
+						<li>Will be conducted at the end of each day. Around 4-8 in the evening.</li>
+				</ul>
+		</div>
+</div>
+</body>
+
 {% endblock %}