Skip to content

Commit 4445a84

Browse files
committed
deploy: 72ddb8d
1 parent 627e6b8 commit 4445a84

3 files changed

Lines changed: 82 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ <h2 id="download">Download</h2>
9494

9595
<ul>
9696
<li>Latest source of stable version is
97-
<a href="https://github.com/window-maker/wmaker/releases/download/wmaker-0.96.0/WindowMaker-0.96.0.tar.gz">0.96.0</a>,
97+
<a href="/pub/source/release/WindowMaker-0.96.0.tar.gz">0.96.0</a>,
9898
released on 2023-08-05. See the <a href="news">NEWS</a> section for more information.</li>
9999
<li>Source code is also available through the
100100
<a href="http://repo.or.cz/w/wmaker-crm.git">git repository</a></li>
101+
<li>Older versions of Window Maker may be obtained from the <a href="https://github.com/window-maker/wmaker/releases">GitHub releases page</a> or directly from <a href="/pub/source/release/">our website</a>.</li>
101102
</ul>
102103

103104
<h2 id="bugs">Bugs</h2>
3.28 MB
Binary file not shown.

pub/source/release/index.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Window Maker: Downloads</title>
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="/style.css" media="screen">
7+
<meta name="HandheldFriendly" content="True">
8+
<meta name="MobileOptimized" content="320">
9+
<meta name="viewport"
10+
content="width=device-width, minimumscale=1.0, maximum-scale=1.0">
11+
</head>
12+
<body>
13+
<div id="wrapper">
14+
<header>
15+
<h1>
16+
<a href="/">
17+
<span class="first">Window</span><span class="second">Maker</span>
18+
</a>
19+
</h1>
20+
</header>
21+
<aside>
22+
<nav class="menu">
23+
<ul>
24+
<li id="dock">
25+
<a href="#"></a>
26+
</li>
27+
<li id="home" title="Home">
28+
<a href="/">Home</a>
29+
</li>
30+
<li id="news" title="News">
31+
<a href="/news">News</a>
32+
</li>
33+
<li id="docs" title="Documentation">
34+
<a href="/docs">Documentation</a>
35+
</li>
36+
<li id="mail" title="Mailing lists">
37+
<a href="/lists">Mailing</a>
38+
</li>
39+
<li id="devel" title="Development">
40+
<a href="/dev">Development</a>
41+
</li>
42+
<li id="screenshots" title="Screenshots">
43+
<a href="/screenshots">Screenshots</a>
44+
</li>
45+
<li id="dockapps" title="Dockapps">
46+
<a href="https://www.dockapps.net">Dockapps</a>
47+
</li>
48+
<li id="themes" title="Themes">
49+
<a href="/themes">Themes</a>
50+
</li>
51+
<li id="links" title="Links">
52+
<a href="/links">Links</a>
53+
</li>
54+
</ul>
55+
</nav>
56+
</aside>
57+
<article>
58+
<p>The following versions of Window Maker are available for download:</p>
59+
60+
<ul>
61+
<li><a href="WindowMaker-0.96.0.tar.gz">0.96.0</a>, released on 2023-08-05</li>
62+
<li><a href="WindowMaker-0.95.9.tar.gz">0.95.9</a>, released on 2020-04-04</li>
63+
<li><a href="WindowMaker-0.95.8.tar.gz">0.95.8</a>, released on 2017-03-11</li>
64+
</ul>
65+
66+
</article>
67+
<div id="titlebar">
68+
<div id="minimize"></div>
69+
<div id="titlebar-inner">Window Maker: Downloads</div>
70+
<div id="close"></div>
71+
</div>
72+
<div id="resizebar">
73+
<div id="resizel"></div>
74+
<div id="resizebar-inner">
75+
</div>
76+
<div id="resizer"></div>
77+
</div>
78+
</div>
79+
</body>
80+
</html>

0 commit comments

Comments
 (0)