-
Notifications
You must be signed in to change notification settings - Fork 4
/
archives.html
67 lines (60 loc) · 3.05 KB
/
archives.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The GoOSe Project — Archives</title>
<meta charset="utf-8" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" href="./theme/css/style.css" />
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&ver=3.3.2' type='text/css' media='all' />
<style type="text/css">
body.custom-background { background-color: #f5f5f5; }
</style>
<link rel="alternate" type="application/atom+xml"
title="The GoOSe Project — Flux Atom"
href="./" />
<!--[if lte IE 8]><script src="./theme/js/html5shiv.js"></script><![endif]-->
</head>
<body class="home blog custom-background " >
<div id="container">
<div id="header">
<h1 id="site-title"> <a href=".">The GoOSe Project</a> <img src="./theme/images/goose-logo.png" /></h1>
<h2 id="site-description">A Community Enterprise Linux Rebuild</h2> </div><!-- /#banner -->
<div id="menu">
<div class="menu-navigation-container">
<ul id="menu-navigation" class="menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="./about.html">About</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="./community.html">Community</a></li>
<li class="active" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="downloads.html">Download</a></li>
<li class="active" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="news.html">News</a></li>
</ul>
</div> <!--/#menu-navigation-container-->
</div><!-- /#menu -->
<div class="page-title">
</div>
<div id="contents">
<div class="page type-page status-publish hentry" id="post">
<div id="main">
<div class="entry-content">
<dl>
<dt>Thu 09 January 2014</dt>
<dd><a href="./proposal-goose-project-to-join-ascendos.html">Proposal: GoOSe Project to join AscendOS</a></dd>
<dt>Wed 27 February 2013</dt>
<dd><a href="./goose-linux-60-now-available.html">GoOSe Linux 6.0 Now Available</a></dd>
<dt>Sat 02 February 2013</dt>
<dd><a href="./goose-linux-60-final-test-compose-1-tc1.html">GoOSe Linux 6.0 Final Test Compose 1 (TC1)</a></dd>
<dt>Sat 22 December 2012</dt>
<dd><a href="./goose-linux-60-beta-release-candidate-5-rc5-now-available.html">GoOSe Linux 6.0 Beta Release Candidate 5 (RC5) Now Available!</a></dd>
<dt>Mon 20 February 2012</dt>
<dd><a href="./get-started-with-the-goose-project.html">Get Started with the GoOSe Project</a></dd>
</dl>
</div> <!-- /#entry-content -->
</div> <!-- /#main -->
</div> <!-- /#post -->
</div>
<div id="footer">
<p>Powered by <a href="http://pelican.readthedocs.org">Pelican</a>.</p>
</div><!-- /#footer -->
</div><!-- /#container -->
<div style="display:none"></div>
</body>
</html>