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-05-31 01:34:14 +0400
committerOliver Schneider <oliver@assarbad.net>2013-05-31 01:34:14 +0400
commita971478aa3133a8a762d8c10a05ad593622210eb (patch)
tree5fce4d1cfb4bb01e8e93b19ec7b586da5b47524d /web
parent1e34ecfcd11e5bc4d3a303d01fe038e2c6432e0f (diff)
- Adding more canonical links
Diffstat (limited to 'web')
-rw-r--r--web/templates/download.html.tmpl27
1 files changed, 21 insertions, 6 deletions
diff --git a/web/templates/download.html.tmpl b/web/templates/download.html.tmpl
index eaef6e4..b86b98a 100644
--- a/web/templates/download.html.tmpl
+++ b/web/templates/download.html.tmpl
@@ -30,20 +30,35 @@
<ul>
<li class="bigspace">Website:<br />
- <a href="/">http://windirstat.info</a>
+ <a href="/">windirstat.info</a><br />
+ This website. Available via HTTP or HTTPS (encrypted).
+ </li>
+ <li class="bigspace">WinDirStat Subreddit:<br />
+ <a href="/reddit/">windirstat.info/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://blog.windirstat.info">http://blog.windirstat.info</a>
+ <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 project summary page:<br />
- <a href="/project/">www.windirstat.info/project/</a>
+ <a href="/project/">windirstat.info/project/</a>
+ 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 />
+ <a href="/bitbucket/">windirstat.info/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.
+ </li>
+ <li class="bigspace">Github team page:<br />
+ <a href="/github/">windirstat.info/github/</a><br />
+ All of you Git aficionados who prefer to develop with Git send me pull requests on Github. The authoritative copy is still going to be the one on SourceForge.
</li>
<li class="bigspace">Current installer (version [%- currver -%]):<br />
- <a href="/wds_current_setup.exe">www.windirstat.info/wds_current_setup.exe</a>
+ <a href="/wds_current_setup.exe">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>
+ <a href="/wds_current_source.zip">windirstat.info/wds_current_source.zip</a> <br/> or <br/>
+ <a href="/wds_current_source.7z">windirstat.info/wds_current_source.7z</a>
</li>
</ul>
[% END %]