-
-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathindex.html.tmpl
More file actions
146 lines (132 loc) · 5.57 KB
/
index.html.tmpl
File metadata and controls
146 lines (132 loc) · 5.57 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><TMPL_VAR name></title>
<link media="screen" href="/static/styles/screen-switcher-default.css"
type="text/css" id="screen-switcher-stylesheet" rel="stylesheet" />
<link rel="stylesheet" type="text/css" media="scReen" href="/static/styles/netscape4.css" />
<link rel="stylesheet" type="text/css" media="print" href="/static/styles/print.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="/static/styles/largestyles.css" title="large text" />
<link media="screen" href="/static/styles/defaultfonts.css" type="text/css"
rel="alternate stylesheet" title="default fonts" />
<meta name="generator" content="<TMPL_VAR generator>" />
<meta name="keywords"
content="Python weblog blog blogs blogger weblogger aggregator rss" />
<meta name="description" content="Recent postings from Python-related blogs." />
<link rel="alternate" type="application/rss+xml" title="RSS"
href="rss20.xml" />
<style>
/* Make images responsive */
img {
border: 0;
height: auto;
max-width: 100%;
display: block;
padding-top: 5px;
padding-bottom: 35px;
}
</style>
</head>
<body>
<!-- Logo -->
<h1 id="logoheader">
<a href="/" id="logolink" accesskey="1"><img id="logo"
src="/static/images/python-logo.gif" alt="homepage" border="0" /></a>
</h1>
<!-- Skip to Navigation -->
<div class="skiptonav"><a href="#left-hand-navigation" accesskey="2"><img src="/static/images/trans.gif" id="skiptonav" alt="skip to navigation" border="0" /></a></div>
<div class="skiptonav"><a href="#content-body" accesskey="3"><img src="/static/images/trans.gif" id="skiptocontent" alt="skip to content" border="0" /></a></div>
<div id="content-body">
<div id="body-main">
<h1 class="pageheading"><TMPL_VAR name></h1>
<p>Last update: <TMPL_VAR date>
<TMPL_LOOP Items>
### Visually distinguish articles from different days by checking for
### the new_date flag. This demonstrates the <TMPL_IF varname> ... </TMPL_IF>
### check.
<TMPL_IF new_date>
<h2><TMPL_VAR new_date></h2>
</TMPL_IF>
### Group consecutive articles by the same author together by checking
### for the new_channel flag.
<TMPL_IF new_channel>
<hr /><h3 class="post"><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a></h3>
</TMPL_IF>
<TMPL_IF title>
<h4><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h4>
</TMPL_IF>
<p>
<TMPL_VAR content>
</p>
<p>
<em><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_IF creator>by <TMPL_VAR creator> at </TMPL_IF><TMPL_VAR date></a></em>
</p>
</TMPL_LOOP>
</div>
</div>
<div id="left-hand-navigation">
<div id="menu">
<ul class="level-one">
<li>
<ul class="level-two">
<li><a href="rss20.xml">RSS feed</a></li>
<li><a href="titles_only.html">Titles Only</a></li>
<li><a href="http://www.planetplanet.org/">Powered by Planet!</a></li>
</ul></li>
<li>Other Python Planets
<ul class="level-two">
<li><a href="http://terri.toybox.ca/python-soc/">Python Summer of Code</a></li>
<li><a href="http://www.afpy.org/planet/">Planet Python Francophone</a></li>
<li><a href="http://planeta.python.org.ar/">Planet Python Argentina</a></li>
<li><a href="http://planet.python.org.br/">Planet Python Brasil</a></li>
<li><a href="http://pl.python.org/planeta/">Planet Python Poland</a></li>
</ul></li>
<li>Python Libraries
<ul class="level-two">
<li><a href="http://planet.laptop.org/">OLPC</a></li>
<li><a href="http://planet.pysoy.org/">PySoy</a></li>
<li><a href="http://planet.scipy.org/">SciPy</a></li>
<li><a href="http://planet.sympy.org/">SymPy</a></li>
<li><a href="http://planet.twistedmatrix.com/">Twisted</a></li>
</ul></li>
<li>Python/Web Planets
<ul class="level-two">
<li><a href="http://planet.cherrypy.org/">CherryPy</a></li>
<li><a href="http://www.djangoproject.com/community/">Django Community</a></li>
<li><a href="http://planet.plone.org/">Plone</a></li>
<li><a href="http://planet.turbogears.org/">Turbogears</a></li>
</ul></li>
<li>Other Languages
<ul class="level-two">
<li><a href="http://planet.haskell.org/">Haskell</a></li>
<li><a href="http://planet.lisp.org/">Lisp</a></li>
<li><a href="http://planet.parrotcode.org/">Parrot</a></li>
<li><a href="http://planet.perl.org/">Perl</a></li>
<li><a href="http://planetruby.0x42.net/">Ruby</a></li>
</ul></li>
<li>Databases
<ul class="level-two">
<li><a href="http://www.planetmysql.org/">MySQL</a></li>
<li><a href="http://planet.postgresql.org/">PostgreSQL</a></li>
<li><a href=""></a></li>
</ul></li>
<li>Subscriptions
<ul class="level-two">
<li><a href="opml.xml">[OPML feed]</a></li>
<TMPL_LOOP Channels>
<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a>
</li>
</TMPL_LOOP>
<li>
<i>
To request addition or removal,
<a href="https://github.com/python/planet">open a PR or issue</a>
</i>
</li>
</ul></li>
</ul>
</div>
</div>
</body>
</html>