summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-10-29 16:21:56 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-10-29 16:21:56 -0400
commit626c34712d4e7b427a8e6706e49d1cb3a681a821 (patch)
tree7619b19fbf2bd98b564817520ce127dfb513652b /index.html
Import web site into git before it gets out of hand
Diffstat (limited to 'index.html')
-rw-r--r--index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e4422af
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+
+<head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<link href="wayland.css" rel="stylesheet" type="text/css">
+<title>Wayland</title>
+</head>
+
+<body>
+<h1><img src="wayland.png"></h1>
+
+<h2>Wayland</h2>
+
+<p>Wayland is a protocol for a compositor to talk to its clients as
+well as a C library implementation of that protocol. The compositor
+can be a standalone display server running on Linux kernel modesetting
+and evdev input devices, an X application, or a wayland client itself.
+The clients can be traditional applications, X servers (rootless or
+fullscreen) or other display servers.</p>
+
+<p>The wayland repository includes a compositor which can run as an X
+client or under Linux KMS and a few clients, but both the compositor
+and clients are essentially test cases.</p>
+
+<ul>
+ <li><a href="architecture.html">Wayland architecture</a></li>
+ <li><a href="building.html">Building wayland</a></li>
+ <li><a href="http://cgit.freedesktop.org/wayland">Wayland git repo</a></li>
+ <li><a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel">Mailing list</a></li>
+ <li><a href="http://gitorious.org/~krh/qt/qt-wayland">Qt port in progress</a></li>
+ <li><a href="screenshots.html">Screenshots</a></li>
+ <li>IRC: #wayland on freenode</li>
+</ul>
+
+</body>
+</html>