Skip to content

Commit b3961da

Browse files
committed
Djentle Django review
1 parent 9f8071e commit b3961da

28 files changed

+2527
-508
lines changed

archives.html

+29-14
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<body id="index" class="home">
2525

2626
<header id="banner" class="body">
27-
<h1><a href=".">NOVA Python </a></h1>
27+
<div style="height:60px">
28+
<h1 style="float:left"><a href=".">NOVA Python </a></h1>
29+
30+
<div class="social" style="float: right">
31+
<ul>
32+
<li><a href="http://blog.novapython.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
33+
34+
35+
36+
<li><a href="http://twitter.com/NOVAPython">@NOVAPython</a></li>
37+
38+
</ul>
39+
</div><!-- /.social -->
40+
</div>
41+
2842
<nav><ul>
2943

3044

@@ -43,6 +57,9 @@ <h1>Archives for NOVA Python</h1>
4357

4458
<dl>
4559

60+
<dt>Wed 15 August 2012</dt>
61+
<dd><a href="./djentle-django-followup.html">Djentle Django Followup</a></dd>
62+
4663
<dt>Sun 12 August 2012</dt>
4764
<dd><a href="./djentle-django-day-2.html">Djentle Django Day 2</a></dd>
4865

@@ -78,19 +95,6 @@ <h2>blogroll</h2>
7895
</ul>
7996
</div><!-- /.blogroll -->
8097

81-
82-
<div class="social">
83-
<h2>social</h2>
84-
<ul>
85-
<li><a href="http://blog.novapython.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
86-
87-
88-
89-
<li><a href="http://twitter.com/NOVAPython">@NOVAPython</a></li>
90-
91-
</ul>
92-
</div><!-- /.social -->
93-
9498
</section><!-- /#extras -->
9599

96100
<footer id="contentinfo" class="body">
@@ -114,5 +118,16 @@ <h2>social</h2>
114118

115119

116120

121+
<script type="text/javascript">
122+
// Test
123+
var disqus_shortname = 'novapythonblog';
124+
(function () {
125+
var s = document.createElement('script'); s.async = true;
126+
s.type = 'text/javascript';
127+
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
128+
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
129+
}());
130+
</script>
131+
117132
</body>
118133
</html>

author/ryan-day.html

+65-54
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<body id="index" class="home">
2525

2626
<header id="banner" class="body">
27-
<h1><a href="../.">NOVA Python </a></h1>
27+
<div style="height:60px">
28+
<h1 style="float:left"><a href="../.">NOVA Python </a></h1>
29+
30+
<div class="social" style="float: right">
31+
<ul>
32+
<li><a href="http://blog.novapython.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
33+
34+
35+
36+
<li><a href="http://twitter.com/NOVAPython">@NOVAPython</a></li>
37+
38+
</ul>
39+
</div><!-- /.social -->
40+
</div>
41+
2842
<nav><ul>
2943

3044

@@ -70,7 +84,7 @@ <h1 class="entry-title"><a href=".././djentle-django-day-1.html">Djentle Django
7084
<li>Typos. This could be addressed by the IDE though. Highlight unknown variables. This would save a LOT of time, trying code paths until you hit that one typo, and then have to navigate your way back to that file. If you don't do this everyday, this is time consuming and frustrating.</li>
7185
</ol>
7286
<p>So we need a better editor. I think that would increase enjoyment. I'll have to wait for the post-workshop surveys to come back as well though.</p>
73-
87+
<p>There are <a href=".././djentle-django-day-1.html#disqus_thread">comments</a>.</p>
7488
</article>
7589

7690
</aside><!-- /#featured -->
@@ -115,7 +129,7 @@ <h1><a href=".././djentle-django-day-2.html" rel="bookmark"
115129
Some participants were brand new to Linux as well. So there was alot of ground
116130
covered. Fortunately, Django is straight forward and pretty easy to work ...</p>
117131
<a class="readmore" href=".././djentle-django-day-2.html">read more</a>
118-
132+
<p>There are <a href=".././djentle-django-day-2.html#disqus_thread">comments</a>.</p>
119133
</div><!-- /.entry-content -->
120134
</article></li>
121135

@@ -127,31 +141,34 @@ <h1><a href=".././djentle-django-day-2.html" rel="bookmark"
127141

128142
<li><article class="hentry">
129143
<header>
130-
<h1><a href=".././june-nova-python-meetup.html" rel="bookmark"
131-
title="Permalink to June Nova Python Meetup">June Nova Python Meetup</a></h1>
144+
<h1><a href=".././djentle-django-followup.html" rel="bookmark"
145+
title="Permalink to Djentle Django Followup">Djentle Django Followup</a></h1>
132146
</header>
133147

