mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Updating the news section is clearly a far from optimal and unglorious task. You're better off reading the NEWS file in the wmaker repo or the git logs.
49 lines
2.2 KiB
PHP
49 lines
2.2 KiB
PHP
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
|
|
|
<title>Window Maker: Home</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<link href="title.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<?php include("dock.php"); ?>
|
|
<?php include("header.php"); ?>
|
|
|
|
<div>
|
|
<table class="inner" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
|
|
<h3>Introduction</h3>
|
|
|
|
<p><strong>Window Maker</strong> is an X11 window manager originally designed to provide integration support for the
|
|
<a href="http://gnustep.org">GNUstep</a> Desktop Environment. 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. It is fast, feature rich, easy
|
|
to configure, and easy to use. It is also free software, with contributions being made by programmers from around the
|
|
world.</p>
|
|
|
|
<p>Window Maker has a stable user interface since many years and comes with a powerful GUI configuration editor called
|
|
WPrefs, which removes the need to edit text-based config files by hand. It supports running <a href=
|
|
"http://www.dockapps.net">dockapps</a> which make everyday tasks such as monitoring system performance and
|
|
battery usage, mounting devices or connecting to the internet very easy. Please see the <a href=
|
|
"features.php">features</a> section for more specifics on what Window Maker can do, and how it compares with other
|
|
popular window managers.</p>
|
|
|
|
<h3>Download</h3>
|
|
|
|
<p>The latest <a href="http://repo.or.cz/w/wmaker-crm.git/shortlog/refs/heads/master">stable</a> version is
|
|
<a href="http://windowmaker.org/pub/source/release/WindowMaker-0.95.8.tar.gz">0.95.8</a>,
|
|
released on 11.03.2017. See the <a href="news.php">NEWS</a> section for more information.</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?php include("footer.php"); ?>
|
|
|
|
</body>
|
|
</html>
|