blob: 0a34f24e07042cd836358deb6f2d9ceb6b7bc104 (
plain) (
blame)
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Adélie Linux: Project Horizon</title>
<meta name="description" content="Information about the Adélie Linux installation system, Project Horizon"/>
<meta name="author" content="Adélie Linux team"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/core/base.min.css" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/screen/typography.css" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/forms/gray-theme.css" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/navigation/hlist.css" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/font/font-amal.css" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/adelie.css" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/adelie.desktop.css" media="screen and (min-width: 761px)" type="text/css"/>
<link rel="stylesheet" href="https://static.adelielinux.org/css/adelie.mobile.css" media="screen and (max-width: 760px)" type="text/css"/>
<!--[if lte IE 7]>
<link rel="stylesheet" href="yaml/core/iehacks.min.css" type="text/css"/>
<![endif]-->
</head>
<body>
<header class="adelie-red ym-clearfix">
<div class="ym-wrapper">
<nav class="ym-hlist adelie-red">
<ul>
<li class="nopad"><img src="https://static.adelielinux.org/img/header.png" alt="[Penguin]"></li>
<li><a href="//www.adelielinux.org/">Adélie Home</a></li>
<li><a href="https://code.foxkit.us/adelie/horizon/">Git</a></li>
<li><a href="/script/">HorizonScript Reference</a></li>
<li><a href="/vision/">Project Vision</a></li>
<li><a href="/requirements/">Functional Req's</a></li>
<li><a href="/coverage/">Coverage Report</a></li>
<li><a href="https://www.adelielinux.org/contribute.html">Contribute</a></li>
<li><a href="https://bts.adelielinux.org/buglist.cgi?product=Horizon&resolution=---">Issues</a></li>
</ul>
</nav>
</div>
</header>
<div id="main" class="ym-clearfix" role="main">
<div class="ym-wrapper center">
<div class="ym-wbox left info box">
<h1 class="center">Install. Deploy. With ease.</h1>
<p>Project Horizon is the next-generation installation system for Adélie Linux.</p>
<p class="center">
<a href="https://distfiles.adelielinux.org/adelie/1.0-beta4/iso/" class="ym-button ym-xlarge ym-danger">Download Adélie CD/USB</a>
<a href="/script/" class="ym-button ym-xlarge">HorizonScript Reference</a>
<a href="https://help.adelielinux.org/" class="ym-button ym-xlarge">Get Help</a>
</p>
</div>
<div class="ym-wbox left">
<div class="ym-grid linearize-level-1">
<div class="ym-g33 ym-gl">
<div class="ym-gbox">
<h3 class="center">For Administrators</h3>
<p>Read the <a href="/script/">official HorizonScript specification</a> and learn how to write your own installfiles.</p>
</div>
</div>
<div class="ym-g33 ym-gl">
<div class="ym-gbox">
<h3 class="center">For Developers</h3>
<p>Read <a href="/vision/">Horizon Vision</a> and the <a href="/requirements/">Functional Requirements Specification</a>.</p>
</div>
</div>
<div class="ym-g33 ym-gr">
<div class="ym-gbox">
<h3 class="center">For Maintainers</h3>
<p>View <a href="/coverage/">current code coverage</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="ym-wrapper center">
<div class="ym-wbox">
Copyright © 2015-2019 Adélie Linux Team. <a href="https://code.foxkit.us/adelie/horizon/tree/master/devel/">Site</a> licensed under CC BY-NC-SA 4.0 and others.
</div>
</div>
</footer>
</body>
</html>
|