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
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2018-04-05 21:20:11 +0300
committerOliver Schneider <oliver@assarbad.net>2018-04-05 21:20:11 +0300
commit7cf792038bf67f1e61d3f02a6d5a06c6eecea737 (patch)
treec4f8238761370a4aa489b44517eca3223d716894
parentbe6e92200abf37d38167c8b7a288fb7cd1e0cc13 (diff)
Updated contact form
-rw-r--r--web/templates/contact.html.tmpl6
-rw-r--r--web/templates/include/constants.tt6
2 files changed, 6 insertions, 6 deletions
diff --git a/web/templates/contact.html.tmpl b/web/templates/contact.html.tmpl
index 8bc5f01..ae7f90a 100644
--- a/web/templates/contact.html.tmpl
+++ b/web/templates/contact.html.tmpl
@@ -6,7 +6,7 @@
%]
[%- PROCESS 'constants.tt' -%]
<p>All the fields have to be filled in ...</p>
-<p><strong>NB:</strong> As a matter of courtesy you should consider adding your name (or even a pseudonym) in the message to us. You know our names as well. Besides, it makes it easier to address you in a reply. Thanks.</p>
+<p><strong>NB:</strong> As a matter of courtesy you should consider adding your name (or even a pseudonym) in the message to us. You know our names as well. Besides, it makes it easier to address you in a response. Thanks.</p>
<form action="/bin/sendmail.cgi" method="post" accept-charset="utf-8">
<table width="100%" summary="Mailform">
<colgroup>
@@ -30,7 +30,7 @@
<b>Your email address (max. 100 chars):</b>
</td>
<td>
- <input type="text" name="Sender" maxlength="100" class="feld_" />
+ <input type="text" name="SenderEmail" maxlength="100" class="feld_" />
</td>
</tr>
<tr>
@@ -55,7 +55,7 @@
</tr>
</table>
</form>
-<h3>Report an issue or error ("bug")?</h3>
+<h3>Report an issue or defect ("bug")?</h3>
<p>
Please use <a class="wdslnk" href="[%- tracker_url -%]">the issue tracker over on Bitbucket</a> or for
security-related reports use a PGP-encrypted email. See below for public keys available.
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index b222d49..dff1145 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -11,12 +11,12 @@
]
gpg_keys = [
{
- id = '0x6190BC32'
+ id = '0x9E9BCC536190BC32'
name = 'Oliver'
fingerprint = '58F4 12A6 E0E8 9A7C A849 F0E2 9E9B CC53 6190 BC32'
}
{
- id = '0x9D168DA9'
+ id = '0x9312A6429D168DA9'
name = 'Bernhard'
fingerprint = '5BE7 AB89 A4EF 0A78 7047 CAF2 9312 A642 9D16 8DA9'
}
@@ -35,6 +35,6 @@
wds_blog = 'blog.windirstat.net'
dlbase_M1 = 'https://windirstat.mirror.wearetriple.com/'
gpg_search_fmt= 'http://pgp.mit.edu:11371/pks/lookup?search=%s&amp;op=index'
- tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues'
+ tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues/new'
long_desc = 'Windows Directory Statistics cleanup tool'
%]