Skip to content

Commit c375819

Browse files
committed
Add new extras page, containing Info-ZIP download
New /extras/index.html page containing only a download links and blurb about for Info-ZIP. New /extras/info-zip.html page that redirects to extras/index#info-zip Add Extras page link to "More" menu
1 parent f90bc9f commit c375819

File tree

4 files changed

+112
-0
lines changed

4 files changed

+112
-0
lines changed

_data/core.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ credits-link-title: "Credits page"
3535
cookies-page-link: "/cookies"
3636
cookies-page-link-title: "Cookies page"
3737

38+
extras-link: "/extras"
39+
extras-title: "Extras page"
40+
3841
install-to-ide-link: "/install-to-ide"
3942

4043
software-base-url: "/software"

_includes/navigation.html

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<a href="{{ site.data.core.notes-link }}" aria-label="{{ site.data.core.tips-notes-title }}">Delphi Notes</a>
4747
</li>
4848
<li role="separator" class="divider"></li>
49+
<li{% if page.url == site.data.core.docs-link %} class="active"{% endif %}>
50+
<a href="{{ site.data.core.extras-link }}" aria-label="{{ site.data.core.extras-title }}">Extras</a>
51+
</li>
52+
<li role="separator" class="divider"></li>
4953
<li{% if page.url == site.data.core.about-link %} class="active"{% endif %}>
5054
<a href="{{ site.data.core.about-link }}" aria-label="{{ site.data.core.about-link-title }}">About</a>
5155
</li>

extras/index.html

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
title: Extras
3+
meta-title: "Extra bits and bobs and downloads"
4+
meta-desc: "Miscellaneous information and downloads that don't fit anywhere else on DelphiDabbler.com"
5+
---
6+
7+
<h1 roll="heading">{{page.title | escape}}</h1>
8+
9+
<p class="callout callout-info lead">
10+
This page is a park for anything that doesn't fit elsewhere on this website.
11+
</p>
12+
13+
<p>
14+
At present there's just the one item:
15+
</p>
16+
17+
<section class="panel panel-default" id="info-zip">
18+
<div class="panel-heading">
19+
<h2 class="panel-title">
20+
Info-ZIP zip.exe &amp; unzip.exe
21+
</h2>
22+
</div>
23+
<div class="panel-body">
24+
<p>
25+
I use <a href="https://infozip.sourceforge.net/">Info-ZIP's</a> <code>zip.exe</code> in most of my build scripts to create zip files. The site I have been recommending to download the program doesn't appear to have been maintained for a while and I'm concerned that it might go away. So I've decided to host <code>zip.exe</code> and <code>unzip.exe</code> myself, just to be on the safe side.
26+
</p>
27+
28+
<p>
29+
A zip file, <code>info-zip.zip</code>, has been uploaded to my Google Drive. The file contains <em>Windows</em> builds of zip v2.32 &amp; unzip v5.52, along with the required license. Clicking the following button will open a page on Google Drive that lists the contents of <code>info-zip.zip</code>. You will need to click the download button to get it.
30+
</p>
31+
32+
<p class="text-center">
33+
<a class="btn btn-primary" role="button" href="https://drive.google.com/file/d/1NCGgWJEOOyXtA-iZV6QsdevyYrf-YyJ8/view">Get zip &amp; unzip from Google Drive</a>
34+
</p>
35+
36+
<aside>
37+
<p class="callout callout-info">
38+
Yes, I realise storing a zip extractor in a .zip file is a bit recursive, but don't tell me you haven't got one already <span class="fa fa-smile-o"></span>.
39+
</p>
40+
</aside>
41+
42+
<h3>
43+
Info-ZIP license
44+
</h3>
45+
46+
<div class="frame">
47+
<pre class="pre-scrollable">Copyright (c) 1990-2006 Info-ZIP. All rights reserved.
48+
49+
For the purposes of this copyright and license, &quot;Info-ZIP&quot; is defined as
50+
the following set of individuals:
51+
52+
Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
53+
Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
54+
Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
55+
David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
56+
Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
57+
Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
58+
Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
59+
Rich Wales, Mike White
60+
61+
This software is provided &quot;as is,&quot; without warranty of any kind, express
62+
or implied. In no event shall Info-ZIP or its contributors be held liable
63+
for any direct, indirect, incidental, special or consequential damages
64+
arising out of the use of or inability to use this software.
65+
66+
Permission is granted to anyone to use this software for any purpose,
67+
including commercial applications, and to alter it and redistribute it
68+
freely, subject to the following restrictions:
69+
70+
1. Redistributions of source code must retain the above copyright notice,
71+
definition, disclaimer, and this list of conditions.
72+
73+
2. Redistributions in binary form (compiled executables) must reproduce
74+
the above copyright notice, definition, disclaimer, and this list of
75+
conditions in documentation and/or other materials provided with the
76+
distribution. The sole exception to this condition is redistribution
77+
of a standard UnZipSFX binary (including SFXWiz) as part of a
78+
self-extracting archive; that is permitted without inclusion of this
79+
license, as long as the normal SFX banner has not been removed from
80+
the binary or disabled.
81+
82+
3. Altered versions--including, but not limited to, ports to new operating
83+
systems, existing ports with new graphical interfaces, and dynamic,
84+
shared, or static library versions--must be plainly marked as such
85+
and must not be misrepresented as being the original source. Such
86+
altered versions also must not be misrepresented as being Info-ZIP
87+
releases--including, but not limited to, labeling of the altered
88+
versions with the names &quot;Info-ZIP&quot; (or any variation thereof, including,
89+
but not limited to, different capitalizations), &quot;Pocket UnZip,&quot; &quot;WiZ&quot;
90+
or &quot;MacZip&quot; without the explicit permission of Info-ZIP. Such altered
91+
versions are further prohibited from misrepresentative use of the
92+
Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
93+
94+
4. Info-ZIP retains the right to use the names &quot;Info-ZIP,&quot; &quot;Zip,&quot; &quot;UnZip,&quot;
95+
&quot;UnZipSFX,&quot; &quot;WiZ,&quot; &quot;Pocket UnZip,&quot; &quot;Pocket Zip,&quot; and &quot;MacZip&quot; for its
96+
own source and binary releases.</pre>
97+
</div>
98+
</div>
99+
</section>

extras/info-zip.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: url-redirect
3+
redirect-url: /extras/index#info-zip
4+
redirect-delay: 0
5+
title: Redirecting...
6+
---

0 commit comments

Comments
 (0)