mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Fix user guide #includes
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)
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
<title>User Guide: Introduction</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
@@ -2,15 +2,15 @@
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
||||
|
||||
<title>User Guide: Windows</title>
|
||||
<title>User Guide: Window</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
@@ -31,7 +31,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/anatomy.gif" border="0" width="426" height="344" alt="[Anatomy of a Window]" /><br />
|
||||
<img src="guide/images/anatomy.gif" border="0" width="426" height="344" alt="[Anatomy of a Window]" /><br />
|
||||
<br />
|
||||
|
||||
<table border="0" width="90%" cellspacing="0" cellpadding="5">
|
||||
@@ -104,7 +104,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/focus.gif" border="0" width="574" height="360" alt="[Focused, Unfocused, and Parent Window]" />
|
||||
<img src="guide/images/focus.gif" border="0" width="574" height="360" alt="[Focused, Unfocused, and Parent Window]" />
|
||||
</center><br />
|
||||
<br />
|
||||
There are three styles of window focusing:<br />
|
||||
@@ -345,7 +345,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/resizebar.gif" border="0" width="470" height="47" alt="[A Resizebar]" />
|
||||
<img src="guide/images/resizebar.gif" border="0" width="470" height="47" alt="[A Resizebar]" />
|
||||
</center><br />
|
||||
<br />
|
||||
Depending on the place you click to drag the resizebar, the resize operation is constrained to a direction.<br />
|
||||
@@ -437,7 +437,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/title.gif" border="0" width="200" height="50" alt="[A Titlebar]" />
|
||||
<img src="guide/imagtitle.gif" border="0" width="200" height="50" alt="[A Titlebar]" />
|
||||
</center><br />
|
||||
<br />
|
||||
|
||||
@@ -445,7 +445,7 @@
|
||||
<table border="0" cellspacing="0" cellpadding="5" width="40%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><img src="images/mini.gif" border="0" width="64" height="64" alt="[A Mini-window]" /></td>
|
||||
<td align="left"><img src="guide/images/mini.gif" border="0" width="64" height="64" alt="[A Mini-window]" /></td>
|
||||
|
||||
<td align="left"><font face="Times New Roman, Times, Times Roman">A mini-window</font></td>
|
||||
</tr>
|
||||
@@ -493,7 +493,7 @@
|
||||
</ul>
|
||||
|
||||
<center>
|
||||
<img src="images/shade.gif" border="0" width="287" height="279" alt="[A Shaded window]" />
|
||||
<img src="guide/images/shade.gif" border="0" width="287" height="279" alt="[A Shaded window]" />
|
||||
</center><br />
|
||||
<br />
|
||||
<br />
|
||||
@@ -505,7 +505,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/title2.gif" border="0" width="200" height="50" alt="A Titlebar with a close button" />
|
||||
<img src="guide/imagtitle2.gif" border="0" width="200" height="50" alt="A Titlebar with a close button" />
|
||||
</center><br />
|
||||
<br />
|
||||
Some windows will have a close button with some dots around it. These windows can't be closed normally and the only way
|
||||
@@ -623,7 +623,7 @@
|
||||
<th align="right" valign="top"><font face="Times New Roman, Times, Times Roman">Attributes...</font></th>
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Opens the Window Attributes
|
||||
Inspector (see section <a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3">2.3</a>
|
||||
Inspector (see section <a href="chap2.php#2.3">2.3</a>
|
||||
)</font></td>
|
||||
</tr>
|
||||
|
||||
@@ -652,7 +652,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/wiaspec.gif" border="0" width="262" height="374" alt=
|
||||
<img src="guide/images/wiaspec.gif" border="0" width="262" height="374" alt=
|
||||
"[Window Attributes Inspector: Window Specification]" />
|
||||
</center><br />
|
||||
<br />
|
||||
@@ -664,7 +664,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/wiaattrib.gif" border="0" width="262" height="374" alt=
|
||||
<img src="guide/images/wiaattrib.gif" border="0" width="262" height="374" alt=
|
||||
"[Window Attributes Inspector: Window Attributes]" />
|
||||
</center><br />
|
||||
<br />
|
||||
@@ -740,7 +740,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/wiaadvanced.gif" border="0" width="262" height="374" alt=
|
||||
<img src="guide/images/wiaadvanced.gif" border="0" width="262" height="374" alt=
|
||||
"[Window Attributes Inspector: Advanced Options]" />
|
||||
</center><br />
|
||||
<br />
|
||||
@@ -753,7 +753,7 @@
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Causes the selected window to
|
||||
remain visible when <b>HideOthers</b> is selected from the <a href=
|
||||
"http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.9">Window Commands Menu</a></font></td>
|
||||
"chap2.php#2.2.9">Window Commands Menu</a></font></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -815,7 +815,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/wiaiandiw.gif" border="0" width="262" height="374" alt=
|
||||
<img src="guide/images/wiaiandiw.gif" border="0" width="262" height="374" alt=
|
||||
"[Window Attributes Inspector: Icon and Initia Workspace]" />
|
||||
</center><br />
|
||||
<br />
|
||||
@@ -829,7 +829,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/wiaappspec.gif" border="0" width="262" height="374" alt=
|
||||
<img src="guide/images/wiaappspec.gif" border="0" width="262" height="374" alt=
|
||||
"[Window Attributes Inspector: Icon and Initia Workspace]" />
|
||||
</center><br />
|
||||
<br />
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
<title>User Guide: The Workspace</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
@@ -33,7 +33,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/menu.gif" border="0" width="480" height="300" alt="[An Example Menu]" />
|
||||
<img src="guide/images/menu.gif" border="0" width="480" height="300" alt="[An Example Menu]" />
|
||||
</center><br />
|
||||
<br />
|
||||
To execute a command listed in a menu, click in the corresponding item. The item will blink telling that the command is
|
||||
@@ -121,7 +121,7 @@
|
||||
<br /></font></li>
|
||||
|
||||
<li><font face="Helvetica">User the hide command in the <a href=
|
||||
"http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.9">window commands menu</a> brought up when the
|
||||
"chap2.php#2.2.9">window commands menu</a> brought up when the
|
||||
window titlebar is clicked with the right mouse button.<br />
|
||||
<br />
|
||||
OR<br />
|
||||
@@ -300,7 +300,7 @@
|
||||
You can click the top icon (the one with the GNUstep logo) and drag it downward to remove most of the dock from view.
|
||||
You can also drag it sideways to move the entire dock from side of the screen to the other.<br />
|
||||
<br />
|
||||
A menu similar to the <a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.2.2">application icon
|
||||
A menu similar to the <a href="chap3.php#3.2.2">application icon
|
||||
menu</a> is brought up when you click a docked icon with the right mouse button.<br />
|
||||
<br />
|
||||
To make the dock <i>float</i> over windows (not be coverable by windows), either double-click the top dock icon while
|
||||
@@ -358,7 +358,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/dockapppanel.gif" border="0" width="297" height="369" alt="[Docked Application Settings Panel]" />
|
||||
<img src="guide/imagdockapppanel.gif" border="0" width="297" height="369" alt="[Docked Application Settings Panel]" />
|
||||
</center><br />
|
||||
<br />
|
||||
In the <i>Application path and arguments</i> field, the path for the application and its arguments can be changed. Note
|
||||
@@ -409,7 +409,7 @@
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<img src="images/wsmenu.gif" border="0" width="350" height="200" alt="[Workspace Menu]" />
|
||||
<img src="guide/images/wsmenu.gif" border="0" width="350" height="200" alt="[Workspace Menu]" />
|
||||
</center><br />
|
||||
<br />
|
||||
To change the name of a workspace you must first ``stick'' the menu. Then Control click in the item corresponding to
|
||||
@@ -422,7 +422,7 @@
|
||||
An example Workspace menu being edited:
|
||||
|
||||
<center>
|
||||
<img src="images/wsmenued.gif" border="0" width="101" height="103" alt=
|
||||
<img src="guide/images/wsmenued.gif" border="0" width="101" height="103" alt=
|
||||
"[Workspace Menu: Editing a Workspace name]" />
|
||||
</center><br />
|
||||
<br />
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
<title>User Guide: Configuration</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
@@ -385,7 +385,7 @@
|
||||
FocusFollowsMouse, SemiAuto or Sloppy (default: ClickToFocus)</font></td>
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">The mode of input focus setting.
|
||||
Refer to section <a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.1">2.2.1, Focusing a
|
||||
Refer to section <a href="chap2.php#2.2.1">2.2.1, Focusing a
|
||||
Window</a></font></td>
|
||||
</tr>
|
||||
|
||||
@@ -791,14 +791,14 @@
|
||||
<table border="0" width="80%" cellspacing="0" cellpadding="5">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" valign="middle"><img src="images/texsolid.gif" border="0" width="151" height="21" alt=
|
||||
<td align="center" valign="middle"><img src="guide/images/texsolid.gif" border="0" width="151" height="21" alt=
|
||||
"[Solid Color]" /></td>
|
||||
|
||||
<th align="left" valign="top"><font face="Times New Roman, Times, Times Roman">(solid, gray)</font></th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" valign="middle"><img src="images/texdgrad.gif" border="0" width="151" height="21" alt=
|
||||
<td align="center" valign="middle"><img src="guide/images/texdgrad.gif" border="0" width="151" height="21" alt=
|
||||
"[Diagoonal Gradient]" /></td>
|
||||
|
||||
<th align="left" valign="top"><font face="Times New Roman, Times, Times Roman">(dgradient, gray80,
|
||||
@@ -806,7 +806,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" valign="middle"><img src="images/texhgrad.gif" border="0" width="151" height="21" alt=
|
||||
<td align="center" valign="middle"><img src="guide/images/texhgrad.gif" border="0" width="151" height="21" alt=
|
||||
"[Horizontal Gradient]" /></td>
|
||||
|
||||
<th align="left" valign="top"><font face="Times New Roman, Times, Times Roman">(hgradient, gray80,
|
||||
@@ -814,7 +814,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" valign="middle"><img src="images/texvgrad.gif" border="0" width="151" height="21" alt=
|
||||
<td align="center" valign="middle"><img src="guide/images/texvgrad.gif" border="0" width="151" height="21" alt=
|
||||
"[Vertical Gradient]" /></td>
|
||||
|
||||
<th align="left" valign="top"><font face="Times New Roman, Times, Times Roman">(vgradient, gray80,
|
||||
@@ -1164,7 +1164,7 @@
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">None</font></td>
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Opens the <a href=
|
||||
"http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.1.1">root window menu</a> at the current
|
||||
"chap3.php#3.1.1">root window menu</a> at the current
|
||||
position of the mouse pointer.</font></td>
|
||||
</tr>
|
||||
|
||||
@@ -1174,7 +1174,7 @@
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">None</font></td>
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Opens the <a href=
|
||||
"http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.1.2">window list menu</a> menu at the current
|
||||
"chap3.php#3.1.2">window list menu</a> menu at the current
|
||||
position of the mouse pointer.</font></td>
|
||||
</tr>
|
||||
|
||||
@@ -1184,7 +1184,7 @@
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">None</font></td>
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Opens the <a href=
|
||||
"http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.9">window commands menu</a> for the currently
|
||||
"chap2.php#2.2.9">window commands menu</a> for the currently
|
||||
focused window.</font></td>
|
||||
</tr>
|
||||
|
||||
@@ -1628,7 +1628,7 @@
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean</font></td>
|
||||
|
||||
<td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Do not list the window in the
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.12">window list menu</a>.</font></td>
|
||||
<a href="chap3.php#3.12">window list menu</a>.</font></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
<title>User Guide: Tips</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
<title>User Guide: Glossary</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
<title>User Guide: Credits</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="../title.css" rel="stylesheet" type="text/css" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("../header.php");
|
||||
include("../dock.php");
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
2
docs.php
2
docs.php
@@ -38,7 +38,7 @@
|
||||
<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/guide_toc.php">User Guide</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>
|
||||
|
||||
@@ -1,161 +0,0 @@
|
||||
<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: News</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 />
|
||||
|
||||
<h1><a href="chap1.php">Chapter 1: Introduction</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap1.htm#1.1">1.1 What is a window manager?</a></li>
|
||||
</ul><br />
|
||||
|
||||
<h1><a href="chap2.php">Chapter 2: Windows</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.1">2.1 Anatomy of a window</a></li>
|
||||
|
||||
<li>
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2">2.2 Working with windows</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.1">2.2.1 Focusing a window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.2">2.2.2 Reordering Overlapping
|
||||
Windows</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.3">2.2.3 Moving a Window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.4">2.2.4 Resizing a Window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.5">2.2.5 Miniaturizing a
|
||||
Window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.6">2.2.6 Shading a Window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.7">2.2.7 Closing a Window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.8">2.2.8 Maximizing a
|
||||
Window</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.2.9">2.2.9 The Window Commands
|
||||
Menu</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3">2.3 The Window Attributes Inspector</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3.1">2.3.1 Window
|
||||
Specification</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3.2">2.3.2 Window Attributes</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3.3">2.3.3 Advanced Options</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3.4">2.3.4 Icon and Initial
|
||||
Workspace</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap2.htm#2.3.5">2.3.5 Application
|
||||
Specific</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><br />
|
||||
|
||||
<h1><a href="chap3.php">Chapter 3: The Workspace</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li>
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.1">3.1 Working with Menus</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.1.1">3.1.1 The Root Window
|
||||
Menu</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.1.2">3.1.2 The Window List
|
||||
Menu</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.2">3.2 Working with Applications</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.2.1">3.2.1 Hiding An
|
||||
Application</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.2.2">3.2.2 The Application Icon
|
||||
Menu</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.2.3">3.2.3 The Application
|
||||
Dock</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.3">3.3 Working with Workspaces</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.3.1">3.3.1 The Workspace Menu</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap3.htm#3.3.2">3.3.2 The Workspace Clip</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><br />
|
||||
|
||||
<h1><a href="chap4.php">Chapter 4: Configuring WindowMaker</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li>
|
||||
<a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap4.htm#4.1">4.1 The Defualts Database System</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap4.htm#4.1.1">4.1.1 Propety List File
|
||||
Format</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap4.htm#4.1.2">4.1.2 Value Types</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap4.htm#4.1.3">4.1.3 Preferences</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap4.htm#4.1.4">4.1.4 Window Attributes</a></li>
|
||||
|
||||
<li><a href="http://wmaker.orconhosting.net.nz/help/user_guide/chap4.htm#4.1.5">4.1.5 Applications Menu</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><br />
|
||||
<br />
|
||||
|
||||
<h1><a href="chap5.php">Chapter 5: Tips</a></h1><br />
|
||||
<br />
|
||||
|
||||
<h1><a href="chap6.php">Chapter 6: Glossary</a></h1><br />
|
||||
<br />
|
||||
|
||||
<h1><a href="chap7.php">Chapter 7: Credits</a></h1><br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
161
guide_toc.php
Normal file
161
guide_toc.php
Normal file
@@ -0,0 +1,161 @@
|
||||
<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: News</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 />
|
||||
|
||||
<h1><a href="chap1.php">Chapter 1: Introduction</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap1.php#1.1">1.1 What is a window manager?</a></li>
|
||||
</ul><br />
|
||||
|
||||
<h1><a href="chap2.php">Chapter 2: Windows</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap2.php#2.1">2.1 Anatomy of a window</a></li>
|
||||
|
||||
<li>
|
||||
<a href="chap2.php#2.2">2.2 Working with windows</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap2.php#2.2.1">2.2.1 Focusing a window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.2">2.2.2 Reordering Overlapping
|
||||
Windows</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.3">2.2.3 Moving a Window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.4">2.2.4 Resizing a Window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.5">2.2.5 Miniaturizing a
|
||||
Window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.6">2.2.6 Shading a Window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.7">2.2.7 Closing a Window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.8">2.2.8 Maximizing a
|
||||
Window</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.2.9">2.2.9 The Window Commands
|
||||
Menu</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="chap2.php#2.3">2.3 The Window Attributes Inspector</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap2.php#2.3.1">2.3.1 Window
|
||||
Specification</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.3.2">2.3.2 Window Attributes</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.3.3">2.3.3 Advanced Options</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.3.4">2.3.4 Icon and Initial
|
||||
Workspace</a></li>
|
||||
|
||||
<li><a href="chap2.php#2.3.5">2.3.5 Application
|
||||
Specific</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><br />
|
||||
|
||||
<h1><a href="chap3.php">Chapter 3: The Workspace</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li>
|
||||
<a href="chap3.php#3.1">3.1 Working with Menus</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap3.php#3.1.1">3.1.1 The Root Window
|
||||
Menu</a></li>
|
||||
|
||||
<li><a href="chap3.php#3.1.2">3.1.2 The Window List
|
||||
Menu</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="chap3.php#3.2">3.2 Working with Applications</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap3.php#3.2.1">3.2.1 Hiding An
|
||||
Application</a></li>
|
||||
|
||||
<li><a href="chap3.php#3.2.2">3.2.2 The Application Icon
|
||||
Menu</a></li>
|
||||
|
||||
<li><a href="chap3.php#3.2.3">3.2.3 The Application
|
||||
Dock</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="chap3.php#3.3">3.3 Working with Workspaces</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap3.php#3.3.1">3.3.1 The Workspace Menu</a></li>
|
||||
|
||||
<li><a href="chap3.php#3.3.2">3.3.2 The Workspace Clip</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><br />
|
||||
|
||||
<h1><a href="chap4.php">Chapter 4: Configuring WindowMaker</a></h1>
|
||||
|
||||
<ul type="disc">
|
||||
<li>
|
||||
<a href="chap4.php#4.1">4.1 The Defualts Database System</a>
|
||||
|
||||
<ul type="disc">
|
||||
<li><a href="chap4.php#4.1.1">4.1.1 Propety List File
|
||||
Format</a></li>
|
||||
|
||||
<li><a href="chap4.php#4.1.2">4.1.2 Value Types</a></li>
|
||||
|
||||
<li><a href="chap4.php#4.1.3">4.1.3 Preferences</a></li>
|
||||
|
||||
<li><a href="chap4.php#4.1.4">4.1.4 Window Attributes</a></li>
|
||||
|
||||
<li><a href="chap4.php#4.1.5">4.1.5 Applications Menu</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><br />
|
||||
<br />
|
||||
|
||||
<h1><a href="chap5.php">Chapter 5: Tips</a></h1><br />
|
||||
<br />
|
||||
|
||||
<h1><a href="chap6.php">Chapter 6: Glossary</a></h1><br />
|
||||
<br />
|
||||
|
||||
<h1><a href="chap7.php">Chapter 7: Credits</a></h1><br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user