Update website structure and content

- Added contact information and contributors section to README.md.
- Removed scripts.js from about.html and index.html for cleaner loading.
- Added a new "Drivers" page with driver repository information.
- Updated navigation links in index.html and about.html to reflect new structure.
- Created a new wiki.html page with installation instructions for XLibre on major distributions.
- Consolidated contact and contribution information into footers across multiple pages.
This commit is contained in:
xgui4 2025-06-26 19:29:28 -04:00
parent 419f16898b
commit fa5bff8b1d
6 changed files with 249 additions and 149 deletions

View File

@ -29,3 +29,5 @@ This project is licensed under the MIT License.
## Contact
For questions or contributions, please open an issue or contact @metux.
### Made by [@xgui4](https://github.com/xgui4) and [@ChocodeerZyNX](https://github.com/ChocodeerZyNX)

View File

@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/temp-XLibre-Logo.svg">
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/scripts.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
crossorigin="anonymous"></script>
@ -34,11 +33,14 @@
<li class="nav-item">
<a class="nav-link" href="download.html">Download</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="contribute.html">Contribute</a>
<a class="nav-itme" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
@ -60,5 +62,20 @@
</p>
</main>
</body>
<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>

View File

@ -1,120 +0,0 @@
<!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 type="module" src="https://md-block.verou.me/md-block.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<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>Download X11Libre X Server</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img src="img/XLibre-Logo.svg" alt="Bootstrap" width="90" height="90">
<a class="navbar-brand" href="#">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="download.html">Download</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="contribute.html">Contribute</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<md-block>
Driver repositories
-------------------
Since Redhat had deleted and banned all X11Libre repositories from freedesktop.org,
the driver repositories are now moved to GitHub:
| Driver | Git repository | Release tag |
| --- | --- | --- |
| xf86-input-elographics: | https://github.com/X11Libre/xf86-input-elographics | xlibre-xf86-input-elographics-1.4.4.1 |
| xf86-input-evdev: | https://github.com/X11Libre/xf86-input-evdev | xlibre-xf86-input-evdev-2.11.0.1 |
| xf86-input-void: | https://github.com/X11Libre/xf86-input-void | xlibre-xf86-input-void-1.4.2.1 |
| xf86-input-joystick: | https://github.com/X11Libre/xf86-input-joystick | xlibre-xf86-input-joystick-1.6.4.1 |
| xf86-input-keyboard: | https://github.com/X11Libre/xf86-input-keyboard | xlibre-xf86-input-keyboard-2.1.0.1 |
| xf86-input-libinput: | https://github.com/X11Libre/xf86-input-libinput | xlibre-xf86-input-libinput-1.5.0.1 |
| xf86-input-mouse: | https://github.com/X11Libre/xf86-input-mouse | xlibre-xf86-input-mouse-1.9.5.1 |
| xf86-input-synaptics: | https://github.com/X11Libre/xf86-input-synaptics | xlibre-xf86-input-synaptics-1.10.0.1 |
| xf86-input-vmmouse: | https://github.com/X11Libre/xf86-input-vmmouse | xlibre-xf86-input-vmmouse-13.2.0.1 |
| xf86-input-wacom: | https://github.com/X11Libre/xf86-input-wacom | xlibre-xf86-input-wacom-1.2.3.1 |
| xf86-video-amdgpu: | https://github.com/X11Libre/xf86-video-amdgpu | xlibre-xf86-video-amdgpu-23.0.0.1 |
| xf86-video-apm: | https://github.com/X11Libre/xf86-video-apm | xlibre-xf86-video-apm-1.3.0.1 |
| xf86-video-ark: | https://github.com/X11Libre/xf86-video-ark | xfree-xf86-video-ark-0.7.6.1 |
| xf86-video-ast: | https://github.com/X11Libre/xf86-video-ast | xlibre-xf86-video-ast-1.2.0 |
| xf86-video-ati: | https://github.com/X11Libre/xf86-video-ati | xfree-xf86-video-ati-22.0.0.1 |
| xf86-video-chips: | https://github.com/X11Libre/xf86-video-chips | xlibre-xf86-video-chips-1.5.0.1 |
| xf86-video-cirrus: | https://github.com/X11Libre/xf86-video-cirrus | xlibre-xf86-video-cirrus-1.6.0.1 |
| xf86-video-dummy: | https://github.com/X11Libre/xf86-video-dummy | xlibre-xf86-video-dummy-0.4.1.1 |
| xf86-video-fbdev: | https://github.com/X11Libre/xf86-video-fbdev | xlibre-xf86-video-fbdev-0.5.1.1 |
| xf86-video-freedreno: | https://github.com/X11Libre/xf86-video-freedreno | xlibre-xf86-video-freedreno-1.4.0.1 |
| xf86-video-geode: | https://github.com/X11Libre/xf86-video-geode | xlibre-xf86-video-geode-2.18.1.1 |
| xf86-video-i128: | https://github.com/X11Libre/xf86-video-i128 | xlibre-xf86-video-i128-1.4.1.1 |
| xf86-video-i740: | https://github.com/X11Libre/xf86-video-i740 | xlibre-xf86-video-i740-1.4.0.1 |
| xf86-video-intel: | https://github.com/X11Libre/xf86-video-intel | xlibre-xf86-video-intel-3.0.0.1 |
| xf86-video-mach64: | https://github.com/X11Libre/xf86-video-mach64 | xlibre-xf86-video-mach64-6.10.0.1 |
| xf86-video-mga: | https://github.com/X11Libre/xf86-video-mga | xlibre-xf86-video-mga-2.1.0.1 |
| xf86-video-neomagic: | https://github.com/X11Libre/xf86-video-neomagic | xlibre-xf86-video-neomagic-1.3.1.1 |
| xf86-video-nested: | https://github.com/X11Libre/xf86-video-nested | xlibre-xf86-video-nested-1.0.0.1 |
| xf86-video-nouveau: | https://github.com/X11Libre/xf86-video-nouveau | xlibre-xf86-video-nouveau-1.0.18.1 |
| xf86-video-nv: | https://github.com/X11Libre/xf86-video-nv | xlibre-xf86-video-nv-2.1.23.1 |
| xf86-video-omap: | https://github.com/X11Libre/xf86-video-omap | xlibre-xf86-video-omap-0.4.5.1 |
| xf86-video-qxl: | https://github.com/X11Libre/xf86-video-qxl | xlibre-xf86-video-qxl-0.1.6.1 |
| xf86-video-r128: | https://github.com/X11Libre/xf86-video-r128 | xlibre-xf86-video-r128-6.13.0.1 |
| xf86-video-rendition: | https://github.com/X11Libre/xf86-video-rendition | xlibre-xf86-video-rendition-4.2.7.1 |
| xf86-video-s3virge: | https://github.com/X11Libre/xf86-video-s3virge | xlibre-xf86-video-s3virge-1.11.1.1 |
| xf86-video-savage: | https://github.com/X11Libre/xf86-video-savage | xlibre-xf86-video-savage-2.4.1.1 |
| xf86-video-siliconmotion: | https://github.com/X11Libre/xf86-video-siliconmotion | xlibre-xf86-video-siliconmotion-1.7.10.1 |
| xf86-video-sis: | https://github.com/X11Libre/xf86-video-sis | xlibre-xf86-video-sis-0.12.0.1 |
| xf86-video-sisusb: | https://github.com/X11Libre/xf86-video-sisusb | xlibre-xf86-video-sisusb-0.9.7.1 |
| xf86-video-suncg14: | https://github.com/X11Libre/xf86-video-suncg14 | xlibre-xf86-video-suncg14-1.2.0 |
| xf86-video-suncg3: | https://github.com/X11Libre/xf86-video-suncg3 | xlibre-xf86-video-suncg3-1.1.3.0 |
| xf86-video-suncg6: | https://github.com/X11Libre/xf86-video-suncg6 | xlibre-xf86-video-suncg6-1.1.3.1 |
| xf86-video-sunffb: | https://github.com/X11Libre/xf86-video-sunffb | xlibre-xf86-video-sunffb-1.2.3.1 |
| xf86-video-sunleo: | https://github.com/X11Libre/xf86-video-sunleo | xlibre-xf86-video-sunleo-1.2.3.1 |
| xf86-video-suntcx: | https://github.com/X11Libre/xf86-video-suntcx | xlibre-xf86-video-suntcx-1.1.3.1 |
| xf86-video-tdfx: | https://github.com/X11Libre/xf86-video-tdfx | xlibre-xf86-video-tdfx-1.5.0.1 |
| xf86-video-trident: | https://github.com/X11Libre/xf86-video-trident | xlibre-xf86-video-trident-1.4.0.1 |
| xf86-video-vbox: | https://github.com/X11Libre/xf86-video-vbox | xlibre-xf86-video-vbox-1.0.1.1 |
| xf86-video-v4l: | https://github.com/X11Libre/xf86-video-v4l | xlibre-xf86-video-v4l-0.3.0.1 |
| xf86-video-vesa: | https://github.com/X11Libre/xf86-video-vesa | xlibre-xf86-video-vesa-2.6.0.1 |
| xf86-video-vmware: | https://github.com/X11Libre/xf86-video-vmware | xlibre-xf86-video-vmware-13.4.0.1 |
| xf86-video-voodoo: | https://github.com/X11Libre/xf86-video-voodoo | xlibre-xf86-video-voodoo-1.2.6.1 |
| xf86-video-wsfb: | https://github.com/X11Libre/xf86-video-wsfb | xlibre-xf86-video-wsfb-0.4.1.1 |
| xf86-video-xgi: | https://github.com/X11Libre/xf86-video-xgi | xlibre-xf86-video-xgi-1.6.1.1 |
</md-block>
<h2>How to install XLibre</h2>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xRzfHzZ6WDU?si=fWTrces_hvnUBvNH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</main>
</body>
</html>

