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

122 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Window Maker: Documentation</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>
<div class="document" id="documentation">
<h1 class="title">Documentation</h1>
<p>It's a fact that one of the biggest problems with today's software is lack of
good documentation, or any documentation for that matter. Programmers generally
don't have a lot of time to document their work, and the things they do
document are usually oriented towards other programmers. While we can
appreciate the programmers point of view, we feel it's necessary to cater to a
larger audience (i.e our users) by providing clear, concise information on how
to use our software. The sections below will bring all of these pieces of
information together for you.</p>
<p>Before you get started with Window Maker, you need to have an understanding of
how to make use of the documentation that comes with the source distribution.
The main objective to using documentation is to <strong>understand</strong> it, which
coincidentally requires that you <strong>read</strong> it. A common mistake is for new or
novice users to overlook this information, leading them to frustration and a
bad first impression. Please take a moment to peruse the sections below, which
should make the experience of learning Window Maker a more pleasant one.</p>
<ul class="contents simple">
<li><p><a class="reference external" href="installation.html">Installation Basics</a></p></li>
<li><p><a class="reference external" href="wmaker_install.html">Window Maker Compilation and Installation</a></p></li>
<li><p><a class="reference external" href="wmaker_i18n.html">Window Maker Internationalisation</a></p></li>
<li><p><a class="reference external" href="guidedtour/index.html">Guided Tour</a></p></li>
<li><p><a class="reference external" href="guide_toc.html">User Guide</a></p></li>
<li><p><a class="reference external" href="FAQ.html">FAQ</a></p></li>
<li><p><a class="reference external" href="wings.html">WINGs</a></p></li>
</ul>
<!-- - `Desktop/X Integration <desktop.php>`_ -->
<div class="section" id="very-frequently-asked-question">
<h1>Very frequently asked question</h1>
<ul>
<li>
<p><strong>Can I easily mount my external drives or connect to the internet with
Window Maker?</strong></p>
<p>Yes, you can. Mounting external media is not the problem of a window manager
to solve, but a tipical Window Maker user can mount external media just as
easily as any other desktop user. If you use a dockapp like
<a class="reference external" href="https://github.com/raorn/wmvolman">wmvolman</a> or
<a class="reference external" href="http://sourceforge.net/projects/wmudmount">wmudmount</a> you are just a
click away from having your external media mounted on <cite>/media/VOLUME_LABEL</cite>.</p>
<p>And you can just as easily manage your network connections using the standard
<cite>nm-applet</cite> running in a system tray like <a class="reference external" href="http://sourceforge.net/projects/wmsystemtray">wmsystemtray</a> on your dock.</p>
<div class="figure">
<img alt="essential dockapps" src="/img/essential_dockapps.png">
<p class="caption">wmvolman and wmsystemtray with nm-applet</p>
</div>
</li>
</ul>
</div>
</div>
</article>
<div id="titlebar">
<div id="minimize"></div>
<div id="titlebar-inner">Window Maker: Documentation</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>