mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
This patch essentially adds a mini version of the old dockapps.windowmaker.org to the main webpage for the dockapps which are in the git repository. Instead of hosting the tarballs, links to git snapshots on repo.or.cz are given. The images and descriptions came mostly from archive.org's copy of dockapps.windowmaker.org. They are stored in a text-based database (dockapps.db), which is generated locally by a perl script that pulls the version information from git.
86 lines
2.7 KiB
PHP
86 lines
2.7 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: 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("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 />
|
|
|
|
<h3>External links</h3>
|
|
|
|
<ul>
|
|
<li>
|
|
<p><a href="http://www.rumbero.org/wmlive" target="_blank">WMLive CD</a> -- A remastered Ubuntu live CD featuring Window Maker as
|
|
default window manager.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="dockapps">Dockapps</a></p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://www.quantitativefinanceservices.com/OpenDir/WINGslib/WINGToc.html" target="_blank">WINGs tutorial</a></p>
|
|
</li>
|
|
|
|
<li>
|
|
<p> <a href="http://www.the-little-red-haired-girl.org/pub/wmaker/" target="_blank"> Unofficial debian packages of Window Maker</a></p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://www.jessanderson.org/wmthemes/" target="_blank">Themes for Window Maker</a></p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://voins.program.ru/windowmaker/wingsman.html" target="_blank">WINGs manpages</a></p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://voins.program.ru/wdm/" target="_blank">WDM</a> -- A login manager</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://repo.or.cz/w/whome.git" target="_blank">Source code</a> of www.windowmaker.org </p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://www.youtube.com/watch?v=WyxByfhT1F0&list=FL1YOrvHiWO_kPjkKGhO6vDA&feature=mh_lolz" target="_blank">OPENSTEP 4.0 Demo</a> on youtube</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://administratosphere.wordpress.com/2011/07/05/why-i-use-window-maker/" target="_blank">Why I use Window Maker</a> (blog post)</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://windowmakerandi.blogspot.co.uk/" target="_blank">Window Maker and I</a> Blog</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a href="http://blog.bigsmoke.us/2009/03/30/wmaker" target="_blank">My Window Maker 'desktop' configuration</a> (blog post)</p>
|
|
</li>
|
|
|
|
<li> <a href="http://browse.deviantart.com/customization/skins/themes/windowmaker/" target="_blank"> Window Maker themes</a></li>
|
|
<li> <a href="chaos-wmaker.tar.gz">WMaker Skin</a> for audacious</li>
|
|
|
|
<br><br><br>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?php include("footer.php"); ?>
|
|
|
|
</body>
|
|
</html>
|