1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
6 <title>{{ name }}</title>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
8 <meta name="generator" content="{{ generator }}" />
9 <link rel="stylesheet" href="common/planet.css" type="text/css" />
10 <link rel="icon" type="image/x-icon" href="common/favicon.ico" />
11 <link href="rss10.xml" rel="alternate" type="application/rss+xml" title="RSS 1.0 Feed" />
12 <link href="rss20.xml" rel="alternate" type="application/rss+xml" title="RSS 2.0 Feed" />
13 <link href="atom.xml" rel="alternate" type="application/atom+xml" title="Atom Feed" />
15 <script type="text/javascript" src="common/hide.js"></script>
16 <script type="text/javascript">
18 window.onload=hideHosts;
25 <div id="upperheader">
27 <a href="./" title="Debian Home"><img src="common/Pics/openlogo-50.png" alt="Debian" width="50" height="61" /></a>
28 </div><!-- end logo -->
29 <p class="section">planet</p>
30 </div><!-- end upperheader -->
32 <p class="hidecss"><a href="#inner">Skip Quicknav</a></p>
34 <li><a href="http://www.debian.org/intro/about">About Debian</a></li>
35 <li><a href="http://www.debian.org/distrib/">Getting Debian</a></li>
36 <li><a href="http://www.debian.org/support">Support</a></li>
37 <li><a href="http://www.debian.org/devel/">Developers' Corner</a></li>
39 </div><!-- end navbar -->
40 <p id="breadcrumbs"><a href="http://planet.debian.org/">Planet Debian</a></p>
41 </div><!-- end header -->
44 {% for item in Items %}
45 {% ifchanged item.new_date %}
46 <h1>{{ item.new_date }}</h1>
50 {% ifchanged item.channel_name %}
51 {% if item.channel_face %}
52 <a href="{{ item.channel_link }}">
53 <img class="face" src="heads/{{ item.channel_face }}"
54 width="{{ item.channel_facewidth }}" height="{{ item.channel_faceheight }}"
55 alt="hackergotchi for {{ item.channel_author|safe }}" />
58 <h2 class="planet-title">
59 <a href="{{ item.channel_link }}" title="{{ item.channel_title }}">{{ item.channel_name|safe }}</a>
60 <script type="text/javascript">
62 document.write( "<a href=\"#\" id=\"{{ item.link }}_hide\" onClick=\"exclude( '{{ item.link }}' ); hideHosts(); return false;\"><img src=\"common/minus-8.png\" style=\"border: none;\" title=\"Hide Author\" alt=\"Hide Author\" height=\"8\" width=\"8\"><\/a> <a href=\"#\" id=\"{{ item.link }}_show\" style=\"display:none;\" onClick=\"show( '{{ item.link }}' ); return false;\"><img src=\"common/plus-8.png\" style=\"border: none;\" title=\"Show Author\" alt=\"Show Author\" height=\"8\" width=\"8\"><\/a>" );
67 <div id="{{ item.link }}" class="{{ item.link }}">
69 <h3 class="entry-title">
70 <a href="{{ item.link}}">{{ item.title }}</a>
73 {{ item.content|safe }}
76 <a href="{{ item.link }}">{{ item.date }}</a>
78 by {{ item.author|safe }}
87 {% if Config.search %}
88 <h1>{{ Config.searchtext }}</h1>
89 <form method="GET" action="/cgi-bin/search.cgi">
90 <input type="text" name="terms" value="">
95 {{ Config.syndicationtext }}
98 <a href="rss10.xml"><img class="button" src="common/rss10.png" width="80" height="15" alt="[RSS 1.0 Feed]"></a>
99 <a href="rss20.xml"><img class="button" src="common/rss20.png" width="80" height="15" alt="[RSS 2.0 Feed]"></a>
100 <a href="atom.xml"><img class="button" src="common/atom.png" width="80" height="15" alt="[Atom Feed]"></a>
101 <a href="foafroll.xml"><img class="button" src="common/foaf.png" width="80" height="15" alt="[FOAF Subscriptions]"></a>
102 <a href="opml.xml"><img class="button" src="common/opml.png" width="80" height="15" alt="[OPML Subscriptions]"></a>
103 <a href="http://www.catb.org/hacker-emblem/"><img class="button" src="common/hacker.png" width="80" height="15" alt="[Hacker]"></a>
104 <a href="http://www.intertwingly.net/code/venus/"><img class="button" src="common/planet.png" width="80" height="15" alt="[Planet]"></a>
107 {{ Config.lastupdatetext }} {{ date|date:"d M Y H:i" }}<br>{{ Config.utctext }}<br>
108 {{ Config.contacttext }} <a href="mailto:{{ owner_email }}">{{ owner_name }}</a>
110 <h2>{{ Config.otherplanettext }}</h2>
112 {% include "planets.html" %}
114 <div id="unhide-all" style="display:none;">
115 <h2>{{ Config.hiddenfeedstext }}</h2>
116 <p>{{ Config.hiddenfeedstext2 }} <a href="#" onClick="excludeNone(); return false">{{ Config.showalltext }}</a></p>
118 <h2>{{ Config.subscriptionstext }}</h2>
120 {% for channel in Channels %}
121 <li><a href="{{ channel.link }}" title="{{ channel.title }}">{{ channel.name|safe }}</a> <a href="{{ channel.url }}">({{ Config.feedtext }})</a></li>