122
website/drivers.html Normal file
View File

@ -0,0 +1,122 @@
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf8" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" 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">
</head>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img src="img/XLibre-Logo.svg" alt="Bootstrap" width="90" height="90">
<a class="navbar-brand" href="#">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="#">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-itme" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<body>
<div id="main-content">
<h2>Driver repositories</h2>
<p>Since Redhat had deleted and banned all X11Libre repositories from freedesktop.org,
the driver repositories are now moved to GitHub:</p>
<table id="driver">
<tr><th>Driver </th><th>Git repository </th><th>Release tag </th></tr>
<tr><td>xf86-input-elographics: </td><td><a href="https://github.com/X11Libre/xf86-input-elographics">https://github.com/X11Libre/xf86-input-elographics</a> </td><td>xlibre-xf86-input-elographics-1.4.4.1 </td></tr>
<tr><td>xf86-input-evdev: </td><td><a href="https://github.com/X11Libre/xf86-input-evdev">https://github.com/X11Libre/xf86-input-evdev</a> </td><td>xlibre-xf86-input-evdev-2.11.0.1 </td></tr>
<tr><td>xf86-input-void: </td><td><a href="https://github.com/X11Libre/xf86-input-void">https://github.com/X11Libre/xf86-input-void</a> </td><td>xlibre-xf86-input-void-1.4.2.1 </td></tr>
<tr><td>xf86-input-joystick: </td><td><a href="https://github.com/X11Libre/xf86-input-joystick">https://github.com/X11Libre/xf86-input-joystick</a> </td><td>xlibre-xf86-input-joystick-1.6.4.1 </td></tr>
<tr><td>xf86-input-keyboard: </td><td><a href="https://github.com/X11Libre/xf86-input-keyboard">https://github.com/X11Libre/xf86-input-keyboard</a> </td><td>xlibre-xf86-input-keyboard-2.1.0.1 </td></tr>
<tr><td>xf86-input-libinput: </td><td><a href="https://github.com/X11Libre/xf86-input-libinput">https://github.com/X11Libre/xf86-input-libinput</a> </td><td>xlibre-xf86-input-libinput-1.5.0.1 </td></tr>
<tr><td>xf86-input-mouse: </td><td><a href="https://github.com/X11Libre/xf86-input-mouse">https://github.com/X11Libre/xf86-input-mouse</a> </td><td>xlibre-xf86-input-mouse-1.9.5.1 </td></tr>
<tr><td>xf86-input-synaptics: </td><td><a href="https://github.com/X11Libre/xf86-input-synaptics">https://github.com/X11Libre/xf86-input-synaptics</a> </td><td>xlibre-xf86-input-synaptics-1.10.0.1 </td></tr>
<tr><td>xf86-input-vmmouse: </td><td><a href="https://github.com/X11Libre/xf86-input-vmmouse">https://github.com/X11Libre/xf86-input-vmmouse</a> </td><td>xlibre-xf86-input-vmmouse-13.2.0.1 </td></tr>
<tr><td>xf86-input-wacom: </td><td><a href="https://github.com/X11Libre/xf86-input-wacom">https://github.com/X11Libre/xf86-input-wacom</a> </td><td>xlibre-xf86-input-wacom-1.2.3.1 </td></tr>
<tr><td>xf86-video-amdgpu: </td><td><a href="https://github.com/X11Libre/xf86-video-amdgpu">https://github.com/X11Libre/xf86-video-amdgpu</a> </td><td>xlibre-xf86-video-amdgpu-23.0.0.1 </td></tr>
<tr><td>xf86-video-apm: </td><td><a href="https://github.com/X11Libre/xf86-video-apm">https://github.com/X11Libre/xf86-video-apm</a> </td><td>xlibre-xf86-video-apm-1.3.0.1 </td></tr>
<tr><td>xf86-video-ark: </td><td><a href="https://github.com/X11Libre/xf86-video-ark">https://github.com/X11Libre/xf86-video-ark</a> </td><td>xfree-xf86-video-ark-0.7.6.1 </td></tr>
<tr><td>xf86-video-ast: </td><td><a href="https://github.com/X11Libre/xf86-video-ast">https://github.com/X11Libre/xf86-video-ast</a> </td><td>xlibre-xf86-video-ast-1.2.0 </td></tr>
<tr><td>xf86-video-ati: </td><td><a href="https://github.com/X11Libre/xf86-video-ati">https://github.com/X11Libre/xf86-video-ati</a> </td><td>xfree-xf86-video-ati-22.0.0.1 </td></tr>
<tr><td>xf86-video-chips: </td><td><a href="https://github.com/X11Libre/xf86-video-chips">https://github.com/X11Libre/xf86-video-chips</a> </td><td>xlibre-xf86-video-chips-1.5.0.1 </td></tr>
<tr><td>xf86-video-cirrus: </td><td><a href="https://github.com/X11Libre/xf86-video-cirrus">https://github.com/X11Libre/xf86-video-cirrus</a> </td><td>xlibre-xf86-video-cirrus-1.6.0.1 </td></tr>
<tr><td>xf86-video-dummy: </td><td><a href="https://github.com/X11Libre/xf86-video-dummy">https://github.com/X11Libre/xf86-video-dummy</a> </td><td>xlibre-xf86-video-dummy-0.4.1.1 </td></tr>
<tr><td>xf86-video-fbdev: </td><td><a href="https://github.com/X11Libre/xf86-video-fbdev">https://github.com/X11Libre/xf86-video-fbdev</a> </td><td>xlibre-xf86-video-fbdev-0.5.1.1 </td></tr>
<tr><td>xf86-video-freedreno: </td><td><a href="https://github.com/X11Libre/xf86-video-freedreno">https://github.com/X11Libre/xf86-video-freedreno</a> </td><td>xlibre-xf86-video-freedreno-1.4.0.1 </td></tr>
<tr><td>xf86-video-geode: </td><td><a href="https://github.com/X11Libre/xf86-video-geode">https://github.com/X11Libre/xf86-video-geode</a> </td><td>xlibre-xf86-video-geode-2.18.1.1 </td></tr>
<tr><td>xf86-video-i128: </td><td><a href="https://github.com/X11Libre/xf86-video-i128">https://github.com/X11Libre/xf86-video-i128</a> </td><td>xlibre-xf86-video-i128-1.4.1.1 </td></tr>
<tr><td>xf86-video-i740: </td><td><a href="https://github.com/X11Libre/xf86-video-i740">https://github.com/X11Libre/xf86-video-i740</a> </td><td>xlibre-xf86-video-i740-1.4.0.1 </td></tr>
<tr><td>xf86-video-intel: </td><td><a href="https://github.com/X11Libre/xf86-video-intel">https://github.com/X11Libre/xf86-video-intel</a> </td><td>xlibre-xf86-video-intel-3.0.0.1 </td></tr>
<tr><td>xf86-video-mach64: </td><td><a href="https://github.com/X11Libre/xf86-video-mach64">https://github.com/X11Libre/xf86-video-mach64</a> </td><td>xlibre-xf86-video-mach64-6.10.0.1 </td></tr>
<tr><td>xf86-video-mga: </td><td><a href="https://github.com/X11Libre/xf86-video-mga">https://github.com/X11Libre/xf86-video-mga</a> </td><td>xlibre-xf86-video-mga-2.1.0.1 </td></tr>
<tr><td>xf86-video-neomagic: </td><td><a href="https://github.com/X11Libre/xf86-video-neomagic">https://github.com/X11Libre/xf86-video-neomagic</a> </td><td>xlibre-xf86-video-neomagic-1.3.1.1 </td></tr>
<tr><td>xf86-video-nested: </td><td><a href="https://github.com/X11Libre/xf86-video-nested">https://github.com/X11Libre/xf86-video-nested</a> </td><td>xlibre-xf86-video-nested-1.0.0.1 </td></tr>
<tr><td>xf86-video-nouveau: </td><td><a href="https://github.com/X11Libre/xf86-video-nouveau">https://github.com/X11Libre/xf86-video-nouveau</a> </td><td>xlibre-xf86-video-nouveau-1.0.18.1 </td></tr>
<tr><td>xf86-video-nv: </td><td><a href="https://github.com/X11Libre/xf86-video-nv">https://github.com/X11Libre/xf86-video-nv</a> </td><td>xlibre-xf86-video-nv-2.1.23.1 </td></tr>
<tr><td>xf86-video-omap: </td><td><a href="https://github.com/X11Libre/xf86-video-omap">https://github.com/X11Libre/xf86-video-omap</a> </td><td>xlibre-xf86-video-omap-0.4.5.1 </td></tr>
<tr><td>xf86-video-qxl: </td><td><a href="https://github.com/X11Libre/xf86-video-qxl">https://github.com/X11Libre/xf86-video-qxl</a> </td><td>xlibre-xf86-video-qxl-0.1.6.1 </td></tr>
<tr><td>xf86-video-r128: </td><td><a href="https://github.com/X11Libre/xf86-video-r128">https://github.com/X11Libre/xf86-video-r128</a> </td><td>xlibre-xf86-video-r128-6.13.0.1 </td></tr>
<tr><td>xf86-video-rendition: </td><td><a href="https://github.com/X11Libre/xf86-video-rendition">https://github.com/X11Libre/xf86-video-rendition</a> </td><td>xlibre-xf86-video-rendition-4.2.7.1 </td></tr>
<tr><td>xf86-video-s3virge: </td><td><a href="https://github.com/X11Libre/xf86-video-s3virge">https://github.com/X11Libre/xf86-video-s3virge</a> </td><td>xlibre-xf86-video-s3virge-1.11.1.1 </td></tr>
<tr><td>xf86-video-savage: </td><td><a href="https://github.com/X11Libre/xf86-video-savage">https://github.com/X11Libre/xf86-video-savage</a> </td><td>xlibre-xf86-video-savage-2.4.1.1 </td></tr>
<tr><td>xf86-video-siliconmotion: </td><td><a href="https://github.com/X11Libre/xf86-video-siliconmotion">https://github.com/X11Libre/xf86-video-siliconmotion</a> </td><td>xlibre-xf86-video-siliconmotion-1.7.10.1 </td></tr>
<tr><td>xf86-video-sis: </td><td><a href="https://github.com/X11Libre/xf86-video-sis">https://github.com/X11Libre/xf86-video-sis</a> </td><td>xlibre-xf86-video-sis-0.12.0.1 </td></tr>
<tr><td>xf86-video-sisusb: </td><td><a href="https://github.com/X11Libre/xf86-video-sisusb">https://github.com/X11Libre/xf86-video-sisusb</a> </td><td>xlibre-xf86-video-sisusb-0.9.7.1 </td></tr>
<tr><td>xf86-video-suncg14: </td><td><a href="https://github.com/X11Libre/xf86-video-suncg14">https://github.com/X11Libre/xf86-video-suncg14</a> </td><td>xlibre-xf86-video-suncg14-1.2.0 </td></tr>
<tr><td>xf86-video-suncg3: </td><td><a href="https://github.com/X11Libre/xf86-video-suncg3">https://github.com/X11Libre/xf86-video-suncg3</a> </td><td>xlibre-xf86-video-suncg3-1.1.3.0 </td></tr>
<tr><td>xf86-video-suncg6: </td><td><a href="https://github.com/X11Libre/xf86-video-suncg6">https://github.com/X11Libre/xf86-video-suncg6</a> </td><td>xlibre-xf86-video-suncg6-1.1.3.1 </td></tr>
<tr><td>xf86-video-sunffb: </td><td><a href="https://github.com/X11Libre/xf86-video-sunffb">https://github.com/X11Libre/xf86-video-sunffb</a> </td><td>xlibre-xf86-video-sunffb-1.2.3.1 </td></tr>
<tr><td>xf86-video-sunleo: </td><td><a href="https://github.com/X11Libre/xf86-video-sunleo">https://github.com/X11Libre/xf86-video-sunleo</a> </td><td>xlibre-xf86-video-sunleo-1.2.3.1 </td></tr>
<tr><td>xf86-video-suntcx: </td><td><a href="https://github.com/X11Libre/xf86-video-suntcx">https://github.com/X11Libre/xf86-video-suntcx</a> </td><td>xlibre-xf86-video-suntcx-1.1.3.1 </td></tr>
<tr><td>xf86-video-tdfx: </td><td><a href="https://github.com/X11Libre/xf86-video-tdfx">https://github.com/X11Libre/xf86-video-tdfx</a> </td><td>xlibre-xf86-video-tdfx-1.5.0.1 </td></tr>
<tr><td>xf86-video-trident: </td><td><a href="https://github.com/X11Libre/xf86-video-trident">https://github.com/X11Libre/xf86-video-trident</a> </td><td>xlibre-xf86-video-trident-1.4.0.1 </td></tr>
<tr><td>xf86-video-vbox: </td><td><a href="https://github.com/X11Libre/xf86-video-vbox">https://github.com/X11Libre/xf86-video-vbox</a> </td><td>xlibre-xf86-video-vbox-1.0.1.1 </td></tr>
<tr><td>xf86-video-v4l: </td><td><a href="https://github.com/X11Libre/xf86-video-v4l">https://github.com/X11Libre/xf86-video-v4l</a> </td><td>xlibre-xf86-video-v4l-0.3.0.1 </td></tr>
<tr><td>xf86-video-vesa: </td><td><a href="https://github.com/X11Libre/xf86-video-vesa">https://github.com/X11Libre/xf86-video-vesa</a> </td><td>xlibre-xf86-video-vesa-2.6.0.1 </td></tr>
<tr><td>xf86-video-vmware: </td><td><a href="https://github.com/X11Libre/xf86-video-vmware">https://github.com/X11Libre/xf86-video-vmware</a> </td><td>xlibre-xf86-video-vmware-13.4.0.1 </td></tr>
<tr><td>xf86-video-voodoo: </td><td><a href="https://github.com/X11Libre/xf86-video-voodoo">https://github.com/X11Libre/xf86-video-voodoo</a> </td><td>xlibre-xf86-video-voodoo-1.2.6.1 </td></tr>
<tr><td>xf86-video-wsfb: </td><td><a href="https://github.com/X11Libre/xf86-video-wsfb">https://github.com/X11Libre/xf86-video-wsfb</a> </td><td>xlibre-xf86-video-wsfb-0.4.1.1 </td></tr>
<tr><td>xf86-video-xgi: </td><td><a href="https://github.com/X11Libre/xf86-video-xgi">https://github.com/X11Libre/xf86-video-xgi</a> </td><td>xlibre-xf86-video-xgi-1.6.1.1 </td></tr>
</table>
</div>
</body>
<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>

