summaryrefslogtreecommitdiff
blob: 1d1a3a0bc56a35cdc1dc2c0e413190cafa2b06e2 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Gentoo Universe Archives</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="Planet Gentoo" href="rss20.xml">
</head>

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


<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>


<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/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.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> |
          <a href="http://www.gentoo.org/main/en/support.xml" class="menulink">Support</a>
          <a href="http://planet.gentoo.org/" class="menulink">Planet</a>
</div></td>


</tr>
<tr>


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

<div class='altmenu'>
<br>Bugs? Comments? Suggestions? <a href="http://www.gentoo.org/proj/en/userrel/planet/">Contact us!</a>

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

</div>
</td>


<td class="content">

<div id="intro">
<img src="/images/gentoo.gif"><p>Welcome to the <b>Gentoo Universe</b> archives.  Also available for <a href="http://planet.gentoo.org/archives/">Planet Gentoo</a>.</p>
</div>

<?
	$scandir = scandir('./', 1);
	echo "<ul>";
	foreach ($scandir as $curdir) {
		if ( $curdir == "index.php" || $curdir == ".." || $curdir == "." ) continue;
		$cscan = scandir('./' . $curdir, 1);
		foreach($cscan as $filename) {
			if ( $filename == "." || $filename == ".." ) continue;
			echo "<li> <a href='$curdir/$filename'>$filename</a></li>\n";
		}
	}
	echo "</ul>";
?>

</td></tr>


<tr><td colspan="2" class="footer">
Gentoo Design, Copyright 2001-2010 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>