Skip to content

Commit ed952ab

Browse files
committed
download: describe the package types below the file list
Also rename 'binary' to 'tool' Closes #439
1 parent e00cd8f commit ed952ab

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

_download.html

+22
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,28 @@
7272
location. Mail <a href="mailto:curl-release&#64;haxx.se">curl-release</a> and
7373
tell us!
7474

75+
<p>
76+
<table>
77+
<tr class="tabletop">
78+
<th> type </th>
79+
<th> description </th>
80+
</tr>
81+
<tr><td><b>tool</b> </td>
82+
<td> The command line tool. libcurl may then be provided either linked
83+
statically or included linked dynamically.</td><tr>
84+
</tr>
85+
<tr><td><b>libcurl</b> </td>
86+
<td> libcurl without the command line tool.</td><tr>
87+
</tr>
88+
<tr><td><b>devel</b> </td>
89+
<td> libcurl and headers, suitable for application developers to work
90+
with.</td><tr>
91+
</tr>
92+
<tr><td><b>source</b> </td>
93+
<td> curl and libcurl full source code, possibly adjusted for the particular
94+
surrounding the package is made for</td><tr>
95+
</tr>
96+
</table>
7597
SUBTITLE(Official curl docker images)
7698
<p>
7799
The official curl docker images are available at:

dl/mktable.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sub show {
143143

144144
my %shown;
145145

146-
my %typelong=('bin' => '<b>binary</b>',
146+
my %typelong=('bin' => '<b>tool</b>',
147147
'devel' => 'devel',
148148
'source' => 'source',
149149
'lib' => 'libcurl');

0 commit comments

Comments
 (0)