summaryrefslogtreecommitdiff
blob: 77136fb572975e3a1099bc77f2d4778c1825768c (plain)
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
### Copyright 2004-2009 Gentoo Foundation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><TMPL_VAR name></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="image/x-icon" href="/favicon.ico" rel="shortcut icon">
<link rel="stylesheet" href="/planet.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="<TMPL_VAR name ESCAPE="HTML">" href="rss20.xml">
<link rel="alternate" type="application/atom+xml" title="<TMPL_VAR name ESCAPE="HTML">" href="atom.xml">
</head>

<body>
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tbody><tr>

### Gentoo logo
<td class="logobox">
<a href="http://www.gentoo.org/"><img alt="Gentoo Logo" src="/images/gtop-s.jpg" width="193" height="88"></a><br>
<a href="http://www.gentoo.org/"><img alt="Gentoo Logo Side" src="/images/gbot-s.gif" width="193" height="31"></a>
</td>

### Links across top
<td class="linkbar">
<div class="menu">
<a href="http://www.gentoo.org/main/en/about.xml" class="menulink">About</a> |
          <a href="http://www.gentoo.org/proj/en/metastructure/projects.xml?showlevel=1" class="menulink">Projects</a> |
          <a href="http://www.gentoo.org/main/en/philosophy.xml" class="menulink">Philosophy</a> |
          <a href="http://www.gentoo.org/doc/en/index.xml" class="menulink">Docs</a> |
          <a href="http://forums.gentoo.org/" class="menulink">Forums</a> |
          <a href="http://www.gentoo.org/main/en/lists.xml" class="menulink">Lists</a> |
          <a href="http://bugs.gentoo.org/" class="menulink">Bugs</a> |
          <a href="http://www.cafepress.com/officialgentoo/" class="menulink">Store</a> |
          <a href="http://www.gentoo.org/news/en/gmn/" class="menulink">GMN</a> |
          <a href="http://www.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> |
          <a href="http://www.gentoo.org/main/en/sponsors.xml" class="menulink">Sponsors</a>
</div></td>


</tr>
<tr>

### Subscriptions list down left menu
<td class="leftmenu">
<img alt="Gentoo Spaceship" src="/images/gridtest.gif" align="right" height="96" width="132"><br clear="all"><br>

<div class="altmenu"><b>Contributors:</b><br>
<TMPL_LOOP Channels>
. <a class="altlink" href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a><br>
</TMPL_LOOP>

<br><b>Last updated:</b><br>
<TMPL_VAR date>

<br><br><b>Disclaimer:</b><br>
Views expressed in the content published here do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation.

<br><br><div align="center">
<a href="rss20.xml">
<img src="/images/rss20.png" border="0" alt="Syndicate this Planet">
</a><br>
<a href="opml.xml">
<img src="/images/opml.png" border="0" alt="Blogroll">
</a><br>
</div>

<br>Bugs? Comments? Suggestions? Contact us:
<a href="mailto:planet@gentoo.org">planet@gentoo.org</a>

<br><br><b>Powered by:</b><br>
<a href="http://www.intertwingly.net/code/venus/">Planet Venus</a>

</div>
</td>

### The actual blog entries
<td class="content">

<div id="intro">
<img src="/images/gentoo.gif"><p><TMPL_VAR description></p>
</div>

<TMPL_LOOP Items>
<TMPL_IF new_date><div class="dateheading"><TMPL_VAR new_date></div></TMPL_IF>

<TMPL_IF new_channel>
<div class="personheading">
<span class="personheading">
<a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a>
</span>
<TMPL_IF channel_username>
a.k.a. <b><TMPL_VAR channel_username></b>
(<a href="http://dev.gentoo.org/~<TMPL_VAR channel_username ESCAPE="HTML">/">homepage</a>,
<a href="http://cia.vc/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>,
<a href="http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
</TMPL_IF>
<TMPL_IF channel_project>
 <b>(<TMPL_VAR channel_project ESCAPE="HTML">)</b>
</TMPL_IF>
</div>
</TMPL_IF>

<TMPL_IF title>
<div class="entryheading">
<span class="entryheading"><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></span> (<TMPL_VAR date>)
</div>
</TMPL_IF>

<table width="100%" style="table-layout:fixed"><tr><td>
<div class="entrycontent"><p>
<TMPL_IF channel_gravatar>
<img class="face" src="http://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&r=pg&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2F<TMPL_IF channel_face><TMPL_VAR channel_face ESCAPE="HTML"><TMPL_ELSE>tux.png</TMPL_IF>" alt="" align="right">
</TMPL_IF>
<TMPL_VAR content>
</p>
<TMPL_IF comments>
<p>
<span class="commentlink">
<a href="<TMPL_VAR comments ESCAPE="HTML">">Leave a comment</a>
</span>
</p>
</TMPL_IF>
</div>
</td></tr></table>

</TMPL_LOOP>

</td></tr>

### Copyright notice
<tr><td colspan="2" class="footer">
Gentoo Design, Copyright 2001-2009 Gentoo Foundation, Inc.<br>
Views expressed in the content shown above do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation.
</td></tr>
</tbody></table></body></html>