Initial commit of darkhorselinux.org static site

This commit is contained in:
2026-08-07 02:34:18 -04:00
commit dbf839e9eb
40 changed files with 3416 additions and 0 deletions

231
pages/vanilla-flavored/index.html Executable file
View 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">&copy; 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>