134148
<div class="entry-content">
135149
<footer class="post-info">
136-
<abbr class="published" title="2012-06-22T00:00:00">
137-
Fri 22 June 2012
150+
<abbr class="published" title="2012-08-15T00:00:00">
151+
Wed 15 August 2012
138152
</abbr>
139153

140154

141155
<address class="vcard author">
142156
By <a class="url fn" href=".././author/ryan-day.html">Ryan Day</a>
143157
</address>
144158

145-
<p>In <a href=".././category/meetups.html">Meetups</a>. </p>
146-
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/meetup.html">meetup</a><a href=".././tag/paas.html">paas</a><a href=".././tag/aws.html">aws</a><a href=".././tag/zombies.html">zombies</a></p>
159+
<p>In <a href=".././category/workshops.html">Workshops</a>. </p>
160+
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/django.html">django</a><a href=".././tag/meta.html">meta</a></p>
147161

148162

149163
</footer><!-- /.post-info -->
150-
<p>Less than 24 hours after the meetup I’ve got my code deploying to The Cloud!
151-
Of course, my code is written in PHP, and my cloud is based on Rackspace...
152-
so I strayed a little bit from <a class="reference external" href="http://www.redmonocle.com/">Jen Rullmann's</a> presentation, but its the thought that counts. The workshop ...</p>
153-
<a class="readmore" href=".././june-nova-python-meetup.html">read more</a>
154-
164+
<p>Novapython's first Djentle Django workshop has been a great success. Thanks
165+
goes out to <a class="reference external" href="http://nvcc.edu">NVCC</a> for providing the space and equipment. Also thanks to
166+
<a class="reference external" href="http://willowtreeapps.com">Willow Tree Apps</a> for providing two days of lunch for everyone. Also, we
167+
should mention all the teachers and helpers that made this possible:</p>
168+
<ul class="simple">
169+
<li>Alan ...</li></ul>
170+
<a class="readmore" href=".././djentle-django-followup.html">read more</a>
171+
<p>There are <a href=".././djentle-django-followup.html#disqus_thread">comments</a>.</p>
155172
</div><!-- /.entry-content -->
156173
</article></li>
157174

@@ -163,14 +180,14 @@ <h1><a href=".././june-nova-python-meetup.html" rel="bookmark"
163180

164181
<li><article class="hentry">
165182
<header>
166-
<h1><a href=".././novapy-in-july.html" rel="bookmark"
167-
title="Permalink to Novapy in July">Novapy in July</a></h1>
183+
<h1><a href=".././june-nova-python-meetup.html" rel="bookmark"
184+
title="Permalink to June Nova Python Meetup">June Nova Python Meetup</a></h1>
168185
</header>
169186

170187
<div class="entry-content">
171188
<footer class="post-info">
172-
<abbr class="published" title="2012-07-21T00:00:00">
173-
Sat 21 July 2012
189+
<abbr class="published" title="2012-06-22T00:00:00">
190+
Fri 22 June 2012
174191
</abbr>
175192

176193

@@ -179,14 +196,15 @@ <h1><a href=".././novapy-in-july.html" rel="bookmark"
179196
</address>
180197

181198
<p>In <a href=".././category/meetups.html">Meetups</a>. </p>
182-
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/meetup.html">meetup</a><a href=".././tag/paas.html">paas</a><a href=".././tag/rackspace.html">rackspace</a><a href=".././tag/zombies.html">zombies</a></p>
199+
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/meetup.html">meetup</a><a href=".././tag/paas.html">paas</a><a href=".././tag/aws.html">aws</a><a href=".././tag/zombies.html">zombies</a></p>
183200

184201

185202
</footer><!-- /.post-info -->
186-
<p>Another entry in what is apparently an uninterrupted string of Novapy event updates!</p>
187-
<p>Last night <a class="reference external" href="http://twitter.com/#!/gekitsuu">&#64;gekitsuu</a> spoke about Rackspace and Python and Zombies. He covered Python integration with libcloud and MongoDB and how to work that into a Rackspace deployment. We all learned a little bit and had a lot ...</p>
188-
<a class="readmore" href=".././novapy-in-july.html">read more</a>
189-
203+
<p>Less than 24 hours after the meetup I’ve got my code deploying to The Cloud!
204+
Of course, my code is written in PHP, and my cloud is based on Rackspace...
205+
so I strayed a little bit from <a class="reference external" href="http://www.redmonocle.com/">Jen Rullmann's</a> presentation, but its the thought that counts. The workshop ...</p>
206+
<a class="readmore" href=".././june-nova-python-meetup.html">read more</a>
207+
<p>There are <a href=".././june-nova-python-meetup.html#disqus_thread">comments</a>.</p>
190208
</div><!-- /.entry-content -->
191209
</article></li>
192210

