Port Lists to Jekyll

This commit is contained in:
Doug Torrance
2018-05-11 10:41:15 -04:00
parent 000c09fb85
commit 9454fb5a63
3 changed files with 12 additions and 54 deletions

View File

@@ -32,7 +32,7 @@ title: Mailing Lists
<tbody>
<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>
@@ -40,7 +40,7 @@ title: Mailing Lists
</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>
@@ -65,8 +65,8 @@ title: Mailing Lists
</li>
<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.
The Window Maker source code comes with a README, INSTALL, and NEWS file. There is also a <a href="FAQ.php">FAQ</a>
<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="{{ site.baseurl }}/docs/FAQ.html">FAQ</a>
to read.</p>
</li>

29
lists/wmaker-dev.html Normal file
View File

@@ -0,0 +1,29 @@
---
layout: default
title: Developer List
---
<br />
<br />
<h3>Window Maker Developer List</h3>
<h2>Overview</h2>
<p>Window Maker Developer List is aimed at developers and others interested in the inner workings of Window Maker.</p>
<h2>Subscribe</h2>
<p>Send an email to <a href=
"mailto:wmaker-dev-subscribe@lists.windowmaker.org">wmaker-dev-subscribe@lists.windowmaker.org</a></p>
<p>You will get an email back to verify your address, reply and you are subscribed.</p>
<h2>Unsubscribe</h2>
<p>Send an email to <a href=
"mailto:wmaker-dev-unsubscribe@lists.windowmaker.org">wmaker-dev-unsubscribe@lists.windowmaker.org</a> from the address
you are subscribed.</p>
<h2>Archives</h2>
<p>The list is archived at <a href="http://lists.windowmaker.org/dev/">http://lists.windowmaker.org/dev/</a></p>

29
lists/wmaker-user.html Normal file
View File

@@ -0,0 +1,29 @@
---
layout: default
title: User List
---
<br />
<br />
<h3>Window Maker User List</h3>
<h2>Overview</h2>
<p>Window Maker User List is aimed at the end user for questions, tips, suggestions and general discussion.</p>
<h2>Subscribe</h2>
<p>Send an email to <a href=
"mailto:wmaker-user-subscribe@lists.windowmaker.org">wmaker-user-subscribe@lists.windowmaker.org</a></p>
<p>You will get an email back to verify your address, reply and you are subscribed.</p>
<h2>Unsubscribe</h2>
<p>Send an email to <a href=
"mailto:wmaker-user-unsubscribe@lists.windowmaker.org">wmaker-user-unsubscribe@lists.windowmaker.org</a> from the
address you are subscribed.</p>
<h2>Archives</h2>
<p>The list is archived at <a href="http://lists.windowmaker.org/user/">http://lists.windowmaker.org/user/</a></p>