Files
window-maker.github.io/index.html

115 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Window Maker: Home</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/style.css" media="screen">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport"
content="width=device-width, minimumscale=1.0, maximum-scale=1.0">
</head>
<body>
<div id="wrapper">
<header>
<h1>
<a href="/">
<span class="first">Window</span><span class="second">Maker</span>
</a>
</h1>
</header>
<aside>
<nav class="menu">
<ul>
<li id="dock">
<a href="#"></a>
</li>
<li id="home" title="Home">
<a href="/">Home</a>
</li>
<li id="news" title="News">
<a href="/news">News</a>
</li>
<li id="docs" title="Documentation">
<a href="/docs">Documentation</a>
</li>
<li id="mail" title="Mailing lists">
<a href="/lists">Mailing</a>
</li>
<li id="devel" title="Development">
<a href="/dev">Development</a>
</li>
<li id="screenshots" title="Screenshots">
<a href="/screenshots">Screenshots</a>
</li>
<li id="themes" title="Themes">
<a href="/themes">Themes</a>
</li>
<li id="links" title="Links">
<a href="/links">Links</a>
</li>
</ul>
</nav>
</aside>
<article>
<h1 id="introduction">Introduction</h1>
<p><strong>Window Maker</strong>, often abbreviated to <strong>wmaker</strong>, is an X11 <a href="http://en.wikipedia.org/wiki/Window_manager">window
manager</a> originally designed to
provide integration support for the <a href="http://gnustep.org">GNUstep</a> Desktop
Environment, although it can run stand alone. In every way possible, it
reproduces the elegant look and feel of the
<a href="http://en.wikipedia.org/wiki/NeXTSTEP">NeXTSTEP</a> user interface.</p>
<p class="screenshot center"><a href="img/wmaker.png"><img src="img/wmaker_thumb.png" alt="Default Window Maker config" /></a></p>
<p class="caption center">Window Maker on first run</p>
<p>The key features of Window Maker are:</p>
<ul>
<li>Stacking window manager with ability for semi-automatic tiling management</li>
<li>Lightweight and blazing fast</li>
<li>Easy to use</li>
<li>Highly configurable</li>
<li>Ability to bind keyboard shortcut to wide set of actions</li>
<li>Dynamic menu entries</li>
<li>Small, dockable apps (<a href="https://www.dockapps.net">dockapps</a>)</li>
<li>Human readable config files and GUI prefs application</li>
<li>Free and open source</li>
<li>Active community from all of the world</li>
</ul>
<p>See <a href="features.html">features</a> section for more. In <a href="screenshots/">screenshots</a>
section you can see examples of how users set up their desktops.</p>
<h2 id="download">Download</h2>
<p>Many distributions already have Window Maker included in their software
repositories, so it could be installed directly from there. Other sources are
listed below:</p>
<ul>
<li>Latest source of stable version is
<a href="pub/source/release/WindowMaker-0.95.9.tar.gz">0.95.9</a>, released on
04.04.2020. See the <a href="news">NEWS</a> section for more information.</li>
<li>Source code is also available through the
<a href="http://repo.or.cz/w/wmaker-crm.git">git repository</a></li>
</ul>
</article>
<div id="titlebar">
<div id="minimize"></div>
<div id="titlebar-inner">Window Maker: Home</div>
<div id="close"></div>
</div>
<div id="resizebar">
<div id="resizel"></div>
<div id="resizebar-inner">
</div>
<div id="resizer"></div>
</div>
</div>
</body>
</html>