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

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2013-10-13 17:34:53 +0400
committerOliver Schneider <oliver@assarbad.net>2013-10-13 17:34:53 +0400
commit54161c21593216ddc011cefb266ce59b1ea04152 (patch)
treee8ba3fd10bda1fb417af6dbbcd26d405dddb2d85 /web
parent22f8c2390ba79a1ead6f923f180b4986f6ea47e4 (diff)
- Updates to the website templates
Diffstat (limited to 'web')
-rw-r--r--web/templates/download.html.tmpl26
-rw-r--r--web/templates/include/constants.tt6
2 files changed, 22 insertions, 10 deletions
diff --git a/web/templates/download.html.tmpl b/web/templates/download.html.tmpl
index b86b98a..41d73bc 100644
--- a/web/templates/download.html.tmpl
+++ b/web/templates/download.html.tmpl
@@ -6,19 +6,27 @@
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>
+<li class="download">WinDirStat [%- currver -%] from <a class="wdslnk" href="[%- download_FH -%]">FossHub</a></li>
</ul>
-<p>Please verify your download afterwards. The hashes are: <tt>MD5: [%- download_MD5 -%]</tt> and <tt>SHA1: [%- download_SHA1 -%]</tt>.</p>
+<p>Please verify your download afterwards. The hashes of the setup file are: <tt>MD5: [%- download_MD5 -%]</tt> and <tt>SHA1: [%- download_SHA1 -%]</tt>.</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>
<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>
+<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 Server 2003, Windows Vista, and Windows 7.
+(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>Canonical links</h3>
@@ -41,8 +49,12 @@
<a href="http://blog.windirstat.info">blog.windirstat.info</a><br />
Announcements, thoughts and of course - through comments - a place for discussions around WinDirStat.
</li>
+ <li class="bigspace">SourceForge.net download of WinDirStat [%- currver -%]:<br />
+ <a href="[%- download_SF -%]">[%- download_SF -%]</a><br />
+ This is for everyone who prefers to download from SourceForge.net.
+ </li>
<li class="bigspace">SourceForge.net project summary page:<br />
- <a href="/project/">windirstat.info/project/</a>
+ <a href="/project/">windirstat.info/project/</a><br />
This is the original home of WinDirStat and remains the location of the authoritative copy of the repository.
</li>
<li class="bigspace">Bitbucket team page:<br />
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index ca37fea..32011e7 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -11,8 +11,8 @@
]
revisit = '5 days'
currver = '1.1.2'
- download_DBS = 'http://www.downloadbestsoft.com/WinDirStat.html'
- download_SF = 'http://prdownloads.sourceforge.net/windirstat/windirstat1_1_2_setup.exe'
- download_MD5 = '3abf1c149873e25d4e266225fbf37cbf'
+ download_FH = 'http://www.fosshub.com/WinDirStat.html'
+ download_SF = 'http://prdownloads.sourceforge.net/windirstat/windirstat1_1_2_setup.exe'
+ download_MD5 = '3abf1c149873e25d4e266225fbf37cbf'
download_SHA1 = '6fa92dd2ca691c11dfbfc0a239e34369897a7fab'
%]