templates/sprint_info.html
author nishanth
Fri, 03 Sep 2010 16:37:03 +0530
branchanoop
changeset 245 30053a24a92a
parent 145 dec4a9b61534
permissions -rw-r--r--
updated the template
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
143
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     2
{% block title %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     3
What is a Sprint
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     4
{% endblock %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     5
{% block content %}
145
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
     6
<div class="document" id="what-is-a-sprint">
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
     7
		<h1 class="title">What is a Sprint?</h1>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
     8
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
     9
		<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>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    10
		<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>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    11
		<div class="section" id="sprints-in-sagedays-25">
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    12
				<h1>Sprints in SageDays 25:</h1>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    13
				<ul class="simple">
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    14
						<li>There will be introductory sessions for people new to sprints.</li>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    15
						<li>Will be guided by Prof. William Stein, the lead of SAGE project.</li>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    16
						<li>People with less exposure to Sage can also contribute by submitting documentation.</li>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    17
						<li>Will be conducted at the end of each day. Around 4-8 in the evening.</li>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    18
				</ul>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    19
		</div>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    20
</div>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    21
</body>
dec4a9b61534 sprint_info page is complete
nishanth
parents: 143
diff changeset
    22
143
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
    23
{% endblock %}