]> git.deb.at Git - deb/hackedgotchi.git/blob - templates/index.html.tmpl
Add atom feed
[deb/hackedgotchi.git] / templates / index.html.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3 <html>
4
5 <head>
6 <title><TMPL_VAR name></title>
7 <meta name="generator" content="<TMPL_VAR generator ESCAPE="HTML">">
8 <link rel="stylesheet" media="screen" type="text/css" href="boxless.css">
9 <link rel="icon" type="image/x-icon" href="favicon.ico">
10
11 <script type="text/javascript" src="/hide.js"></script>
12 <script type="text/javascript">
13 window.onload=hideHosts;
14 </script>
15 </head>
16
17 <body>
18 <TMPL_LOOP Items>
19 <TMPL_IF new_channel>
20 <TMPL_UNLESS __FIRST__>
21 </div>
22
23 </TMPL_UNLESS>
24 </TMPL_IF>
25 <TMPL_IF new_date>
26
27
28 <h1><TMPL_VAR new_date></h1>
29 </TMPL_IF>
30 <TMPL_IF new_channel>
31
32 <div class="channel">
33 <TMPL_IF channel_face>
34 <a href="<TMPL_VAR channel_link ESCAPE="HTML">"><img class="face" src="heads/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt=""></a>
35 </TMPL_IF>
36 <h2><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a>
37 <script type="text/javascript">
38 document.write( "<a href=\"#\" id=\"<TMPL_VAR link ESCAPE=\"html\">_hide\" onClick=\"exclude( '<TMPL_VAR link ESCAPE=\"html\">' ); hideHosts(); return false;\"><img src=\"/minus-8.png\" style=\"border: none;\" title=\"Hide Author\" alt=\"Hide Author\" height=\"8\" width=\"8\"></a> <a href=\"#\" id=\"<TMPL_VAR link ESCAPE=\"html\">_show\"  style=\"display:none;\" onClick=\"show( '<TMPL_VAR link ESCAPE=\"html\">' );  return false;\"><img src=\"/plus-8.png\" style=\"border: none;\" title=\"Show Author\" alt=\"Show Author\" height=\"8\" width=\"8\"></a>" );
39 </script>
40 </h2>
41 </TMPL_IF>
42 <div id="<TMPL_VAR link ESCAPE="html">" class="<TMPL_VAR link ESCAPE="html">">
43 <div class="entry">
44 <TMPL_IF title>
45 <h3><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h3>
46 </TMPL_IF>
47 <div class="content">
48 <TMPL_VAR content>
49 </div>
50 <p class="date">
51 <a href="<TMPL_VAR link>"><TMPL_VAR date></a>
52 <TMPL_IF author>
53
54 by <TMPL_VAR author>
55 </TMPL_IF>
56 <TMPL_IF category>
57
58 under <TMPL_VAR category>
59 </TMPL_IF>
60 <TMPL_IF comments>
61
62 (<a href="<TMPL_VAR comments ESCAPE="HTML">">Comments</a>)
63 </TMPL_IF>
64 </p>
65 </div>
66 </div>
67 </TMPL_LOOP>
68 </div>
69
70
71 <div id="sidebar">
72 <h1><TMPL_VAR name></h1>
73 <div id="logo"><img src="debian.png" width="101" height="124" alt=""></div>
74
75 <h1>Search</h1>
76 <form method="GET" action="/cgi-bin/search.cgi">
77 <input type="text" name="terms" value="">
78 </form>
79
80 <p>
81 A complete feed is available in any of your favourite syndication formats
82 linked by the buttons below.
83 </p>
84
85 <p>
86 <a href="rss10.xml"><img class="button" src="rss10.png" width="80" height="15" alt="[RSS 1.0 Feed]"></a>
87 <a href="rss20.xml"><img class="button" src="rss20.png" width="80" height="15" alt="[RSS 2.0 Feed]"></a>
88 <a href="atom.xml"><img class="button" src="atom.png" width="80" height="15" alt="[Atom Feed]"></a>
89 <a href="foafroll.xml"><img class="button" src="foaf.png" width="80" height="15" alt="[FOAF Subscriptions]"></a>
90 <a href="opml.xml"><img class="button" src="opml.png" width="80" height="15" alt="[OPML Subscriptions]"></a>
91 <a href="http://www.catb.org/hacker-emblem/"><img class="button" src="hacker.png" width="80" height="15" alt="[Hacker]"></a>
92 <a href="http://www.planetplanet.org/"><img class="button" src="planet.png" width="80" height="15" alt="[Planet]"></a>
93 </p>
94
95 <p>
96 Last updated: <TMPL_VAR date>.<br>
97 All times are UTC.<br>
98 Contact: &lt;<a href="mailto:planet@debian.org">planet@debian.org</a>&gt;
99 </p>
100
101 <div id="unhide-all" style="display:none;">
102 <h2>Hidden Feeds</h2>
103 <p>You currently have hidden entries.  <a href="#" onClick="excludeNone(); return false">Show all</a></p>
104 </div>
105
106 <h2>Subscriptions</h2>
107 <ul>
108 <TMPL_LOOP Channels>
109 <li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a> <a href="<TMPL_VAR url ESCAPE="HTML">">(feed)</a></li>
110 </TMPL_LOOP>
111 </ul>
112 </div>
113 </body>
114
115 </html>