View File

@ -6,7 +6,6 @@
<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 type="text/javascript" src="js/scripts.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
crossorigin="anonymous"></script>
@ -31,13 +30,13 @@
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="download.html">Download</a>
<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="contribute.html">Contribute</a>
<a class="nav-itme" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
@ -106,28 +105,22 @@
built along with Xlibre.</p>
</li>
</ul>
<h2 id="contact">Contact</h2>
<table>
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<tbody>
<tr class="odd">
<td>Mailing list:</td>
<td>https://www.freelists.org/list/xlibre</td>
</tr>
<tr class="even">
<td>Telegram channel:</td>
<td>https://t.me/x11dev</td>
</tr>
<tr class="odd">
<td>Matrix room (mirror of tg group):</td>
<td>https://matrix.to/#/#xlibre:matrix.org</td>
</tr>
</tbody>
</table>
</main>
</body>
</html>
<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>

86
website/wiki.html Normal file
View File

@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<html>
<head>
<meta charset="utf8" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<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">
</head>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img src="img/XLibre-Logo.svg" alt="Bootstrap" width="90" height="90">
<a class="navbar-brand" href="#">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-itme" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<body>
<h2>How to install XLibre</h2>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xRzfHzZ6WDU?si=fWTrces_hvnUBvNH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="quicklink">
<a href="#Arch">Arch Linux</a>
</div>
<div id="main-content">
<div class="install">
<h2>Installation on Major Distros</h2>
<ul>
<li id="Arch">Arch Linux (AUR)
<a href="https://aur.archlinux.org/packages/xlibre-server-git#comment-1028466">Note: See this comment</a>
<pre>
<code>yay -S xlibre-server-bootstrap-git
yay -S xlibre-input-libinput
yay -S xlibre-server-git
</code>
</pre>
</li>
<li>Artix Linux</li>
<li>Gentoo Linux
<a href="https://github.com/X11Libre/ports-gentoo">See Repo for packaging on Gentoo</a>
</li>
</ul>
</div>
</div>
</body>
<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>