mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
There were some broken links in the FAQ to documentation on creating theme packs, originally hosted on largo.windowmaker.org. These pages were located on archive.org and reformatted to fit the website's current style.
72 lines
2.0 KiB
PHP
72 lines
2.0 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: Themes</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"); ?>
|
|
|
|
<table class="inner" border="0" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td content="content" colspan="2" valign="top">
|
|
<br />
|
|
<br />
|
|
|
|
<h1>Theme HOWTO</h1>
|
|
<b>WARNING: This is for OLD style theme's only as is OUT OF DATE. Support for this format may be dropped
|
|
eventually and is not actively supported. Use this at your own risk!! Unless you have reason to do otherwise,
|
|
PLEASE use the <a href="themepacks.php">new ThemePack format</a>!!!</b>
|
|
|
|
<p>
|
|
|
|
For those of you that like to get in there and do it yourselves, or just want a theme
|
|
that is truely yours, here are some helpful guidelines to follow to have your theme
|
|
be as simple, standard and user friendly as possible. See <a href="themepacks.php">here</a>
|
|
for info on the new ThemePack format.
|
|
|
|
<p align="right">
|
|
Have fun!<br>
|
|
|
|
|
|
<font size="5">
|
|
<i>-Largo</i>
|
|
</font>
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<ul>
|
|
<li>
|
|
tar up your theme so that if the user untars it while in his/her
|
|
<tt>~/GNUstep/Library/WindowMaker</tt>...the theme will instantly appear in their menu.
|
|
<a href="theme-HOWTO-tar.php">Here's a quick guide to tar'ing your theme up</a>.
|
|
<br><br>
|
|
|
|
<li> Please use only Window Maker standard directory sructures. <a href="theme-HOWTO-dirs.php">details</a>
|
|
<br><br>
|
|
|
|
<li>
|
|
Please use jpeg's as your background images. <a href="theme-HOWTO-gifs.php">details</a>
|
|
<br><br>
|
|
|
|
</ul>
|
|
|
|
All set! Now you can share it with your friends. :)<br>
|
|
If you have any further questions, or comments on possible additions to this HOWTO, please
|
|
<a href="wmaker-dev.php">let us know</a>. Thanks!
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?php include("footer.php"); ?>
|
|
|
|
</body>
|
|
</html>
|