Welcome to mirror list, hosted at ThFree Co, Russian Federation.

download.html.tmpl « templates « web - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02aa8177dcaac69f66b7b115902d2c48ac96d819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[%- PROCESS 'constants.tt' -%]
[% WRAPPER 'html-body.tt'
   title = 'Downloads, permalinks'
   description = 'Permalinks to downloads and other content'
   uuid = '8dccb375-74a0-4fde-a733-0019572b0646'
   norder = '1000'
%]
<ul class="download">
<li class="download">Download WinDirStat [%- currver -%] from <a class="wdslnk" href="[%- download_FH -%]">FossHub</a>.</li>
<li class="download_mirr">Alternative download locations can be found <a class="wdslnk" href="#mirrors">below</a>.</li>
<li class="download_src">Source code repositories: <a class="wdslnk" href="/project/">SourceForge</a> (primary) or <a class="wdslnk" href="/bitbucket/">Bitbucket</a> (secondary). For source code in <tt>.7z</tt> and <tt>.zip</tt> format, see below.</li>
</ul>

<p><strong>Please verify your download afterwards.</strong> The hashes of the setup file are: <tt>MD5: [%- download_MD5 -%]</tt> and  <tt>SHA1: [%- download_SHA1 -%]</tt>.
You can use <a href="http://support.microsoft.com/kb/841290">File Checksum Integrity Verifier from Microsoft</a> to verify the file hashes (the link describes how to use it to check file hashes).</p>

<p>
The <tt>.exe</tt> files contained in the installer have the following SHA1 hashes (Unicode and ANSI version respectively):</p>

<ul>
<li><tt>752e1687d58de3bef927d9ad24c0ed3da3754e17 *release/windirstat.exe</tt></li>
<li><tt>26e14a532e1e050eb20755a0b7a5fea99dd80588 *urelease/windirstat.exe</tt></li>
</ul>

The installer/setup itself has the SHA1 hash <tt>6fa92dd2ca691c11dfbfc0a239e34369897a7fab</tt>.

<h3>License</h3>
<p>WinDirStat is free software published under the GNU General Public License, version 2.</p>
<p>In general that means you are free to do whatever you like with the binary form (mirror it, put it on media accompanying printed magazines and also use it inside your company) free of charge. You also need not notify us in any way, although we appreciate feedback. The same holds for printed magazines interested in putting WinDirStat on a CD or DVD accompanying their publication. However, we'll happily provide the paperwork, if needed.</p>

<h3>Compatibility</h3>
<p>It is known to run on Windows 95 (IE5), Windows 98 SE, Windows ME, Windows NT4
(SP5), Windows 2000, Windows XP, Windows Vista, Windows 7, 8 and 8.1.<br />
Server versions of Windows generally work as well, but aren't always tested as well by us. Feel free to get in touch with us if you want to lend a hand :)
</p>

<h3><a name="mirrors" />List of official download mirrors</h3>
<ul>
  <li>
    <a href="[%- download_FH -%]">FossHub</a>
  </li>
  <li>
    <a href="[%- download_SF -%]">SourceForge</a>
  </li>
  <li>
    <a href="[%- dlbase_M1 -%]/[%- fname_setup -%]">Triple</a>
  </li>
</ul>

<h3>Canonical links</h3>
<p>
  If you want to link to this website or one of the resources, please use the following links.
  They point to the mirrors of SourceForge and are guaranteed to link to the current release always,
  whereas the actual links on the project page will change with each release:
</p>

<ul>
  <li class="bigspace">Website:<br />
    <a href="/">[%- wds_domain -%]</a><br />
	This website. Available via HTTP or HTTPS (encrypted).
  </li>
  <li class="bigspace">WinDirStat Subreddit:<br />
    <a href="/reddit/">[%- wds_domain -%]/reddit/</a><br />
	This is meant as a place to discuss the program, get help and suggest improvements or bring errors to our attention.
  </li>
  <li class="bigspace">Blog:<br />
    <a href="http://[%- wds_blog -%]">[%- wds_blog -%]</a><br />
	Announcements, thoughts and of course - through comments - a place for discussions around WinDirStat.
  </li>
  <li class="bigspace">SourceForge.net project summary page:<br />
    <a href="/project/">[%- wds_domain -%]/project/</a><br />
	This is the original home of WinDirStat and location of the authoritative copy of the source repository.
  </li>
  <li class="bigspace">Bitbucket team page:<br />
    <a href="/bitbucket/">[%- wds_domain -%]/bitbucket/</a><br />
	A Bitbucket team which can be used for those of you willing and able to contribute and already having a Bitbucket account. Send me pull requests, open issues or help create and improve Wiki pages.<br/>
	There is also a Wiki and an issue tracker there to report errors, feature requests or generally any issues you may encounter when using WinDirStat.
  </li>
  <li class="bigspace">Latest installer (currently version [%- currver -%]):<br />
    <a href="/[%- fname_setup -%]">[%- wds_domain -%]/[%- fname_setup -%]</a> or <a href="[%- dlbase_M1 -%]/[%- fname_setup -%]">[%- dlbase_M1 | remove('^https?:\/\/') -%]/[%- fname_setup -%]</a>.
  </li>
  <li class="bigspace">Lastest source code release (currently version [%- currver -%]):<br />
    <a href="/[%- fname_src_zip -%]">[%- wds_domain -%]/[%- fname_src_zip -%]</a> or from <a href="[%- dlbase_M1 -%]/[%- fname_src_zip -%]">[%- dlbase_M1 | remove('^https?:\/\/') -%]/[%- fname_src_zip -%]</a><br/> and <br/>
    <a href="/[%- fname_src_7z -%]">[%- wds_domain -%]/[%- fname_src_7z -%]</a> (smaller) or from <a href="[%- dlbase_M1 -%]/[%- fname_src_7z -%]">[%- dlbase_M1 | remove('^https?:\/\/') -%]/[%- fname_src_7z -%]</a>.
  </li>
</ul>

<h3>Thanks</h3>
<p>
Our heartfelt gratitude goes to the following companies and organizations in alphabetical order for supporting WinDirStat:
</p>
<ul>
  <li class="bigspace">Atlassian/Bitbucket<br />
    <a href="https://bitbucket.org/">bitbucket.org</a><br />
	... for their project mirror, the issue tracker and generally an attractive project space.
  </li>
  <li class="bigspace">FossHub<br />
    <a href="http://www.fosshub.com/">www.fosshub.com</a><br />
	... for their download mirror and <a href="[%- download_FH -%]">informative review page</a>.
  </li>
  <li class="bigspace">SourceForge<br />
    <a href="http://sourceforge.net/">sourceforge.net</a><br />
	... for hosting the project and source repositories from the very start.
  </li>
  <li class="bigspace">Triple IT<br />
    <a href="https://www.triple-it.nl/">www.triple-it.nl</a><br />
	... for their generous offer of an independent file download mirror (base directory <a href="[%- dlbase_M1 -%]/">here</a>).
  </li>
</ul>
[% END %]