Further style adjustments, front page rearranged.
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
img/docs.png
|
Before Width: | Height: | Size: 4.4 KiB |
BIN
img/header.png
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
BIN
img/links.png
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
img/news.png
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
img/themes.png
|
Before Width: | Height: | Size: 4.0 KiB |
BIN
img/wmaker.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
img/wmaker_thumb.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
50
index.md
@@ -7,25 +7,39 @@ Introduction
|
|||||||
============
|
============
|
||||||
|
|
||||||
**Window Maker** is an X11 window manager originally designed to provide
|
**Window Maker** is an X11 window manager originally designed to provide
|
||||||
integration support for the [GNUstep](http://gnustep.org) Desktop Environment.
|
integration support for the [GNUstep](http://gnustep.org) Desktop Environment,
|
||||||
In every way possible, it reproduces the elegant look and feel of the
|
although it can run stand alone. In every way possible, it reproduces the
|
||||||
[NEXTSTEP](http://en.wikipedia.org/wiki/NEXTSTEP) user interface. It is fast,
|
elegant look and feel of the [NEXTSTEP](http://en.wikipedia.org/wiki/NEXTSTEP)
|
||||||
feature rich, easy to configure, and easy to use. It is also free software,
|
user interface.
|
||||||
with contributions being made by programmers from around the world.
|
|
||||||
|
|
||||||
Window Maker has a stable user interface since many years and comes with a
|
[](img/wmaker.png)
|
||||||
powerful GUI configuration editor called WPrefs, which removes the need to edit
|
{:.screenshot .center}
|
||||||
text-based config files by hand. It supports running
|
|
||||||
[dockapps](https://www.dockapps.net) which make everyday tasks such as
|
Window Maker on first run
|
||||||
monitoring system performance and battery usage, mounting devices or connecting
|
{:.caption .center}
|
||||||
to the internet very easy. Please see the [features](features.html) section for
|
|
||||||
more specifics on what Window Maker can do, and how it compares with other
|
The key features of Window Maker are:
|
||||||
popular window managers.
|
|
||||||
|
- Stacking window manager with ability for semi-automatic tiling management
|
||||||
|
- Lightweight and blazing fast
|
||||||
|
- Easy to use
|
||||||
|
- Highly configurable
|
||||||
|
- Small, dockable apps ([dockapps](https://www.dockapps.net))
|
||||||
|
- Human readable config files and GUI prefs application
|
||||||
|
- Free and open source
|
||||||
|
- Active community from all of the world
|
||||||
|
|
||||||
|
For more features see [features](features.html) section.
|
||||||
|
|
||||||
Download
|
Download
|
||||||
========
|
--------
|
||||||
|
|
||||||
The latest
|
Many distributions already have Window Maker included in their software
|
||||||
[stable](http://repo.or.cz/w/wmaker-crm.git/shortlog/refs/heads/master) version
|
repositories, so it could be installed directly from there. Other sources are
|
||||||
is [0.95.8](pub/source/release/WindowMaker-0.95.8.tar.gz)
|
listed below:
|
||||||
released on 11.03.2017. See the [NEWS](news) section for more information.
|
|
||||||
|
- Latest source of stable version is
|
||||||
|
[0.95.8](pub/source/release/WindowMaker-0.95.8.tar.gz), released on
|
||||||
|
11.03.2017. See the [NEWS](news) section for more information.
|
||||||
|
- Source code is also available through the
|
||||||
|
[git repository](http://repo.or.cz/w/wmaker-crm.git)
|
||||||
|
|||||||
19
style.css
@@ -22,6 +22,25 @@ a:hover {color: #2c7abc;}
|
|||||||
a:visited {color: #371e7e;}
|
a:visited {color: #371e7e;}
|
||||||
a:visited {color: #574882;}
|
a:visited {color: #574882;}
|
||||||
|
|
||||||
|
.caption {
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.8em;
|
||||||
|
line-height: 5px;
|
||||||
|
margin-bottom: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.center {text-align: center;}
|
||||||
|
|
||||||
|
p.screenshot a img {
|
||||||
|
border: 1px solid black;
|
||||||
|
box-shadow: 3px 7px 7px #606060;
|
||||||
|
top: 0;
|
||||||
|
bottom:0;
|
||||||
|
left: 0;
|
||||||
|
right:0;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {font-size: 1.7em;}
|
h1 {font-size: 1.7em;}
|
||||||
|
|
||||||
header h1 a {
|
header h1 a {
|
||||||
|
|||||||
106
title.css
@@ -1,106 +0,0 @@
|
|||||||
body {
|
|
||||||
color: #FFF;
|
|
||||||
font-size: 1.0em;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
background-color: #505075;
|
|
||||||
border-size: 0px;
|
|
||||||
margin-top: 0px;
|
|
||||||
margin-right: 0px;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
margin-left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hpadding {
|
|
||||||
color: #483d8b;
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
padding: 0px 10px
|
|
||||||
}
|
|
||||||
|
|
||||||
.textpadding {
|
|
||||||
color: white;
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
line-height: normal;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 10px
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
table .inner {
|
|
||||||
margin-left: 1em;
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
color: #ebdeff;
|
|
||||||
font-size: 20pt;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: bold;
|
|
||||||
line-height: 22pt
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
color: #ebdeff;
|
|
||||||
font-size: 18pt;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
line-height: 20pt
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
color: #e8fd00;
|
|
||||||
font-size: 14pt;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
font-style: normal;
|
|
||||||
line-height: 16pt
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
color: #FFF;
|
|
||||||
font-size: 12pt;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: bolder;
|
|
||||||
line-height: 12pt
|
|
||||||
}
|
|
||||||
|
|
||||||
.caption {
|
|
||||||
font-size: 11pt;
|
|
||||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover, a:focus {
|
|
||||||
text-decoration: underline;
|
|
||||||
font-style: italic;
|
|
||||||
color: #CCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link, a:visited, a:active {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#dock {
|
|
||||||
position: absolute; top: 100px; left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inhalt {
|
|
||||||
position: absolute; top: 40px; left: 100px;
|
|
||||||
min-width: 800px;
|
|
||||||
}
|
|
||||||
div.screenshot {
|
|
||||||
height: 250px;
|
|
||||||
border: none;
|
|
||||||
float: left;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||