-
Notifications
You must be signed in to change notification settings - Fork 1
/
archives.html
103 lines (70 loc) · 3.53 KB
/
archives.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<title>Julython Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="31 days and nights of Python">
<link href="./theme/css/main.css" rel="stylesheet" type="text/css"/>
<link href="./theme/css/pygments.css" rel="stylesheet" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
</head>
<body id="index" class="home">
<div class="navbar navbar-fixed-top" id="topnav">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="."><img class="logo" alt="julython.org" src="./theme/images/julython_logo_small.png"/> Blog</a>
<div class="nav">
<ul class="nav">
<li><a href="/talks/">Talks</a></li>
<li ><a href="./category/code.html">Code</a></li>
<li ><a href="./category/julython.html">Julython</a></li>
</ul>
</div>
</div>
</div>
</div>
<a href="https://github.com/julython/julython.org">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 9999;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<div class="container-narrow section-container ">
<div class="row-fluid">
<div class="">
<h1>Archives for Julython Blog</h1>
<dl>
<dt>Wed 02 January 2013</dt>
<dd><a href="./2013/Jan/using-tastypie-with-backbone-and-knockout/">Using Tastypie with Backbone and Knockout</a></dd>
<dt>Thu 27 December 2012</dt>
<dd><a href="./2012/Dec/julython-code-refresh/">Julython Code Refresh</a></dd>
<dt>Wed 12 December 2012</dt>
<dd><a href="./2012/Dec/julython-in-january-janulython/">Julython in January? J(an)ulython</a></dd>
</dl>
</div>
<hr />
<div class="footer">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31203363-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var disqus_shortname = 'julythonblog';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</body>
</html>