mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2026-02-01 15:45:46 +01:00
Added theme pack documentation
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.
This commit is contained in:
committed by
Carlos R. Mafra
parent
793222528b
commit
cde609df97
36
theme-HOWTO-dirs.php
Normal file
36
theme-HOWTO-dirs.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<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 />
|
||||
|
||||
Please use only Window Maker standard directory sructures. This means don't
|
||||
stick your titlebars in a directory under "~/GNUstep/Library/WindowMaker/Titlebars"
|
||||
and your Tiles under "~/GNUstep/Library/WindowMaker/Tiles". Please use
|
||||
<tt>~/GNUstep/Library/WindowMaker/Pixmaps</tt> for all tiles and menu/titlebar images,
|
||||
<tt>~/GNUstep/Library/WindowMaker/Icons</tt> for any icons you include
|
||||
and <tt>~/GNUstep/Library/WindowMaker/Backgrounds</tt> for your backgrounds.
|
||||
<br><br>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php include("footer.php"); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user