mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Btw, I took the User Guide from http://wmaker.orconhosting.net.nz/help/user_guide/toc.htm because the images were included correctly (the images are not present in the current www.windowmaker.org section for the User Guide)
54 lines
2.3 KiB
PHP
54 lines
2.3 KiB
PHP
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
|
|
|
<title>Window Maker: Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<link href="title.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<?php
|
|
include("header.php");
|
|
include("dock.php");
|
|
?>
|
|
|
|
<div id="inhalt">
|
|
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
|
|
<h3>Documentation</h3><br />
|
|
|
|
<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>
|
|
<li><a href="installation.php">Installation Basics</a></li>
|
|
|
|
<li><a href="http://main.linuxfocus.org/~georges.t/">Guided Tour</a></li>
|
|
<li><a href="guide_toc.php">User Guide</a></li>
|
|
<!-- <li><a href="desktop.php">Desktop/X Integration</a></li> -->
|
|
|
|
<li><a href="FAQ.php">FAQ</a></li>
|
|
|
|
<li><a href="wings.php">WINGs</a></li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|