mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-18 20:10:20 +01:00
Add features section
And use a few wikipedia links in the text.
This commit is contained in:
27
home.php
27
home.php
@@ -8,10 +8,10 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
<?php
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
||||
@@ -24,21 +24,22 @@
|
||||
|
||||
<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 NEXTSTEP 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>
|
||||
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 includes compatibility options which allow it to work with other popular desktop environments, namely
|
||||
GNOME and KDE, and comes with a powerful GUI configuration editor, called WPrefs, which removes the need to edit
|
||||
text-based config files by hand. It also supports running <a href="http://dockapps.windowmaker.org">dockapps</a> which
|
||||
help on tasks such as monitoring system performance and battery usage, mounting devices or connecting to the internet
|
||||
etc. Please see the features section for more specifics on what Window Maker can do, and how it compares with other
|
||||
<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://dockapps.windowmaker.org">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. A screenshot of a typical Window Maker workspace is <a href="wmaker-screenshot.png" target=
|
||||
"_blank">here</a>.</p>
|
||||
|
||||
<h3>Latest stable version</h3>
|
||||
|
||||
<p>The latest stable version is 0.95.1, released on 29.01.2012. See the <a href="news.php">NEWS</a> section for more
|
||||
information.</p>
|
||||
<p>The latest <a href="http://repo.or.cz/w/wmaker-crm.git/shortlog/refs/heads/master">stable</a> version is 0.95.1,
|
||||
released on 29.01.2012. See the <a href="news.php">NEWS</a> section for more information.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user