mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
- header graphics scales (within limits) - width of text area is determied by css, now 90% instead of 880px - more of the html code goes in included templates
55 lines
1.8 KiB
PHP
55 lines
1.8 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: Home</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("dock.php"); ?>
|
|
<?php include("header.php"); ?>
|
|
|
|
<div>
|
|
<table class="inner" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
|
|
<h1>FAQ</h1>
|
|
|
|
<p>Have questions about Window Maker? If so, look no further. Below is our collection of Frequently Asked Questions and
|
|
their corresponding answers. Many of these have been adapted from the <a href=
|
|
"http://web.archive.org/web/20030401182339/http://www.dpo.uab.edu/~grapeape/wmfaq.html">original FAQ</a> by Chris
|
|
Green. Questions are routinely taken and added in from the mailing lists and IRC forums.</p>
|
|
|
|
<ol>
|
|
<li><a href="introduction.php">Introduction to Window Maker</a></li>
|
|
|
|
<li><a href="installing">Installing Window Maker</a></li>
|
|
|
|
<li><a href="configuring">Configuring Window Maker</a></li>
|
|
|
|
<li><a href="using">Using Window Maker</a></li>
|
|
|
|
<li><a href="compatibility">Application Compatibility</a></li>
|
|
|
|
<li><a href="themes">Themes and Dockapps</a></li>
|
|
|
|
<li><a href="misc">Miscellaneous Questions</a></li>
|
|
|
|
<li><a href="troubleshooting">Troubleshooting Tips</a></li>
|
|
|
|
<li><a href="programming">Programming for Window Maker</a></li>
|
|
</ol>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?php include("footer.php"); ?>
|
|
|
|
</body>
|
|
</html>
|