-
Notifications
You must be signed in to change notification settings - Fork 218
/
Copy pathindex.html.tmpl
142 lines (127 loc) · 6.16 KB
/
index.html.tmpl
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
<!doctype html>
<html>
<head>
<title><TMPL_VAR name></title>
<meta charset="utf-8" />
<meta name="generator" content="<TMPL_VAR generator ESCAPE="HTML">" />
<link href="#" rel="apple-touch-icon" />
<link rel="stylesheet" href="static/css/screen.css" media="screen, projection" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="static/css/ie.css" media="screen, projection" />
<script type="text/javascript" src="static/js/html5.js"></script>
<![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="/static/i/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/i/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/i/favicon-16x16.png">
<link rel="manifest" href="/static/i/site.webmanifest">
<link rel="shortcut icon" href="/static/i/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/static/i/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="alternate" href="http://planet.clojure.in/atom.xml" type="application/rss+xml" title="Planet Clojure RSS Feed" />
<!-- <link rel="alternate" href="http://feeds.feedburner.com/clojure" type="application/rss+xml" title="Planet Clojure RSS Feed" />-->
</head>
<body>
<div id="planet">
<div id="main">
<div id="main-content">
<header id="header">
<h1><a href="" id="title"><span><TMPL_VAR name></span></a></h1>
</header>
<TMPL_LOOP Items>
<section class="entry">
<aside class="aside">
<!-- <img src="static/i/favicon.gif" alt="Name of the Site" /> -->
<h2><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">"><TMPL_VAR channel_name></a></h2>
<p>
<TMPL_VAR date>
<br />
<a href="<TMPL_VAR channel_link ESCAPE="HTML">">Feed URL</a>
</p>
</aside>
<article class="article">
<h2><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h2>
<p>
<TMPL_VAR content>
</p>
<p class="meta"><a href="<TMPL_VAR link ESCAPE="HTML">">Permalink</a></p>
</article>
</section>
</TMPL_LOOP>
<footer id="footer">
<p>
Copyright © 2009, Planet Clojure. No rights reserved.
<br />
Planet Clojure is maintained by <a href="http://freegeek.in/">Baishamapayan Ghose</a>.
<br />
Clojure and the Clojure logo are Copyright © 2008-2009, Rich Hickey.
<br />
Theme by <a href="http://brajeshwar.com/">Brajeshwar</a>.
</p>
</footer>
</div>
</div>
<div id="sidebar">
<div id="sidebar-content">
<section id="search">
<form action="http://www.google.com/cse" id="cse-search-box">
<input type="hidden" name="cx" value="013940287744875509343:60ybe0lrjm4" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="input-txt" />
<input type="submit" name="sa" value="Search" />
</form>
</section>
<section id="about" class="sidebar-list">
<h3>About</h3>
<p>Planet Clojure is a meta blog that collects posts from the blogs of various <a href="http://clojure.org/">Clojure</a> hackers and contributors.</p>
<p>It is edited by <a href="http://freegeek.in/">Baishampayan Ghose</a> and <a href="http://alexott.net/en/index.html">Alex Ott</a>. Please <a href="http://github.com/ghoseb/planet.clojure">send them a patch</a> if you want your blog to be syndicated here.</p>
</section>
<section class="sidebar-list">
<h3>Subscriptions</h3>
<ul>
<TMPL_LOOP Channels>
<li>
<a <TMPL_IF link>href="<TMPL_VAR link ESCAPE="HTML">" </TMPL_IF><TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a>
</li>
</TMPL_LOOP>
</ul>
</section>
<section class="sidebar-list">
<h3>Planetarium</h3>
<ul>
<li><a href="http://planet.lisp.org/">Planet Lisp</a></li>
<!-- <li><a href="http://www.planetscala.com/">Planet Scala</a></li>-->
<li><a href="https://planet.scheme.org">Planet Scheme</a></li>
<!-- <li><a href="http://planetjdk.org/">Planet JDK</a></li>-->
<li><a href="https://planet.haskell.org">Planet Haskell</a></li>
<!-- <li><a href="http://www.planeterlang.org">Planet Erlang</a></li>-->
<li><a href="http://planet.python.org">Planet Python</a></li>
<!-- <li><a href="http://planetruby.0x42.net">Planet Ruby</a></li>-->
<!-- <li><a href="http://planet.perl.org">Planet Perl</a></li>-->
</ul>
</section>
<section class="sidebar-list">
<h3>Syndicate</h3>
<ul>
<li><a href="http://planet.clojure.in/atom.xml">RSS</a></li>
<!-- <li><a href="http://feeds.feedburner.com/clojure">RSS</a></li>-->
<li><a href="opml.xml">OPML</a></li>
<li><a href="foafroll.xml">FOAF</a></li>
</ul>
</section>
</div>
</div>
</div>
<!-- GOOG Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12235178-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = 'async';
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</body>
</html>