Port Themes to Jekyll

This commit is contained in:
Doug Torrance
2018-05-11 10:53:33 -04:00
parent dc2d19f72f
commit cc3f37ab2b
12 changed files with 31 additions and 129 deletions

View File

@@ -11,8 +11,8 @@ title: Themes
<h2>Documentation</h2>
<ul>
<li><a href="themepacks.php">ThemePacks HOWTO</a></li>
<li><a href="theme-HOWTO.php">Theme HOWTO</a> (out of date)</li>
<li><a href="themepacks.html">ThemePacks HOWTO</a></li>
<li><a href="theme-HOWTO.html">Theme HOWTO</a> (out of date)</li>
</ul>
<h2>Links</h2>

View File

Before

Width:  |  Height:  |  Size: 731 KiB

After

Width:  |  Height:  |  Size: 731 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

@@ -1,19 +1,7 @@
<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">
---
layout: default
title: Theme HOWTO - Directories
---
<br />
<br />

View File

@@ -1,19 +1,8 @@
<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" />
---
layout: default
title: Theme HOWTO - GIFs
---
<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 />
@@ -29,13 +18,3 @@
extension, please include the file format of it in the .lsm for your theme.
<a href="example-lsm.txt">See here</a> for an example <tt>readme.lsm</tt> file.
<br><br>
</td>
</tr>
</table>
<?php include("footer.php"); ?>
</body>
</html>

View File

@@ -1,19 +1,7 @@
<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">
---
layout: default
title: Theme HOWTO - Tar'ing your theme
---
<br />
<br />
@@ -41,7 +29,7 @@
<p>
If you're having trouble, try typing '<tt>man tar</tt>' or ask for help on irc
in the #WindowMaker channel on EFnet. If all else fails, you can
<a href="wmaker-dev.php">contact us</a> and we'll try and help you out,
<a href="{{ site.baseurl }}/lists/wmaker-dev.html">contact us</a> and we'll try and help you out,
but please try the other methods first. Thanks.
<p>
Also, your theme file should NOT include your <tt>~/GNUstep/Defaults/WindowMaker</tt>
@@ -51,13 +39,3 @@
above. For example, do NOT include your <tt>menu</tt> file or anything from your
<tt>~/GNUstep/Defaults/</tt> directory. ONLY include files from the directories
listed above and the readme.lsm file.
</td>
</tr>
</table>
<?php include("footer.php"); ?>
</body>
</html>

View File

@@ -1,32 +1,20 @@
<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 />
---
layout: default
title: Theme HOWTO
---
<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>
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.php">here</a>
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">
@@ -44,28 +32,18 @@ Have fun!<br>
<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>.
<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.php">details</a>
<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.php">details</a>
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="wmaker-dev.php">let us know</a>. Thanks!
</td>
</tr>
</table>
<?php include("footer.php"); ?>
</body>
</html>
<a href="{{ site.baseurl }}/lists/wmaker-dev.html">let us know</a>. Thanks!

View File

@@ -1,19 +1,7 @@
<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">
---
layout: default
title: ThemePacks HOWTO
---
<br />
<br />
@@ -24,7 +12,7 @@
<b>Note:</b> the information contained in this file is only valid for themes
in the <tt>.themed</tt> (for theme directory) format, supported in
Window Maker 0.50.0 or newer. See <a href="theme-HOWTO.php">here</a> for
Window Maker 0.50.0 or newer. See <a href="theme-HOWTO.html">here</a> for
information on themes for WindowMaker-0.20.3 and earlier.
<br><br><br>
@@ -113,12 +101,3 @@ and all three files contain the same image, you can do:
<p/>
<p/>
&nbsp;
</td>
</tr>
</table>
<?php include("footer.php"); ?>
</body>
</html>