From b92288fd01e5fcc432adb74f2df92430553749c7 Mon Sep 17 00:00:00 2001
From: xgui4 <134389196+xgui4@users.noreply.github.com>
Date: Thu, 26 Jun 2025 10:03:58 -0400
Subject: [PATCH] removed hall-of-fame, and added about section, and fix the
home page to be readable without javascript
---
website/about.html | 64 ++++++++++++++++
website/contribute.html | 9 ++-
website/download.html | 9 ++-
website/hall-of-fame.html | 142 -----------------------------------
website/index.html | 154 +++++++++++++++++++++-----------------
5 files changed, 160 insertions(+), 218 deletions(-)
create mode 100644 website/about.html
delete mode 100644 website/hall-of-fame.html
diff --git a/website/about.html b/website/about.html
new file mode 100644
index 000000000..87e0f708a
--- /dev/null
+++ b/website/about.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+ About X11Libre X Server
+
+
+
+
+
+
+
+
X Server
+
The X server accepts requests from client applications to create windows,
+ which are (normally rectangular) "virtual screens" that the client program
+ can draw into.
+ Windows are then composed on the actual screen by the X server
+ (or by a separate composite manager) as directed by the window manager,
+ which usually communicates with the user via graphical controls such as buttons
+ and draggable titlebars and borders.
+ For a comprehensive overview of X Server and X Window System, consult the
+ following article:
+ https://en.wikipedia.org/wiki/X_server
+
+
+
+
+
\ No newline at end of file
diff --git a/website/contribute.html b/website/contribute.html
index dfced86a8..c0657a1ad 100644
--- a/website/contribute.html
+++ b/website/contribute.html
@@ -5,13 +5,14 @@
+
- X11Libre X Server
+ How to contribute to X11Libre
@@ -33,11 +34,11 @@