@@ -64,27 +64,27 @@ $(DIVC download_channels,
64
64
65
65
$(BR)$(BR)
66
66
67
- $(DOWNLOAD Windows, $(WINDOWS), windows,
67
+ $(DOWNLOAD Windows, $(WINDOWS), windows, Windows,
68
68
$(SBTN $(WINEXE), exe) $(SBTN $(ARCH windows, 7z), 7z)
69
69
)
70
70
71
- $(DOWNLOAD macOS, $(OSX), osx,
71
+ $(DOWNLOAD macOS, $(OSX), osx, macOS,
72
72
$(SBTN $(OSXDMG), dmg) $(SBTN $(ARCH osx, tar.xz), tar.xz)
73
73
)
74
74
75
- $(DOWNLOAD Ubuntu/Debian, $(UBUNTU) $(DEBIAN), linux,
75
+ $(DOWNLOAD Ubuntu/Debian, $(UBUNTU) $(DEBIAN), linux, Linux,
76
76
$(SBTN $(DEB32), i386) $(SBTN $(DEB64), x86_64) $(SBTN $(ARCH linux, tar.xz), tar.xz)
77
77
)
78
78
79
- $(DOWNLOAD Fedore /CentOS, $(FEDORA) $(CENTOS), linux,
79
+ $(DOWNLOAD Fedora /CentOS, $(FEDORA) $(CENTOS), linux, Linux ,
80
80
$(SBTN $(RPM32), i386) $(SBTN $(RPM64), x86_64) $(SBTN $(ARCH linux, tar.xz), tar.xz)
81
81
)
82
82
83
- $(DOWNLOAD openSUSE, $(OPENSUSE), linux,
83
+ $(DOWNLOAD openSUSE, $(OPENSUSE), linux, Linux,
84
84
$(SBTN $(SUSE32), i386) $(SBTN $(SUSE64), x86_64) $(SBTN $(ARCH linux, tar.xz), tar.xz)
85
85
)
86
86
87
- $(DOWNLOAD FreeBSD, $(FREEBSD), linux,
87
+ $(DOWNLOAD FreeBSD, $(FREEBSD), linux, Linux,
88
88
$(SBTN $(ARCH freebsd-32, tar.xz), i386) $(SBTN $(ARCH freebsd-64, tar.xz), x86_64)
89
89
)
90
90
@@ -98,27 +98,27 @@ $(DIVC download_channels,
98
98
99
99
$(BR)$(BR)
100
100
101
- $(DOWNLOAD Windows, $(WINDOWS), windows,
101
+ $(DOWNLOAD Windows, $(WINDOWS), windows, Windows,
102
102
$(SBTN $(B_WINEXE), exe) $(SBTN $(B_ARCH windows, 7z), 7z)
103
103
)
104
104
105
- $(DOWNLOAD macOS, $(OSX), osx,
105
+ $(DOWNLOAD macOS, $(OSX), osx, macOS,
106
106
$(SBTN $(B_OSXDMG), dmg) $(SBTN $(B_ARCH osx, tar.xz), tar.xz)
107
107
)
108
108
109
- $(DOWNLOAD Ubuntu/Debian, $(UBUNTU) $(DEBIAN), linux,
109
+ $(DOWNLOAD Ubuntu/Debian, $(UBUNTU) $(DEBIAN), linux, Linux,
110
110
$(SBTN $(B_DEB32), i386) $(SBTN $(B_DEB64), x86_64) $(SBTN $(B_ARCH linux, tar.xz), tar.xz)
111
111
)
112
112
113
- $(DOWNLOAD Fedore /CentOS, $(FEDORA) $(CENTOS), linux,
113
+ $(DOWNLOAD Fedora /CentOS, $(FEDORA) $(CENTOS), linux, Linux ,
114
114
$(SBTN $(B_RPM32), i386) $(SBTN $(B_RPM64), x86_64) $(SBTN $(B_ARCH linux, tar.xz), tar.xz)
115
115
)
116
116
117
- $(DOWNLOAD openSUSE, $(OPENSUSE), linux,
117
+ $(DOWNLOAD openSUSE, $(OPENSUSE), linux, Linux,
118
118
$(SBTN $(B_SUSE32), i386) $(SBTN $(B_SUSE64), x86_64) $(SBTN $(B_ARCH linux, tar.xz), tar.xz)
119
119
)
120
120
121
- $(DOWNLOAD FreeBSD, $(FREEBSD), linux,
121
+ $(DOWNLOAD FreeBSD, $(FREEBSD), linux, Linux,
122
122
$(SBTN $(B_ARCH freebsd-32, tar.xz), i386) $(SBTN $(B_ARCH freebsd-64, tar.xz), x86_64)
123
123
)
124
124
@@ -131,27 +131,27 @@ $(DIVC download_channels,
131
131
132
132
$(BR)$(BR)
133
133
134
- $(DOWNLOAD Windows, $(WINDOWS), windows,
134
+ $(DOWNLOAD Windows, $(WINDOWS), windows, Windows,
135
135
$(SBTN $(N_ARCH windows, 7z), 7z)
136
136
)
137
137
138
- $(DOWNLOAD macOS, $(OSX), osx,
138
+ $(DOWNLOAD macOS, $(OSX), osx, macOS,
139
139
$(SBTN $(N_ARCH osx, tar.xz), tar.xz)
140
140
)
141
141
142
- $(DOWNLOAD Ubuntu/Debian, $(UBUNTU) $(DEBIAN), linux,
142
+ $(DOWNLOAD Ubuntu/Debian, $(UBUNTU) $(DEBIAN), linux, Linux,
143
143
$(SBTN $(N_ARCH linux, tar.xz), tar.xz)
144
144
)
145
145
146
- $(DOWNLOAD Fedore /CentOS, $(FEDORA) $(CENTOS), linux,
146
+ $(DOWNLOAD Fedora /CentOS, $(FEDORA) $(CENTOS), linux, Linux ,
147
147
$(SBTN $(N_ARCH linux, tar.xz), tar.xz)
148
148
)
149
149
150
- $(DOWNLOAD openSUSE, $(OPENSUSE), linux,
150
+ $(DOWNLOAD openSUSE, $(OPENSUSE), linux, Linux,
151
151
$(SBTN $(N_ARCH linux, tar.xz), tar.xz)
152
152
)
153
153
154
- $(DOWNLOAD FreeBSD, $(FREEBSD), linux,
154
+ $(DOWNLOAD FreeBSD, $(FREEBSD), linux, Linux,
155
155
$(SBTN $(N_ARCH freebsd-32, tar.xz), i386) $(SBTN $(N_ARCH freebsd-64, tar.xz), x86_64)
156
156
)
157
157
@@ -246,7 +246,7 @@ Macros:
246
246
CHOCOLATEY=$(LOGO chocolatey, Chocolatey)
247
247
WINDOWS=$(LOGO windows, Windows)
248
248
249
- LINK_OS=<a href="$(ROOT_DIR)dmd-$1.html" style="text-decoration: none; ">$2</a>
249
+ LINK_OS=<a href="$(ROOT_DIR)dmd-$1.html" style="text-decoration: none" title="$3 setup and usage information ">$2</a>
250
250
251
251
SBTN=$(SPANC sig_btn,$(BTN $1,$+)<br>$(BTN $1.sig,sig))
252
252
BTN=<a href="$1" class="btn">$+</a>
@@ -260,17 +260,18 @@ Macros:
260
260
$(DIVC download_paragraph,
261
261
<h3 style="display: inline-block">$1</h3>
262
262
<span style="display: inline-block">
263
- $(LINK_OS $3, <i class="fa fa-info-circle" aria-hidden="true"></i>)
263
+ $(LINK_OS $3, <i class="fa fa-info-circle" aria-hidden="true"></i>, $4 )
264
264
</span>
265
265
<div style="">
266
- $4
266
+ $5
267
267
</div>
268
268
)
269
269
)
270
270
C_A=$1:$2;
271
271
EXTRA_HEADERS=$(T style,
272
272
.download_paragraph > span {
273
273
visibility: hidden;
274
+ margin-left: 0.4em;
274
275
$(C_A font-size, 125%)
275
276
}
276
277
.download_paragraph:hover > span {
0 commit comments