-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgovernance.html
More file actions
57 lines (50 loc) · 11.2 KB
/
Copy pathgovernance.html
File metadata and controls
57 lines (50 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html><html lang="en"><head>
<meta http-equiv="Cache-Control" content="max-age=3600"><meta charset="UTF-8" />
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="referrer" content="strict-origin-when-cross-origin" /><title>AcreetionOS Project Governance - Transparency & Integrity</title><meta name="description" content="Learn about AcreetionOS governance, decision-making processes, repository sovereignty, and our commitment to transparency and integrity." /><meta name="keywords" content="AcreetionOS governance, open source governance, Linux project structure, repository sovereignty, community governance" /><link rel="canonical" href="https://acreetionos.org/governance.html" /><link rel="icon" type="image/webp" href="acreetionoslogo.webp"><link rel="dns-prefetch" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.googleapis.com" crossorigin><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="preload" href="contact.css" as="style"><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"></noscript><link rel="stylesheet" href="contact.css"><script>if('serviceWorker'in navigator){window.addEventListener('load',()=>{navigator.serviceWorker.register('/sw.js').catch(()=>{})})}</script><style>::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--acreetion-body-bg,#121212)}::-webkit-scrollbar-thumb{background:var(--acreetion-box-border,#333);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--acreetion-green,#2ecc71)} .btn{transition:all 0.3s ease}.btn:hover{box-shadow:0 0 15px rgba(46,204,113,0.4);transform:translateY(-2px)}.content-box{transition:transform 0.3s ease,box-shadow 0.3s ease}.content-box:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,0.5)} .reveal{opacity:0;transform:translateY(30px);transition:all 0.8s cubic-bezier(0.2,0.8,0.2,1);will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)} html{scroll-behavior:smooth} ::selection{background:rgba(46,204,113,0.3);color:var(--acreetion-text-bright,#fff)} :focus-visible{outline:2px solid var(--acreetion-green,#2ecc71);outline-offset:3px;border-radius:4px} a:focus-visible,button:focus-visible{outline:2px solid var(--acreetion-green,#2ecc71);outline-offset:3px} .skip-link{position:absolute;top:-40px;left:0;background:var(--acreetion-green,#2ecc71);color:#000;padding:8px 16px;text-decoration:none;font-weight:700;z-index:10000;transition:top 0.3s;border-radius:0 0 8px 0} .skip-link:focus{top:0} @media (prefers-reduced-motion:reduce) {html{scroll-behavior:auto} *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}} /* removed pageLoadFade keyframes */ /* removed pageLoadFade body animation */ @media (prefers-reduced-motion:reduce){body{animation:none;opacity:1}} a{color:var(--acreetion-green,#2ecc71);text-decoration:none;position:relative} a:not(.btn):not(.logo):not(.skip-link):not(.social-link):hover{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px} #back-to-top{position:fixed;bottom:30px;right:30px;background:var(--acreetion-green,#2ecc71);color:#000;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;z-index:999;font-size:1.2rem;font-weight:700;opacity:0;visibility:hidden;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.3);display:flex;align-items:center;justify-content:center;padding-bottom:4px} #back-to-top.visible{opacity:1;visibility:visible} #back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(46,204,113,0.4)} body{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,0.03) 1px,transparent 0);background-size:40px 40px} .main-nav a.active,.main-nav a[aria-current="page"]{background-color:var(--acreetion-green,#2ecc71);color:#000;font-weight:700;border-radius:12px;padding:0.5rem 1rem} .gov-section{margin-bottom:2rem} .gov-section h2{color:var(--acreetion-green);margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid var(--acreetion-box-border);padding-bottom:0.5rem} .gov-section h3{color:var(--acreetion-text-bright);margin-top:1.5rem;margin-bottom:0.5rem;font-size:1.1rem} .gov-section ul{margin-left:1.5rem;margin-top:0.5rem} .gov-section ol{margin-left:1.5rem;margin-top:0.5rem} .gov-section li{margin-bottom:0.5rem;color:var(--acreetion-text);line-height:1.6} .gov-section p{color:var(--acreetion-text);line-height:1.7;margin-bottom:1rem} .gov-section strong{color:var(--acreetion-text-bright)} .team-member{background:var(--acreetion-panel-bg);border:1px solid var(--acreetion-box-border);border-radius:12px;padding:1.5rem;margin-bottom:1rem} .team-member h4{color:var(--acreetion-green);margin-bottom:0.25rem;font-size:1.1rem} .team-member p{margin-bottom:0;color:var(--acreetion-text)}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(8px);z-index:1000;overflow-y:auto;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden}.modal-overlay.visible{display:flex;opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease}.modal-box{position:relative;cursor:default;background-color:var(--acreetion-box-bg);border:1px solid var(--acreetion-box-border);padding:2rem 3rem;max-width:700px}.modal-close-btn{position:absolute;top:1rem;right:1rem;background-color:var(--acreetion-green);color:black;font-family:var(--font-sans);font-size:1.5rem;font-weight:700;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;line-height:40px;text-align:center;z-index:1001}.modal-close-btn:hover{background-color:#d15c64;transform:scale(1.05)}.modal-box h2{color:var(--acreetion-green)}.page-footer{text-align:center;padding:2rem;margin-top:2rem;border-top:1px solid var(--acreetion-box-border);color:#777;font-size:0.9rem}.page-footer p{color:#777;margin-bottom:0.5rem;text-align:center}.page-footer a{color:var(--acreetion-green);text-decoration:none}.page-footer a:hover{text-decoration:underline}</style><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" media="print" onload="this.media=\'all\'"><noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"></noscript></head><body><a href="#main-content" class="skip-link">Skip to main content</a><div id="background-grid"></div><header class="page-header"><div class="header-content"><a href="index.html" class="logo"><img src="acreetionoslogo.webp" alt="Official AcreetionOS Logo" class="logo-img" width="40" height="40" decoding="auto" loading="eager"><span class="logo-text">Acreetion<span>OS</span></span></a><nav class="main-nav"><a href="flash.html">Downloads</a><a href="hosting.html">ISO Hosting</a><a href="wiki.html">Wiki</a><a href="developers.html">Developers</a><a href="contact.html">Contact & Support</a><a href="git-tracker.html" class="btn btn-storm">Git Tracker</a><a href="/acreetionos-news-tracker/" class="btn btn-storm" style="background-color: var(--acreetion-green); color: #000;">News Tracker</a><a href="unofficial.html" class="btn btn-storm" style="background-color:var(--acreetion-purple);color:#fff">Unofficial</a><a href="https://github.com/acreetionos-code/" class="btn btn-storm" style="background-color:#333">GitHub</a><a href="https://gitlab.acreetionos.org" class="btn btn-storm">GitLab</a></nav></div></header><div class="page-wrapper"><main id="main-content" class="main-column"><article class="content-box"><div class="box-header"><h1>AcreetionOS Project Governance</h1></div><div class="box-body">
<div class="gov-section">
<p>AcreetionOS is an independent, community-focused Linux distribution project. This document outlines our governance model, decision-making process, and commitment to transparency.</p>
</div>
<div class="gov-section">
<h2>Project Structure</h2>
<p>AcreetionOS is led by its founding Co-Lead Developers—a father-daughter team:</p>
<div class="team-member">
<h3>Darren (@cobra3282000)</h3>
<p>Co-Lead Developer — Father</p>
</div>
<div class="team-member">
<h4>Natalie Cole-Clift Spiva (@spivanatalie64)</h4>
<p>Co-Lead Developer — Daughter</p>
</div>
<p>We currently operate as a small, efficient team to ensure that our technical vision and commitment to user sovereignty remain consistent.</p>
</div>
<div class="gov-section">
<h2>Decision-Making Process</h2>
<ul>
<li><strong>Technical Direction:</strong> Decisions regarding core architecture (e.g., XLibre/X11, kernel configs, repository structure) are made by the lead developers.</li>
<li><strong>Community Input:</strong> We actively solicit feedback from our community on <a href="https://discord.gg/VHqQkJASw7" target="_blank" rel="noopener noreferrer">Discord</a> and <a href="https://rootapp.gg/AC0V5bagggqKtuj_B_MzFA" target="_blank" rel="noopener noreferrer">Root</a>. Major user-facing changes are discussed with the community before implementation.</li>
<li><strong>Forking and Downstream:</strong> As a free and open-source project, anyone is welcome to fork our code. However, the name "AcreetionOS" and its official repositories are managed exclusively by the core team.</li>
</ul>
</div>
<div class="gov-section">
<h2>Repository Sovereignty</h2>
<p>We maintain our own set of repositories. This is not just a technical choice; it is a governance philosophy. By controlling our repositories, we ensure:</p>
<ol>
<li><strong>Stability:</strong> We decide when packages are updated, preventing "bleeding edge" breakages.</li>
<li><strong>Security:</strong> We can quickly patch vulnerabilities independently of upstream Arch.</li>
<li><strong>Control:</strong> We prioritize software that aligns with our users' needs, not just upstream defaults.</li>
</ol>
</div>
<div class="gov-section">
<h2>Transparency and Integrity</h2>
<ul>
<li><strong>Open Development:</strong> All core OS build scripts and custom tools are developed in the open on GitHub.</li>
<li><strong>Financial Independence:</strong> We currently fund AcreetionOS out of our own pockets to maintain absolute independence from corporate influence.</li>
<li><strong>No Hidden Agenda:</strong> Our politics are separate from our code. We are here to build a better operating system for everyone, regardless of their background.</li>
</ul>
</div>
<div class="gov-section">
<h2>Future Evolution</h2>
<p>As the project grows, we aim to transition to a more formalized community governance model. Our long-term goal is to establish a sustainable, independent organization that can maintain AcreetionOS for decades.</p>
</div>
<button id="back-to-top" title="Back to top" onclick="window.scrollTo({top:0,behavior:'smooth'});">↑</button><script>document.addEventListener('DOMContentLoaded',() => {const btn = document.getElementById('back-to-top');if(!btn) return;window.addEventListener('scroll',() => {if(window.scrollY > 400){btn.classList.add('visible')} else{btn.classList.remove('visible')}})});</script><script src="social-icons.js" defer></script></body></html>