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: 607c79e8ddb03cdfee9b4a3ae3e963aab0a587e6 (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
[%- 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">WinDirStat [%- currver -%] from <a class="wdslnk" href="[%- download_DBS -%]">DownloadBestSoft</a></li>
<li class="download">WinDirStat [%- currver -%] from <a class="wdslnk" href="[%- download_SF -%]">SourceForge.net</a></li>
</ul>

<h3>License</h3>
<p>WinDirStat is free software published under the GNU General Public License.</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.</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 Server 2003, Windows Vista, and Windows 7.
</p>

<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="/">http://windirstat.info</a>
  </li>
  <li class="bigspace">Blog:<br />
    <a href="http://blog.windirstat.info">http://blog.windirstat.info</a>
  </li>
  <li class="bigspace">SourceForge.net project summary page:<br />
    <a href="/project/">www.windirstat.info/project/</a>
  </li>
  <li class="bigspace">Current installer (version [%- currver -%]):<br />
    <a href="/wds_current_setup.exe">www.windirstat.info/wds_current_setup.exe</a>
  </li>
  <li class="bigspace">Current Source release:<br />
    <a href="/wds_current_source.zip">www.windirstat.info/wds_current_source.zip</a> <br/> or <br/>
    <a href="/wds_current_source.7z">www.windirstat.info/wds_current_source.7z</a>
  </li>
</ul>
[% END %]