Initial commit of darkhorselinux.org static site
This commit is contained in:
189
pages/contact/index.html
Executable file
189
pages/contact/index.html
Executable file
@@ -0,0 +1,189 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Contact - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="Contact the Dark Horse Linux Project for press inquiries or investor relations.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, contact, support, press, investors">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/contact/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/contact/">
|
||||
<meta property="og:title" content="Contact - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="Contact the Dark Horse Linux Project for press inquiries or investor relations.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Contact - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="Contact the Dark Horse Linux Project for press inquiries or investor relations.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown active" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">CONTACT</h2>
|
||||
<p class="slogan-sm mb-0">Get in touch with the project</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="card tearoff-card subcard product-detail-card">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Community First</h2>
|
||||
<p>For technical questions, support, or general discussion about Dark Horse Linux, the <a href="../mailing-list/">contributor mailing list</a> is the best place to start. The community there can help with most inquiries and you'll benefit from the collective knowledge of everyone involved in the project.</p>
|
||||
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3 mt-4">Direct Contact</h2>
|
||||
<p>Some users are more comfortable with direct contact, and we understand that. For press inquiries, investor relations, or matters that require private correspondence, you can reach us using the contacts provided.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<h2 class="h5 text-uppercase font-weight-bold mb-3">Resources</h2>
|
||||
<ul class="list-unstyled mb-4">
|
||||
<li class="mb-0">
|
||||
<a href="mailto:pr@silogroup.org" class="resource-link">
|
||||
<i class="fas fa-bullhorn mr-2"></i> Public Relations
|
||||
</a>
|
||||
</li>
|
||||
<li class="mb-0">
|
||||
<a href="mailto:investors@silogroup.org" class="resource-link">
|
||||
<i class="fas fa-chart-line mr-2"></i> Investor Relations
|
||||
</a>
|
||||
</li>
|
||||
<li class="mb-0">
|
||||
<a href="../mailing-list/" class="resource-link">
|
||||
<i class="fas fa-envelope mr-2"></i> Mailing List
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
189
pages/dhlp-documentation/index.html
Executable file
189
pages/dhlp-documentation/index.html
Executable file
@@ -0,0 +1,189 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>DHLP: Documentation - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="Dark Horse Linux documentation. Contribute to and consume the DHLP documentation.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, documentation, guides, manual">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/dhlp-documentation/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/dhlp-documentation/">
|
||||
<meta property="og:title" content="DHLP: Documentation - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="Dark Horse Linux documentation. Contribute to and consume the DHLP documentation.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="DHLP: Documentation - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="Dark Horse Linux documentation. Contribute to and consume the DHLP documentation.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown active" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">DOCUMENTATION</h2>
|
||||
<p class="slogan-sm mb-0">Contribute to and consume the DHLP documentation</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="card tearoff-card subcard product-detail-card">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Documentation</h2>
|
||||
<p>The Dark Horse Linux documentation covers installation, configuration, package management, and system administration. Whether you're evaluating the distribution, setting up a development environment, or deploying to production, you'll find guides and reference material to help you get started.</p>
|
||||
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3 mt-4">Contributing</h2>
|
||||
<p>Documentation is a community effort. If you find gaps, errors, or areas that could use improvement, contributions are welcome. Clear, accurate documentation helps everyone in the community and is one of the most valuable ways to support the project. To coordinate contributions, join the <a href="../mailing-list/">developer mailing list</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<h2 class="h5 text-uppercase font-weight-bold mb-3">Resources</h2>
|
||||
<ul class="list-unstyled mb-4">
|
||||
<li class="mb-0">
|
||||
<a href="https://documentation.darkhorselinux.org" class="resource-link">
|
||||
<i class="fas fa-book mr-2"></i> Documentation
|
||||
</a>
|
||||
</li>
|
||||
<li class="mb-0">
|
||||
<a href="../mailing-list/" class="resource-link">
|
||||
<i class="fas fa-envelope mr-2"></i> Mailing List
|
||||
</a>
|
||||
</li>
|
||||
<li class="mb-0">
|
||||
<a href="https://public.darkhorselinux.org/" class="resource-link">
|
||||
<i class="fas fa-newspaper mr-2"></i> Publications Feed
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
185
pages/downloads/index.html
Executable file
185
pages/downloads/index.html
Executable file
@@ -0,0 +1,185 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>DHLP: Downloads - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="Download Dark Horse Linux LiveCD and installer images.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, download, ISO, LiveCD, installer">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/downloads/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/downloads/">
|
||||
<meta property="og:title" content="DHLP: Downloads - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="Download Dark Horse Linux LiveCD and installer images.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="DHLP: Downloads - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="Download Dark Horse Linux LiveCD and installer images.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown active" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">DOWNLOADS</h2>
|
||||
<p class="slogan-sm mb-0">LiveCD and installer images</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="card tearoff-card subcard product-detail-card">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Dark Horse Linux LiveCD</h2>
|
||||
<p>The LiveCD provides a fully functional Dark Horse Linux environment that runs entirely from memory. Boot from USB or optical media to explore the system, test hardware compatibility, or recover existing installations without modifying your disk.</p>
|
||||
<p>Current builds are pre-alpha and intended for testing and development purposes.</p>
|
||||
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3 mt-4">Installer ISO</h2>
|
||||
<p>The installer ISO will provide a guided installation process for deploying Dark Horse Linux to physical or virtual hardware. This is currently under development and will be available once the distribution reaches beta status.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<h2 class="h5 text-uppercase font-weight-bold mb-3">Resources</h2>
|
||||
<ul class="list-unstyled mb-4">
|
||||
<li class="mb-0">
|
||||
<a href="https://storage.darkhorselinux.org/iso/2023-05-28_DarkHorseLinux-PreAlpha-LiveCD-x86_64.iso" class="resource-link">
|
||||
<i class="fas fa-download mr-2"></i> Download Latest Image
|
||||
</a>
|
||||
</li>
|
||||
<li class="mb-0">
|
||||
<a href="https://storage.darkhorselinux.org/iso/" class="resource-link">
|
||||
<i class="fas fa-folder-open mr-2"></i> Older Image Downloads
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
233
pages/focus-on-utility/index.html
Executable file
233
pages/focus-on-utility/index.html
Executable file
@@ -0,0 +1,233 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Philosophy: Focus on Content - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="DHLP's egalitarian approach to contributions - based on utility and merit, not identity.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, philosophy, meritocracy, contributions">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/focus-on-utility/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/focus-on-utility/">
|
||||
<meta property="og:title" content="Philosophy: Focus on Content - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="DHLP's egalitarian approach to contributions - based on utility and merit, not identity.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Philosophy: Focus on Content - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="DHLP's egalitarian approach to contributions - based on utility and merit, not identity.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown active" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">FOCUSED ON PURPOSE</h2>
|
||||
<p class="slogan-sm mb-0">Contributions evaluated on merit alone</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">On Meritocracy</h2>
|
||||
<p>Meritocracy has turned into something else in recent years.</p>
|
||||
<p>Too many projects accept or reject contributions based entirely off who is making the contribution, or what company they work for, or mix up contribution merit with appeal to group politics, or a contributor's social status, or, the relationship between those projects and the developer's employer.</p>
|
||||
<p>This creates many problems that distract from the goal of the F/OSS movement -- from elitism, exclusive cliques and subcultures, cronyism, vulnerability to project hijacking by sponsor interest, and more, ultimately resulting in the stifling of innovation, and, often, the derailment of project development to create dependencies on external projects.</p>
|
||||
<p class="mb-0">Meritocracy is well intended, and was a step in the right direction, but it's not enough.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">An Egalitocracy</h2>
|
||||
<p>DHLP accepts contributions from almost anyone, however, the inclusion of contributions is a decision based entirely on the contributions' merit, purpose, and utility.</p>
|
||||
<p>Contributors and decision-makers on DHLP projects are expected to operate with this imperative.</p>
|
||||
<p>A utilitarian, egalitocratic paradigm in the context of a Linux distribution places emphasis on selecting contributions based on their utility, merit, and purpose, while consciously disregarding the identity of the contributor.</p>
|
||||
<p>This approach diverges from traditional meritocratic systems, which, although valuing the merit and effectiveness of contributions, still acknowledges the contributor's identity as a secondary factor of the inclusion decision.</p>
|
||||
<p class="mb-0">By solely focusing on the utility and merit of contributions, the utilitarian philosophy aims to create an environment free from personal biases, cronyism, and toxic politics, ultimately promoting a more equitable and inclusive software ecosystem. This paradigm shift within the open source community fosters the development of a robust, efficient, and fair Linux distribution that maximizes the overall benefit for all users and developers, transcending the limitations of conventional merit-based systems.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Inclusion</h2>
|
||||
<p class="mb-0">This allows for maximal inclusion.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Exceptions</h2>
|
||||
<p>The primary exceptions to this philosophy are those that abuse its intent. This is an exception provided by its utility.</p>
|
||||
<p>For issues that fall outside the definitions above, the project uses an approach called "<b><u>F</u></b>ix <b><u>A</u></b>ll <b><u>F</u></b>undamental <b><u>O</u></b>bstacles" (F.A.F.O.). This means that Chris Punches, as owner of SILO GROUP and Dark Horse Linux with full executive control, may choose to add or remove any contribution or contributor in any capacity he desires or can imagine, without need for explanation or cause.</p>
|
||||
<p class="mb-0">While avoided, this provision exists.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<a href="../philosophy/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-compass tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Philosophy</h3>
|
||||
<p class="mb-0 small">Guiding principles of the project.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../focus-on-utility/" class="d-block mb-3 p-3 text-decoration-none active sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-bullseye tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Focused on Purpose</h3>
|
||||
<p class="mb-0 small">Contributions are evaluated entirely on their merit and purpose.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../parent-leaf-status/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-leaf tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Parent Leaf Status</h3>
|
||||
<p class="mb-0 small">Not based on another distribution. No upstream politics.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../vanilla-flavored/" class="d-block p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-ice-cream tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Vanilla Flavored</h3>
|
||||
<p class="mb-0 small">Minimal patching. Publicly auditable build process.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
179
pages/mailing-list/index.html
Executable file
179
pages/mailing-list/index.html
Executable file
@@ -0,0 +1,179 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>DHLP: Mailing Lists - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="Join the Dark Horse Linux development mailing list to contribute to the project.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, mailing list, community, contributors">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/mailing-list/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/mailing-list/">
|
||||
<meta property="og:title" content="DHLP: Mailing Lists - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="Join the Dark Horse Linux development mailing list to contribute to the project.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="DHLP: Mailing Lists - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="Join the Dark Horse Linux development mailing list to contribute to the project.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown active" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">MAILING LISTS</h2>
|
||||
<p class="slogan-sm mb-0">Join the development community</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="card tearoff-card subcard product-detail-card">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Contributor Mailing List</h2>
|
||||
<p>The contributor mailing list is the primary communication channel for those involved in building Dark Horse Linux. This includes package maintainers, documentation writers, testers, infrastructure contributors, and anyone else actively participating in the project.</p>
|
||||
<p>Discussion topics include package updates, build system changes, policy decisions, release planning, and coordination of development efforts. The list is low-traffic and focused -- expect substantive discussion rather than chatter.</p>
|
||||
<p>Lurking is welcome. If you want to understand how the project operates before jumping in, subscribing and reading is a good way to get a feel for how things work.</p>
|
||||
<p>To contribute, simply subscribe and introduce yourself when you're ready. There are no gatekeepers and no approval processes -- just show up and participate.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<h2 class="h5 text-uppercase font-weight-bold mb-3">Resources</h2>
|
||||
<ul class="list-unstyled mb-4">
|
||||
<li class="mb-0">
|
||||
<a href="https://lists.darkhorselinux.org/mailman/listinfo/dhlp-contributors" class="resource-link">
|
||||
<i class="fas fa-envelope mr-2"></i> Sign Up
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
224
pages/parent-leaf-status/index.html
Executable file
224
pages/parent-leaf-status/index.html
Executable file
@@ -0,0 +1,224 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Philosophy: Not Based On Another Distribution - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="Dark Horse Linux is not based on another distribution - free from external controlling interests.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, independent, parent distribution, from scratch">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/parent-leaf-status/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/parent-leaf-status/">
|
||||
<meta property="og:title" content="Philosophy: Not Based On Another Distribution - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="Dark Horse Linux is not based on another distribution - free from external controlling interests.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Philosophy: Not Based On Another Distribution - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="Dark Horse Linux is not based on another distribution - free from external controlling interests.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown active" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">PARENT LEAF STATUS</h2>
|
||||
<p class="slogan-sm mb-0">Not based on another distribution</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Free From Controlling Interests</h2>
|
||||
<p>While still providing the full Linux/GNU environment you are accustomed to, such as SystemD, glibc, GCC -- Dark Horse Linux is not based on another Linux distribution, and so is not beholden to any upstream projects' influence in any capacity -- because no such project exists.</p>
|
||||
<p>Derivative distributions inherit their upstream's technical decisions, political stances, and corporate entanglements. When an upstream distribution makes controversial changes, adopts questionable policies, or bends to sponsor pressure, downstream projects must either accept those changes or expend significant effort to diverge -- often creating maintenance burdens that compound over time.</p>
|
||||
<p>As a parent leaf distribution, Dark Horse Linux makes its own technical decisions based solely on what serves its users and the project's goals. There is no upstream to appease, no corporate sponsor dictating direction, and no inherited baggage from another project's compromises.</p>
|
||||
<p class="mb-0">This independence comes at a cost -- building a distribution from scratch requires substantially more effort than rebasing on existing work. That cost is accepted as the price of autonomy.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Still Standards Compliant</h2>
|
||||
<p>Dark Horse Linux is FHS 3.0 and LSB 5 compliant, and intends to implement FIPS 140-3 compliance.</p>
|
||||
<p class="mb-0">Other relevant standards will be added as the project matures.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Peership Status</h2>
|
||||
<p>Parent leaf status places Dark Horse Linux on equal footing with other independent distributions that are built from scratch rather than derived from existing projects.</p>
|
||||
<p>This puts DHLP in the company of distributions such as Slackware, Gentoo, Arch Linux, Void Linux, Alpine Linux, and NixOS -- each of which stands on its own foundation rather than inheriting from another distribution.</p>
|
||||
<p>By contrast, many popular distributions are derivatives: Ubuntu is based on Debian, Linux Mint is based on Ubuntu, Pop!_OS is based on Ubuntu, Manjaro is based on Arch, and Rocky Linux and AlmaLinux are based on Red Hat Enterprise Linux. These projects, however capable, inherit the decisions of their upstream.</p>
|
||||
<p class="mb-0">When Debian adopted systemd, Ubuntu and its derivatives followed. When Ubuntu integrated Amazon search into the desktop, downstream distributions had to actively remove it. When Red Hat converted CentOS from a stable RHEL rebuild into the rolling CentOS Stream, entire ecosystems of users were left scrambling. Derivative distributions are subject to their upstream's whims -- parent distributions like Dark Horse Linux are not.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<a href="../philosophy/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-compass tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Philosophy</h3>
|
||||
<p class="mb-0 small">Guiding principles of the project.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../focus-on-utility/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-bullseye tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Focused on Purpose</h3>
|
||||
<p class="mb-0 small">Contributions are evaluated entirely on their merit and purpose.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../parent-leaf-status/" class="d-block mb-3 p-3 text-decoration-none active sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-leaf tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Parent Leaf Status</h3>
|
||||
<p class="mb-0 small">Not based on another distribution. No upstream politics.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../vanilla-flavored/" class="d-block p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-ice-cream tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Vanilla Flavored</h3>
|
||||
<p class="mb-0 small">Minimal patching. Publicly auditable build process.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
203
pages/philosophy/index.html
Executable file
203
pages/philosophy/index.html
Executable file
@@ -0,0 +1,203 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Philosophy - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="The philosophical guidelines of the Dark Horse Linux Project.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, philosophy, principles, guidelines">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/philosophy/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/philosophy/">
|
||||
<meta property="og:title" content="Philosophy - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="The philosophical guidelines of the Dark Horse Linux Project.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Philosophy - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="The philosophical guidelines of the Dark Horse Linux Project.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown active" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">PHILOSOPHY</h2>
|
||||
<p class="slogan-sm mb-0">Guiding principles of the project</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="card tearoff-card">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Philosophical Guidelines</h2>
|
||||
<p class="mb-0">The Dark Horse Linux Project is guided by the following philosophical principles:</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<a href="../philosophy/" class="d-block mb-3 p-3 text-decoration-none active sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-compass tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Philosophy</h3>
|
||||
<p class="mb-0 small">Guiding principles of the project.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../focus-on-utility/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-bullseye tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Focused on Purpose</h3>
|
||||
<p class="mb-0 small">Contributions are evaluated entirely on their merit and purpose.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../parent-leaf-status/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-leaf tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Parent Leaf Status</h3>
|
||||
<p class="mb-0 small">Not based on another distribution. No upstream politics.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../vanilla-flavored/" class="d-block p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-ice-cream tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Vanilla Flavored</h3>
|
||||
<p class="mb-0 small">Minimal patching. Publicly auditable build process.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
231
pages/vanilla-flavored/index.html
Executable file
231
pages/vanilla-flavored/index.html
Executable file
@@ -0,0 +1,231 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Philosophy: Vanilla by Default - Dark Horse Linux Project</title>
|
||||
<meta name="description" content="DHLP's vanilla-first approach to patching - minimal modifications for transparency and purity.">
|
||||
<meta name="author" content="SILO GROUP, LLC">
|
||||
<meta name="keywords" content="Dark Horse Linux, vanilla, minimal patching, upstream">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://www.darkhorselinux.org/pages/vanilla-flavored/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.darkhorselinux.org/pages/vanilla-flavored/">
|
||||
<meta property="og:title" content="Philosophy: Vanilla by Default - Dark Horse Linux Project">
|
||||
<meta property="og:description" content="DHLP's vanilla-first approach to patching - minimal modifications for transparency and purity.">
|
||||
<meta property="og:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
<meta property="og:site_name" content="Dark Horse Linux Project">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Philosophy: Vanilla by Default - Dark Horse Linux Project">
|
||||
<meta name="twitter:description" content="DHLP's vanilla-first approach to patching - minimal modifications for transparency and purity.">
|
||||
<meta name="twitter:image" content="https://www.darkhorselinux.org/resources/img/logo-og.png">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../favicon.ico">
|
||||
<link rel="apple-touch-icon" href="../../resources/img/apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../resources/fonts/inter.css">
|
||||
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../resources/css/fontawesome-all.css">
|
||||
<link rel="stylesheet" href="../../resources/css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parallax-grid" id="parallaxGrid"></div>
|
||||
<nav class="navbar navbar-expand-xl navbar-dark bg-dark py-2 px-5">
|
||||
<a class="navbar-brand d-flex align-items-center" href="../../"><img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" height="60" class="mr-2"><span class="d-flex flex-column"><span class="navbar-brand-title">Dark Horse Linux Project</span><small class="navbar-brand-tagline">Official Website</small></span></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item dropdown" id="dhlNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="dhlDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Dark Horse Linux
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dhlDropdown">
|
||||
<a class="dropdown-item" href="../dhlp-documentation/">Documentation</a>
|
||||
<a class="dropdown-item" href="../downloads/">Downloads</a>
|
||||
<a class="dropdown-item" href="../mailing-list/">Mailing List</a>
|
||||
<a class="dropdown-item" href="../contact/">Contact</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown active" id="philosophyNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="philosophyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Philosophy
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="philosophyDropdown">
|
||||
<a class="dropdown-item" href="../philosophy/">Overview</a>
|
||||
<a class="dropdown-item" href="../focus-on-utility/">Focused on Purpose</a>
|
||||
<a class="dropdown-item" href="../parent-leaf-status/">Parent Leaf Status</a>
|
||||
<a class="dropdown-item" href="../vanilla-flavored/">Vanilla Flavored</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="projectsNavItem">
|
||||
<a class="nav-link py-0 dropdown-toggle" href="#" id="projectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Projects
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="projectsDropdown">
|
||||
<a class="dropdown-item" href="../../products/dpm/">DPM</a>
|
||||
<a class="dropdown-item" href="../../products/pyrois/">Pyrois</a>
|
||||
<a class="dropdown-item" href="../../products/rex/">Rex</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<div class="hero">
|
||||
<div class="container">
|
||||
<img src="../../projects/dark-horse-linux/logo.svg" alt="Dark Horse Linux" class="product-hero-logo mb-3">
|
||||
<h1>DARK HORSE LINUX</h1>
|
||||
<p class="slogan">A General Purpose Linux Operating System</p>
|
||||
<hr class="hero-divider">
|
||||
<h2 class="h2 font-weight-bold mb-1 product-hero-title">VANILLA FLAVORED</h2>
|
||||
<p class="slogan-sm mb-0">Minimal patching, publicly auditable</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="product-badge-band badge-ink"></div>
|
||||
|
||||
<div class="container-fluid index-container mx-auto">
|
||||
<div class="card tearoff-card card-flat-top">
|
||||
<div class="card-body p-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Patching Philosophy</h2>
|
||||
<p>Some level of patching is always necessary.</p>
|
||||
<p>In the case of DHLP, all patches are incorporated into a publicly auditable build process for transparency.</p>
|
||||
<p class="mb-0">Outside of security-related patching, DHLP utilizes minimal patching of upstream sources in an auditable fashion, ensuring you get the unadulterated F/OSS components you desire.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Why Vanilla Matters</h2>
|
||||
<p>When you run software on Dark Horse Linux, it behaves the way the upstream developers intended. Upstream documentation applies directly. Bugs you encounter can be reported upstream without first having to determine whether distribution patches caused them.</p>
|
||||
<p>Security auditors can verify that the code running on your system matches the publicly reviewed upstream source. Configurations from tutorials and guides work without unexpected distribution-specific modifications getting in the way.</p>
|
||||
<p class="mb-0">Vanilla packaging respects the work of upstream developers and delivers their software as they designed it.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card mb-3">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">The Problem With Heavy Patching</h2>
|
||||
<p>Many distributions maintain extensive patch sets that modify upstream behavior. Sometimes this is done for integration, sometimes for policy compliance, and sometimes for reasons lost to institutional memory.</p>
|
||||
<p>Heavy patching creates divergence. Users troubleshooting issues find that upstream documentation no longer applies. Bug reports get bounced between distribution maintainers and upstream developers. Security patches must be adapted to work with the distribution's modifications, introducing delay and potential error.</p>
|
||||
<p class="mb-0">The more a distribution patches, the more it becomes responsible for -- and the further it drifts from the software its users actually wanted.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card tearoff-card">
|
||||
<div class="card-body p-3">
|
||||
<h2 class="h4 text-uppercase font-weight-bold mb-3">Transparency</h2>
|
||||
<p>Every patch applied in Dark Horse Linux is publicly visible in the build system. There are no hidden modifications, no proprietary changes, and no patches applied behind closed doors.</p>
|
||||
<p class="mb-0">If you want to know exactly what has been changed from upstream, you can look. This transparency is fundamental to trust.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<a href="../philosophy/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-compass tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Philosophy</h3>
|
||||
<p class="mb-0 small">Guiding principles of the project.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../focus-on-utility/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-bullseye tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Focused on Purpose</h3>
|
||||
<p class="mb-0 small">Contributions are evaluated entirely on their merit and purpose.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../parent-leaf-status/" class="d-block mb-3 p-3 text-decoration-none sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-leaf tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Parent Leaf Status</h3>
|
||||
<p class="mb-0 small">Not based on another distribution. No upstream politics.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../vanilla-flavored/" class="d-block p-3 text-decoration-none active sidebar-link">
|
||||
<div class="d-flex align-items-start">
|
||||
<i class="fas fa-ice-cream tearoff-icon mt-1"></i>
|
||||
<div>
|
||||
<h3 class="h6 text-uppercase font-weight-bold mb-1">Vanilla Flavored</h3>
|
||||
<p class="mb-0 small">Minimal patching. Publicly auditable build process.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="py-3"></div>
|
||||
|
||||
<footer class="footer flex-shrink-0">
|
||||
<div class="py-4 footer-top">
|
||||
<div class="container-fluid px-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Dark Horse Linux</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../" class="footer-link">Overview</a></li>
|
||||
<li><a href="../downloads/" class="footer-link">Downloads</a></li>
|
||||
<li><a href="../dhlp-documentation/" class="footer-link">Documentation</a></li>
|
||||
<li><a href="../contact/" class="footer-link">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 mb-3 mb-md-0">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Philosophy</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../philosophy/" class="footer-link">Overview</a></li>
|
||||
<li><a href="../focus-on-utility/" class="footer-link">Focused on Purpose</a></li>
|
||||
<li><a href="../parent-leaf-status/" class="footer-link">Parent Leaf Status</a></li>
|
||||
<li><a href="../vanilla-flavored/" class="footer-link">Vanilla Flavored</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="bg-white p-2 mb-2">
|
||||
<span class="text-uppercase font-weight-bold text-dark small">Projects</span>
|
||||
</div>
|
||||
<ul class="list-unstyled mb-0 pl-2">
|
||||
<li><a href="../../products/dpm/" class="footer-link">DPM</a></li>
|
||||
<li><a href="../../products/pyrois/" class="footer-link">Pyrois</a></li>
|
||||
<li><a href="../../products/rex/" class="footer-link">Rex</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-3 border-top border-dark">
|
||||
<div class="container-fluid px-5">
|
||||
<small class="footer-muted">© Dark Horse Linux is brought to you by <a href="https://www.silogroup.org" class="footer-link">SILO GROUP, LLC</a>. All rights reserved.</small>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../../resources/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../../resources/js/popper.min.js"></script>
|
||||
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||
<img src="/pixel.png" referrerpolicy="unsafe-url" alt="" width="1" height="1">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user