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>2017-11-02 21:46:10 +0300
committerOliver Schneider <oliver@assarbad.net>2017-11-02 21:46:10 +0300
commit8e1d09d5edf6c24697333afc70ad5054665b49d1 (patch)
tree529fa4fdc526838e5edb86dd62d67deb8f8a11a0 /web
parent30dd07c538311096910adee20844b6ddcd541366 (diff)
Fixes to code and premake4.lua, fixes based on code analysis results, updates to 3rd party libs
* New SQlite amalgamation * Updating other third-party libs * New premake4.exe * Fixes to the premake4.lua script and projects * Adding language resource projects to solutions * Some sanity checks added to treemap.cpp * Using refs now instead of pointers in treemap.cpp (probably should be reviewed as it looks like there are more candidates in there) * Added Windows 10 to manifest file * Glitch in stdafx.h corrected * Script which produces the projects now defaults to only VS2005 and VS2017 * Deterministic filter UUIDs for VS201x * Fixed a handful of issues in code addressed * XP platform toolset doesn't allow for code analysis, using default again * Addressed a number of warnings from code analysis
Diffstat (limited to 'web')
-rw-r--r--web/templates/contact.html.tmpl4
-rw-r--r--web/templates/include/constants.tt6
2 files changed, 5 insertions, 5 deletions
diff --git a/web/templates/contact.html.tmpl b/web/templates/contact.html.tmpl
index 4bafff4..8bc5f01 100644
--- a/web/templates/contact.html.tmpl
+++ b/web/templates/contact.html.tmpl
@@ -63,8 +63,8 @@ security-related reports use a PGP-encrypted email. See below for public keys av
<h3>Email from your own client?</h3>
<p>
If you prefer to send an email, i.e. not use this contact form, you can use the lowercase form of the team
-member's first name and append the at sign and then <tt>windirstat.info</tt> to it to get the email address
-of that team member (i.e. <tt>&lt;name&gt;@windirstat.info</tt>).
+member's first name and append the at sign and then <tt>windirstat.net</tt> to it to get the email address
+of that team member (i.e. <tt>&lt;name&gt;@windirstat.net</tt>).
If you can't remember the names, use the dropdown box above to receive a clue ;)
</p>
<h3>Using PGP to encrypt communication or to verify emails we send out</h3>
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index ab593fa..57af6c3 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -31,9 +31,9 @@
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'
+ wds_domain = 'windirstat.net'
+ wds_blog = 'blog.windirstat.net'
+ dlbase_M1 = 'http://download01.windirstat.net'
gpg_search_fmt= 'http://pgp.mit.edu:11371/pks/lookup?search=%s&amp;op=index'
tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues'
long_desc = 'Windows Directory Statistics cleanup tool'