-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
230 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,230 @@ | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | ||
|
||
<title> | ||
Sprints - | ||
PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria | ||
</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="/css/bootstrap.css" rel="stylesheet"> | ||
|
||
<link href="/css/pyconau.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<!-- NAVBAR | ||
================================================== --> | ||
<body> | ||
<div class="navbar-wrapper"> | ||
<div class="container-fluid"> | ||
<nav class="navbar navbar-inverse navbar-static-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/">PyCon Australia 2016</a> | ||
</div> | ||
|
||
|
||
|
||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
|
||
<li><a href="/about/pycon_australia">PyCon Australia</a></li> | ||
|
||
<li><a href="/about/venue">Venue</a></li> | ||
|
||
<li><a href="/about/code_of_conduct">Code of Conduct</a></li> | ||
|
||
<li><a href="/about/financial_assistance">Financial Assistance</a></li> | ||
</ul> | ||
</li> | ||
<li class=""><a href="/media/news">News</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Sponsors<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
|
||
<li><a href="/sponsors/sponsors">Sponsors</a></li> | ||
|
||
<li><a href="/sponsors/contributor">Contributor</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Programme<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
|
||
<li><a href="/programme/friday_-_miniconfs">Friday - Miniconfs</a></li> | ||
|
||
<li><a href="/programme/schedule/saturday">Saturday - Conference day one</a></li> | ||
|
||
<li><a href="/programme/schedule/sunday">Sunday - Conference day two</a></li> | ||
|
||
<li><a href="/sprints">Monday - Sprints</a></li> | ||
|
||
<li><a href="/sprints">Tuesday - Sprints</a></li> | ||
|
||
<li><a href="/programme/djangocon_au">DjangoCon AU</a></li> | ||
|
||
<li><a href="/programme/python_in_education_seminar">Python in Education Seminar</a></li> | ||
|
||
<li><a href="/programme/science_and_data_miniconf">Science and Data Miniconf</a></li> | ||
|
||
<li><a href="/programme/internet_of_things_miniconf">Internet of Things Miniconf</a></li> | ||
|
||
<li><a href="/programme/call_for_proposals">Call for Proposals</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Register<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
|
||
<li><a href="/register/status">Status</a></li> | ||
|
||
<li><a href="/register/prices">Prices</a></li> | ||
|
||
<li><a href="/register/accommodation">Accommodation</a></li> | ||
|
||
<li><a href="/register/terms_and_conditions">Terms and Conditions</a></li> | ||
</ul> | ||
</li> | ||
<li class="selected"><a href="/contact">Contact</a></li> | ||
<li class=""><a href="/wiki">Wiki</a></li> | ||
|
||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Account<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li ><a href="/person/signin"><span class="l"></span><span class="r"></span><span class="t">Sign in</span></a></li> | ||
|
||
|
||
|
||
<li ><a href="/person/new"><span class="l"></span><span class="r"></span><span class="t">Create an account</span></a></li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-10"><div class="wrapper"> | ||
<div id="flash"> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<h1>Sprints</h1> | ||
<!--- This page was completely lost; copied content from 2017 version, which gets the general point across. --> | ||
|
||
<p></p> | ||
<span><div class="block-rich_text"><div class="rich-text"><p> | ||
Monday and Tuesday of the conference are where we hold the "sprints". These are a tradition of PyCons around the world. | ||
</p> | ||
<p> | ||
Open source sprints are where developers, designers and documentors sit | ||
down together to put into practice all the features and bug fixes | ||
they've been thinking about, taking advantage of the "high bandwidth" | ||
face-to-face setting to share experience, knowledge and of course pull | ||
requests! | ||
</p><p> | ||
They are self-directed/self-organised, so whoever wants to volunteer to | ||
lead a sprint effort can do so. Most sprints welcome new contributors | ||
and we encourage projects to identify issues suitable for first timers. | ||
If you have never contributed to open source software before, we invite | ||
you to join us and make a start at PyCon Australia! All you have to | ||
bring is your enthusiasm and your laptop. <br/></p></div></div> | ||
<div class="block-raw_html"><iframe width="560" height="315" src="https://www.youtube.com/embed/6NUBO1DDQAY" frameborder="0" allowfullscreen></iframe></div> | ||
<div class="block-rich_text"><div class="rich-text"><p><i>Tennessee Leeuwenburg's talk about sprints, from PyCon AU 2015</i> | ||
</p><p> | ||
<b>Thinking about leading a sprint?</b> Check out the <a href="https://us.pycon.org/2016/community/sprints/sprintprep/">sprint preparation tips</a> (from PyCon US 2016) and the <a href="http://opensource-events.com/">In-Person Event Handbook</a>. | ||
</p> | ||
<p> | ||
<b>Sprint attendees</b>, check out these arguments for <a href="http://pycon.blogspot.com.au/2016/03/why-not-join-sprints-this-year-at-pycon.html">why not join the sprints?</a> and <a href="http://pycon.blogspot.com.au/2016/05/how-to-get-ready-for-pycon-development.html">how to get ready for the development sprints</a> (also from PyCon US 2016, so not totally the same as here, but pretty similar!). | ||
</p></div></div></span> | ||
|
||
|
||
|
||
|
||
|
||
</div></div> | ||
<div class="col-md-1 wrapper text-center"> | ||
<h4>Sponsors</h4> | ||
<br><b>Platinum</b> | ||
<br><img class="img-responsive center-block" title="Centric Web Estate" src="/img/logos/dev-demand.png"> | ||
<br><img class="img-responsive center-block" title="Iress" src="/img/logos/iress.png"> | ||
<br><b>Gold</b> | ||
<br><img class="img-responsive center-block" title="Google" src="/img/logos/google.png"> | ||
<br><img class="img-responsive center-block" title="Optiver" src="/img/logos/optiver.png"> | ||
<br><img class="img-responsive center-block" title="HPE" src="/img/logos/HPE.png"> | ||
<br><img class="img-responsive center-block" title="AARNET" src="/img/logos/aarnet_sponsor_page.png"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<script src="/js/validator.min.js"></script> | ||
<script src="/js/sorttable.js"></script> | ||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<script src="/js/ie10-viewport-bug-workaround.js"></script> | ||
|
||
<!-- Sidebar Menu Toggle Script --> | ||
<script> | ||
$("#menu-toggle").click(function(e) { | ||
e.preventDefault(); | ||
$("#wrapper").toggleClass("toggled"); | ||
}); | ||
</script> | ||
</body> | ||
</html> | ||
|