mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Port Lists to Jekyll
This commit is contained in:
@@ -32,7 +32,7 @@ title: Mailing Lists
|
|||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="wmaker-dev.php">wmaker-dev</a></td>
|
<td><a href="wmaker-dev.html">wmaker-dev</a></td>
|
||||||
|
|
||||||
<td>Development discussion about the Window Maker window manager</td>
|
<td>Development discussion about the Window Maker window manager</td>
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ title: Mailing Lists
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="wmaker-user.php">wmaker-user</a></td>
|
<td><a href="wmaker-user.html">wmaker-user</a></td>
|
||||||
|
|
||||||
<td>User discussion about the Window Maker window manager</td>
|
<td>User discussion about the Window Maker window manager</td>
|
||||||
|
|
||||||
@@ -65,8 +65,8 @@ title: Mailing Lists
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li style="list-style: none; display: inline">
|
<li style="list-style: none; display: inline">
|
||||||
<p>Please consider reading some of our <a href="docs.php">documentation</a> before posting questions to the lists.
|
<p>Please consider reading some of our <a href="{{ site.baseurl }}/docs">documentation</a> before posting questions to the lists.
|
||||||
The Window Maker source code comes with a README, INSTALL, and NEWS file. There is also a <a href="FAQ.php">FAQ</a>
|
The Window Maker source code comes with a README, INSTALL, and NEWS file. There is also a <a href="{{ site.baseurl }}/docs/FAQ.html">FAQ</a>
|
||||||
to read.</p>
|
to read.</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
---
|
||||||
<head>
|
layout: default
|
||||||
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
title: Developer List
|
||||||
|
---
|
||||||
<title>Window Maker: Home</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 />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -40,11 +27,3 @@
|
|||||||
<h2>Archives</h2>
|
<h2>Archives</h2>
|
||||||
|
|
||||||
<p>The list is archived at <a href="http://lists.windowmaker.org/dev/">http://lists.windowmaker.org/dev/</a></p>
|
<p>The list is archived at <a href="http://lists.windowmaker.org/dev/">http://lists.windowmaker.org/dev/</a></p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<?php include("footer.php"); ?>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,20 +1,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
---
|
||||||
<head>
|
layout: default
|
||||||
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
title: User List
|
||||||
|
---
|
||||||
<title>Window Maker: Mailing List</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 />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -40,11 +27,3 @@
|
|||||||
<h2>Archives</h2>
|
<h2>Archives</h2>
|
||||||
|
|
||||||
<p>The list is archived at <a href="http://lists.windowmaker.org/user/">http://lists.windowmaker.org/user/</a></p>
|
<p>The list is archived at <a href="http://lists.windowmaker.org/user/">http://lists.windowmaker.org/user/</a></p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<?php include("footer.php"); ?>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user