WINGs: Better presentation for example code in the tutorial
[whome.git] / docs.php
blobe3b9df296057aaf982947c490ff1d3e7de7d172b
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
5 <title>Window Maker: Documentation</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
7 <link href="title.css" rel="stylesheet" type="text/css" />
8 </head>
10 <body>
11 <?php include("dock.php"); ?>
12 <?php include("header.php"); ?>
14 <div>
15 <table class="inner" border="0" cellpadding="1" cellspacing="1">
16 <tr>
17 <td content="content" colspan="2" valign="top">
18 <br />
19 <br />
21 <h3>Documentation</h3><br />
23 <p>It's a fact that one of the biggest problems with today's software is lack of good documentation, or any
24 documentation for that matter. Programmers generally don't have a lot of time to document their work, and the things
25 they do document are usually oriented towards other programmers. While we can appreciate the programmers point of view,
26 we feel it's necessary to cater to a larger audience (i.e our users) by providing clear, concise information on how to
27 use our software. The sections below will bring all of these pieces of information together for you.</p>
29 <p>Before you get started with Window Maker, you need to have an understanding of how to make use of the documentation
30 that comes with the source distribution. The main objective to using documentation is to <strong>understand</strong>
31 it, which coincidentally requires that you <strong>read</strong> it. A common mistake is for new or novice users to
32 overlook this information, leading them to frustration and a bad first impression. Please take a moment to peruse the
33 sections below, which should make the experience of learning Window Maker a more pleasant one.</p>
35 <ul>
36 <li><a href="installation.php">Installation Basics</a></li>
37 <li><a href="wmaker_install.php">Window Maker Compilation and Installation</a></li>
38 <li><a href="wmaker_i18n.php">Window Maker Internationalisation</a></li>
39 <li><a href="guidedtour/index.html">Guided Tour</a></li>
40 <li><a href="guide_toc.php">User Guide</a></li>
41 <!-- <li><a href="desktop.php">Desktop/X Integration</a></li> -->
43 <li><a href="FAQ.php">FAQ</a></li>
45 <li><a href="wings.php">WINGs</a></li>
46 </ul>
48 <h3>Very frequently asked question </h3>
51 <h2> Can I easily mount my external drives or connect to the internet with Window Maker?</h2>
52 <p> Yes, you can. Mounting external media is not the problem of a window manager to solve, but
53 a tipical Window Maker user can mount external media just as easily as any other desktop user.
54 If you use a dockapp like <a href="https://github.com/raorn/wmvolman">wmvolman</a> or
55 <a href="http://sourceforge.net/projects/wmudmount">wmudmount</a> you are just a click away from
56 having your external media mounted on /media/VOLUME_LABEL.</p>
58 <p> And you can just as easily manage your network connections using the standard <code>nm-applet</code> running
59 in a system tray like <a href="http://sourceforge.net/projects/wmsystemtray">wmsystemtray</a> on your dock.</p>
61 <div align="center"><img src="essential_dockapps.png" alt="Essential dockapps" width="66" height="135" /><div>wmvolman and wmsystemtray with nm-applet</div></div>
64 </td>
65 </tr>
66 </table>
68 <?php include("footer.php"); ?>
70 </body>
71 </html>