mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Add links subpage
This commit is contained in:
6
dock.php
6
dock.php
@@ -26,5 +26,11 @@
|
|||||||
"MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height=
|
"MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height=
|
||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
||||||
|
"MM_swapImage('Image6','','links.png',0)"><img src="links.png" alt="Development" width="60" height=
|
||||||
|
"81"></a></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
65
links.php
Normal file
65
links.php
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
<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: Links</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>External links</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><a href="http://www.rumbero.org/wmlive">WMLive CD</a> -- A remastered Ubuntu live CD featuring Window Maker as
|
||||||
|
default window manager.</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<p><a href="http://www.quantitativefinanceservices.com/OpenDir/WINGslib/WINGToc.html">WINGs tutorial</a></p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<p> <a href="http://www.the-little-red-haired-girl.org/pub/wmaker/"> Unofficial debian packages of Window Maker</a></p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<p><a href="http://administratosphere.wordpress.com/2011/07/05/why-i-use-window-maker/">Why I use Window Maker</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><a href="http://www.jessanderson.org/wmthemes/">Themes for Window Maker</a></p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<p><a href="http://voins.program.ru/windowmaker/wingsman.html">WINGs manpages</a></p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<p><a href="http://voins.program.ru/wdm/">WDM</a> -- A login manager</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<p><a href="http://repo.or.cz/w/whome.git">Source code</a> of www.windowmaker.org -- Patches welcome</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<br><br><br>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
||||||
|
|
||||||
<title>WINGst</title>
|
<title>WINGs</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
<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>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user