xserver/website/index.html

101 lines
5.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="img/XLibre-Logo.svg">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
<title>XLibre - Home</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img src="img/XLibre-Logo.svg" alt="XLibre temporary Logo" width="90" height="90">
<a class="navbar-brand" href="index.html">X11Libre X Server</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="drivers.html">Drivers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="download.html">Download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ & Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<h1 id="x11libre-x-server-a-modern-inclusive-x11-fork">X11Libre X Server — A Modern, Inclusive Xorg Fork</h1>
<p>Xlibre is a fork of the <a href="https://gitlab.freedesktop.org/xorg/xserver">Xorg Xserver</a>, with
major code cleanups and enhanced functionality aimed at modernizing the X11 server
with a focus on <strong>security</strong>, <strong>performance</strong>, and <strong>maintainability</strong>.</p>
<p>This fork was created because problematic elements within the Xorg project, including
influence from large corporations, were blocking substantial progress. After journalists
began covering the planned Xlibre fork on June 6th, 2025, freedesktop.org administrators
banned the Xlibre founders GitLab account, which led to the deletion of repositories,
tickets, and merge requests. Xorg has also removed prior work and contributions from <a
href="https://github.com/metux">@Metux</a>.</p>
<p>This is an entirely <strong>independent project</strong>, contributed to and maintained by a community
of independent developers — anyone who wants to modernize, clean up, document, test,
and advance X11 as the primary graphics and rendering system for UNIX and UNIX-like
operating systems such as: <strong>FreeBSD, OpenBSD, NetBSD, GNU/Linux, Illumos</strong>, and even
non-UNIX platforms like <strong>Windows (via Cygwin)</strong>.</p>
<p>X11 has served as the backbone of many desktop environments since its initial release
in <strong>1984</strong> (as X1), including <strong>Xfce, MATE, Trinity, Blackbox, CDE, Lumina</strong>, and
many others.</p>
<p>This project is <strong>not affiliated with or endorsed by</strong> the Xorg efforts of freedesktop.org,
Red Hat, or GNOME.</p>
<p>We believe in equity of opportunity, openness, and community. It doesnt matter what
country youre from, what your political views are, your race, gender, age, dietary
habits, fashion style, whether youre furry, fairy, Conan, McKay, a comic character,
a neurodivergent person, or a small furry creature from Alpha Centauri, <strong>you are welcome here</strong>.
As long as you treat others with respect, you belong.This is a truly inclusive,
community-led project where everyone gets a fair opportunity to contribute and grow.</p>
<p>Together well make X great again by modernizing it <em>and</em> making it for everyone.</p>
<p><a href="https://gist.github.com/probonopd/301319568a554abe7426c02eb5e19b5a">Are we XLibre Yet?</a></p>
</main>
</body>
<div id="content-sep"></div>
<footer>
<div id="content-right">
<div id="nav-sidebar" class="nav-border">
<h3>Contact</h3>
<ul>
<li><a href="https://www.freelists.org/list/xlibre">Mailing list</a></li>
<li><a href="https://t.me/x11dev">Telegram channel</a></li>
<li><a href="https://matrix.to/#/%23xlibre:matrix.org">Matrix room (mirror of tg group)</a></li>
</ul>
<h3>Contribute</h3>
<ul>
<li><a href="https://github.com/X11Libre/xserver">Github</a></li>
</ul>
</div>
</div>
</footer>
</html>