@@ -198,37 +216,30 @@ <h1><a href=".././novapy-in-july.html" rel="bookmark"
198216

199217
<li><article class="hentry">
200218
<header>
201-
<h1><a href=".././workshop-meeting-1.html" rel="bookmark"
202-
title="Permalink to Workshop Meeting #1">Workshop Meeting #1</a></h1>
219+
<h1><a href=".././novapy-in-july.html" rel="bookmark"
220+
title="Permalink to Novapy in July">Novapy in July</a></h1>
203221
</header>
204222

205223
<div class="entry-content">
206224
<footer class="post-info">
207-
<abbr class="published" title="2012-08-08T00:00:00">
208-
Wed 08 August 2012
225+
<abbr class="published" title="2012-07-21T00:00:00">
226+
Sat 21 July 2012
209227
</abbr>
210228

211229

212230
<address class="vcard author">
213231
By <a class="url fn" href=".././author/ryan-day.html">Ryan Day</a>
214232
</address>
215233

216-
<p>In <a href=".././category/workshops.html">Workshops</a>. </p>
217-
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/django.html">django</a><a href=".././tag/meta.html">meta</a></p>
234+
<p>In <a href=".././category/meetups.html">Meetups</a>. </p>
235+
<p>tags: <a href=".././tag/python.html">python</a><a href=".././tag/meetup.html">meetup</a><a href=".././tag/paas.html">paas</a><a href=".././tag/rackspace.html">rackspace</a><a href=".././tag/zombies.html">zombies</a></p>
218236

219237

220238
</footer><!-- /.post-info -->
221-
<p>Just finished a workshop related lunch with <a class="reference external" href="http://www.mattmakai.com/">Matt Makai</a>. Things are looking
222-
up and our plan is solid. We will have some pretty sleek presentations
223-
for our information as well. We discussed several things, most notably:</p>
224-
<ol class="arabic simple">
225-
<li>Static sites</li>
226-
<li>Github pages</li>
227-
<li>Common pitfalls of programming tutorials</li>
228-
</ol>
229-
<p>Dgentle Django's huge traction ...</p>
230-
<a class="readmore" href=".././workshop-meeting-1.html">read more</a>
231-
239+
<p>Another entry in what is apparently an uninterrupted string of Novapy event updates!</p>
240+
<p>Last night <a class="reference external" href="http://twitter.com/#!/gekitsuu">&#64;gekitsuu</a> spoke about Rackspace and Python and Zombies. He covered Python integration with libcloud and MongoDB and how to work that into a Rackspace deployment. We all learned a little bit and had a lot ...</p>
241+
<a class="readmore" href=".././novapy-in-july.html">read more</a>
242+
<p>There are <a href=".././novapy-in-july.html#disqus_thread">comments</a>.</p>
232243
</div><!-- /.entry-content -->
233244
</article></li>
234245

@@ -238,7 +249,9 @@ <h1><a href=".././workshop-meeting-1.html" rel="bookmark"
238249

239250
<p class="paginator">
240251

241-
Page 1 / 1
252+
Page 1 / 2
253+
254+
<a href=".././author/Ryan Day2.html">&raquo;</a>
242255

243256
</p>
244257

@@ -265,19 +278,6 @@ <h2>blogroll</h2>
265278
</ul>
266279
</div><!-- /.blogroll -->
267280

268-
269-
<div class="social">
270-
<h2>social</h2>
271-
<ul>
272-
<li><a href="http://blog.novapython.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
273-
274-
275-
276-
<li><a href="http://twitter.com/NOVAPython">@NOVAPython</a></li>
277-
278-
</ul>
279-
</div><!-- /.social -->
280-
281281
</section><!-- /#extras -->
282282

283283
<footer id="contentinfo" class="body">
@@ -301,5 +301,16 @@ <h2>social</h2>
301301

302302

303303

304+
<script type="text/javascript">
305+
// Test
306+
var disqus_shortname = 'novapythonblog';
307+
(function () {
308+
var s = document.createElement('script'); s.async = true;
309+
s.type = 'text/javascript';
310+
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
311+
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
312+
}());
313+
</script>
314+
304315
</body>
305316
</html>

0 commit comments

Comments
 (0)