-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
90 lines (82 loc) · 5.79 KB
/
about.html
File metadata and controls
90 lines (82 loc) · 5.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The GoOSe Project — About</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="active" 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 class="entry-meta">
<!-- <div class="comments"><a href="./about.html#disqus_thread" title="Comment on About">Leave a comment</a></div> -->
<span class="cat-links"></span>
</div> <!-- /#entry-meta -->
<div class="main">
<h2 class="entry-title"><a href="./about.html" title="Permalink to About" rel="bookmark">About</a></h2>
<div class="entry-content">
<p>The GoOSe Project creates a Linux distribution of a Prominent North American Enterprise Linux Vendor. They object to being referred to by name in the context of clones and ports of their distribution. GoOSe Linux is similar to CentOS and Scientific Linux in form, thus should make it clear upon what Upstream version it is based.</p>
<p>GoOSe Linux, the resulting distribution, is the result of the hard work of many individuals worldwide who have given their time and talent to open source. The GoOSe Project aims to provide the best of breed Enterprise Linux Rebuild along with the best documentation and community support. We believe that a good Linux distribution starts first with an excellent community.</p>
<div class="section" id="ethos">
<h2>Ethos</h2>
<p>At the GoOSe Project we believe in building a community around the process of building Enterprise Linux from scratch. Our end goal is to provide a system that is not only reproducible by others, but also built by the many hands of friends. Read more about our ethos <a class="reference external" href="https://github.com/gooseproject/main/wiki/gooseproject_ethos">here</a></p>
<p>The GoOSe Project is different from CentOS and Scientific Linux in a few ways, though some of the results are the same. The GoOSe project focuses on the following aspects:</p>
<blockquote>
<ul class="simple">
<li>Building a sustainable and lasting community of users <strong>*and*</strong> contributors</li>
<li>A documentation project which is targeted at explaining the entire process of rebuilding Enterprise Linux</li>
<li>As a result of the goals above, The GoOSe Projects produces a free and open source Enterprise Linux Rebuild (EL Rebuild), appropriately named 'GoOSe Linux'</li>
</ul>
</blockquote>
<p>Recently there has been a question about a similar project, AscendOS, and GoOSe. While both projects believe that it is important to create communities to build an Enterprise Linux system, at this time both projects are separate, but communicative of issues and goals.</p>
</div>
<div class="section" id="download-the-latest-build">
<h2>Download the Latest Build</h2>
<p>The latest (and first) release of GoOSe Linux is currently 6.0 and in the Final testing phase. It can be downloaded at <a class="reference external" href="http://get.gooseproject.org/">http://get.gooseproject.org</a>. A mirror list is in the works as well, so watch for that in the near future. Additional download options can be found at our <a class="reference external" href="downloads.html">downloads</a> page.</p>
</div>
<div class="section" id="read-the-documentation">
<h2>Read the Documentation</h2>
<p>Currently available is the draft documentation entitled, 'How to Cook a GoOSe'. This document will eventually cover the front-to-back of how to rebuild Enterprise Linux. Additional documentation is available on the GoOSe Project wiki at github. Here are a few highlights and ideas.</p>
<blockquote>
<ul class="simple">
<li><a class="reference external" href="https://github.com/gooseproject/main/blob/master/README.rst">README</a></li>
<li><a class="reference external" href="https://github.com/gooseproject/main/wiki/How-to-Cook-A-GoOSe">How to Cook A GoOSe (front-to-back rebuild documentation)</a></li>
</ul>
</blockquote>
</div>
</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>