diff --git a/img/development.png b/img/development.png deleted file mode 100644 index 6a761da..0000000 Binary files a/img/development.png and /dev/null differ diff --git a/img/docs.png b/img/docs.png deleted file mode 100644 index 0420eb1..0000000 Binary files a/img/docs.png and /dev/null differ diff --git a/img/header.png b/img/header.png deleted file mode 100644 index 01553d8..0000000 Binary files a/img/header.png and /dev/null differ diff --git a/img/homewmaker.png b/img/homewmaker.png deleted file mode 100644 index 3e5328e..0000000 Binary files a/img/homewmaker.png and /dev/null differ diff --git a/img/links.png b/img/links.png deleted file mode 100644 index 32ab71a..0000000 Binary files a/img/links.png and /dev/null differ diff --git a/img/mailing_list.png b/img/mailing_list.png deleted file mode 100644 index b3b9f61..0000000 Binary files a/img/mailing_list.png and /dev/null differ diff --git a/img/news.png b/img/news.png deleted file mode 100644 index 993140f..0000000 Binary files a/img/news.png and /dev/null differ diff --git a/img/themes.png b/img/themes.png deleted file mode 100644 index a1116e9..0000000 Binary files a/img/themes.png and /dev/null differ diff --git a/img/wmaker.png b/img/wmaker.png new file mode 100644 index 0000000..2f37b73 Binary files /dev/null and b/img/wmaker.png differ diff --git a/img/wmaker_thumb.png b/img/wmaker_thumb.png new file mode 100644 index 0000000..c7b4d87 Binary files /dev/null and b/img/wmaker_thumb.png differ diff --git a/index.md b/index.md index 2b71e62..cc23105 100644 --- a/index.md +++ b/index.md @@ -7,25 +7,39 @@ Introduction ============ **Window Maker** is an X11 window manager originally designed to provide -integration support for the [GNUstep](http://gnustep.org) Desktop Environment. -In every way possible, it reproduces the elegant look and feel of the -[NEXTSTEP](http://en.wikipedia.org/wiki/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. +integration support for the [GNUstep](http://gnustep.org) Desktop Environment, +although it can run stand alone. In every way possible, it reproduces the +elegant look and feel of the [NEXTSTEP](http://en.wikipedia.org/wiki/NEXTSTEP) +user interface. -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 -[dockapps](https://www.dockapps.net) which make everyday tasks such as -monitoring system performance and battery usage, mounting devices or connecting -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 -popular window managers. +[![Default Window Maker config](img/wmaker_thumb.png)](img/wmaker.png) +{:.screenshot .center} + +Window Maker on first run +{:.caption .center} + +The key features of Window Maker are: + +- 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 -======== +-------- -The latest -[stable](http://repo.or.cz/w/wmaker-crm.git/shortlog/refs/heads/master) 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. +Many distributions already have Window Maker included in their software +repositories, so it could be installed directly from there. Other sources are +listed below: + +- 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) diff --git a/style.css b/style.css index 8b8af65..bf39335 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,25 @@ a:hover {color: #2c7abc;} a:visited {color: #371e7e;} 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;} header h1 a { diff --git a/title.css b/title.css deleted file mode 100644 index ca3eab3..0000000 --- a/title.css +++ /dev/null @@ -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; - }