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-12-04 05:32:40 +0400
committerOliver Schneider <oliver@assarbad.net>2013-12-04 05:32:40 +0400
commita00fe53907235c29085e91cde4435ca46ea533ae (patch)
tree90a06146547f9451b16a72dbdad20cdd64c07f68 /web
parent542d6487e50ace1caa0bae0352a2ecaa25cfb4fc (diff)
Further adjustments
Diffstat (limited to 'web')
-rw-r--r--web/templates/download.html.tmpl16
-rw-r--r--web/templates/include/constants.tt2
2 files changed, 10 insertions, 8 deletions
diff --git a/web/templates/download.html.tmpl b/web/templates/download.html.tmpl
index efb8c75..259b5f2 100644
--- a/web/templates/download.html.tmpl
+++ b/web/templates/download.html.tmpl
@@ -54,32 +54,32 @@ Server versions of Windows generally work as well, but aren't always tested as w
<ul>
<li class="bigspace">Website:<br />
- <a href="/">windirstat.info</a><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/">windirstat.info/reddit/</a><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://blog.windirstat.info">blog.windirstat.info</a><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/">windirstat.info/project/</a><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/">windirstat.info/bitbucket/</a><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="/wds_current_setup.exe">windirstat.info/wds_current_setup.exe</a>
+ <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="/wds_current_source.zip">windirstat.info/wds_current_source.zip</a><br/> and <br/>
- <a href="/wds_current_source.7z">windirstat.info/wds_current_source.7z</a>.
+ <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>
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index b184b5c..c8c5f4d 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -31,6 +31,8 @@
fname_src_zip = 'wds_current_source.zip'
fname_src_7z = 'wds_current_source.7z'
fname_SHA1SUM = 'SHA1SUMS'
+ wds_domain = 'windirstat.info'
+ wds_blog = 'blog.windirstat.info'
dlbase_M1 = 'http://download01.windirstat.info'
gpg_search_fmt= 'http://pgp.mit.edu:11371/pks/lookup?search=%s&amp;op=index'
tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues'