blob: cae27df2c923d8a973e35ec670d7a4dd1c0ee376 (
plain) (
tree)
|
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Project Horizon, by Adélie Linux</title>
<meta name="description" content="Information about Adélie Linux's revolutionary installation system, Project Horizon."/>
<meta name="author" content="Adélie Linux team"/>
<link rel="stylesheet" href="https://oldwww.adelielinux.org/css/bigone.css" type="text/css" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://oldwww.adelielinux.org/css/adelie.desktop.css" media="screen and (min-width: 761px)" type="text/css" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://oldwww.adelielinux.org/css/adelie.mobile.css" media="screen and (max-width: 760px)" type="text/css" crossorigin="anonymous"/>
<!--[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://www.adelielinux.org/assets/images/gen_polylogo_white_color_x54.png" alt="[Penguin]"></li>
<li><a href="//www.adelielinux.org/">Adélie Home</a></li>
<li><a href="https://git.adelielinux.org/adelie/horizon/">Horizon Git</a></li>
<li><a href="script/">Script Reference</a></li>
<li><a href="requirements/">Functional Req's</a></li>
<li><a href="coverage/">Coverage Report</a></li>
<li><a href="https://git.adelielinux.org/adelie/horizon/-/issues">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 revolutionary, next-generation installation system for Adélie Linux.
Install Adélie on your desktop or portable computer using the friendly UI wizard,
or deploy Adélie to your server cluster with HorizonScript.</p>
<p class="center">
<a href="https://distfiles.adelielinux.org/adelie/1.0/iso/rc2/" 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/html/install/" class="ym-button ym-xlarge">Handbook</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 <code>installfile</code>s.</p>
</div>
</div>
<div class="ym-g33 ym-gl">
<div class="ym-gbox">
<h3 class="center">For Contributors</h3>
<p>Read <a href="vision/">Horizon Vision</a> and the <a href="requirements/">Functional Requirements Specification</a>.
View <a href="https://git.adelielinux.org/adelie/horizon/">the Git repository</a> and <a href="/coverage/">the current code coverage report</a>.</p>
</div>
</div>
<div class="ym-g33 ym-gr">
<div class="ym-gbox">
<h3 class="center">For End-Users</h3>
<p>Read the <a href="https://help.adelielinux.org/html/install/">Installation Handbook.</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="ym-wrapper center">
<div class="ym-wbox">
Copyright © 2015-2022 Adélie Linux Team. <a href="https://git.adelielinux.org/adelie/horizon/tree/master/devel/">Site</a> licensed under CC BY-NC-SA 4.0 and others.
</div>
</div>
</footer>
</body>
</html>
|