mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-18 03:50:18 +01:00
Deploy gryf/window-maker.github.io to github.com/gryf/window-maker.github.io.git:gh-pages
This commit is contained in:
115
themes/theme-HOWTO.html
Normal file
115
themes/theme-HOWTO.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Window Maker: Theme HOWTO</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/style.css" media="screen">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, minimumscale=1.0, maximum-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
<h1>
|
||||
<a href="/">
|
||||
<span class="first">Window</span><span class="second">Maker</span>
|
||||
</a>
|
||||
</h1>
|
||||
</header>
|
||||
<aside>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li id="dock">
|
||||
<a href="#"></a>
|
||||
</li>
|
||||
<li id="home" title="Home">
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li id="news" title="News">
|
||||
<a href="/news">News</a>
|
||||
</li>
|
||||
<li id="docs" title="Documentation">
|
||||
<a href="/docs">Documentation</a>
|
||||
</li>
|
||||
<li id="mail" title="Mailing lists">
|
||||
<a href="/lists">Mailing</a>
|
||||
</li>
|
||||
<li id="devel" title="Development">
|
||||
<a href="/dev">Development</a>
|
||||
</li>
|
||||
<li id="screenshots" title="Screenshots">
|
||||
<a href="/screenshots">Screenshots</a>
|
||||
</li>
|
||||
<li id="themes" title="Themes">
|
||||
<a href="/themes">Themes</a>
|
||||
</li>
|
||||
<li id="links" title="Links">
|
||||
<a href="/links">Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
<article>
|
||||
<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.html">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.html">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.html">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.html">details</a>
|
||||
<br><br>
|
||||
|
||||
<li>
|
||||
Please use jpeg's as your background images. <a href="theme-HOWTO-gifs.html">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="/lists/wmaker-dev.html">let us know</a>. Thanks!
|
||||
|
||||
</article>
|
||||
<div id="titlebar">
|
||||
<div id="minimize"></div>
|
||||
<div id="titlebar-inner">Window Maker: Theme HOWTO</div>
|
||||
<div id="close"></div>
|
||||
</div>
|
||||
<div id="resizebar">
|
||||
<div id="resizel"></div>
|
||||
<div id="resizebar-inner">
|
||||
</div>
|
||||
<div id="resizer"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user