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 @@ - diff --git a/website/download.html b/website/download.html index 12c768474..604ceec2d 100644 --- a/website/download.html +++ b/website/download.html @@ -5,6 +5,7 @@ + - X11Libre X Server + Download X11Libre X Server @@ -34,11 +35,11 @@ - diff --git a/website/hall-of-fame.html b/website/hall-of-fame.html deleted file mode 100644 index a613c7946..000000000 --- a/website/hall-of-fame.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - X11Libre X Server - Hall of Fame - - - -
- - - - - - - - - - - X11Libre X Server - - - -
- -
-
-
- - - -
-
-

List of contibutors

-
-

Project Contributors

- -
- -
-

Website Contributors

- -
- - -
- - - \ No newline at end of file diff --git a/website/index.html b/website/index.html index 6ed92dc03..c66afa096 100644 --- a/website/index.html +++ b/website/index.html @@ -5,7 +5,7 @@ - +