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:
Diffstat (limited to 'web/templates/include/constants.tt')
-rw-r--r--web/templates/include/constants.tt14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index 599a97a..b184b5c 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -9,6 +9,18 @@
cont = 'WinDirStat, WDS, Kissenbaumkarten, Baumkarten, Windows, Festplattenstatistik, Festplattenreinigung, Festplattenbereinigung'
}
]
+ gpg_keys = [
+ {
+ id = '0x6190BC32'
+ name = 'Oliver'
+ fingerprint = '58F4 12A6 E0E8 9A7C A849 F0E2 9E9B CC53 6190 BC32'
+ }
+ {
+ id = '0x9D168DA9'
+ name = 'Bernhard'
+ fingerprint = '5BE7 AB89 A4EF 0A78 7047 CAF2 9312 A642 9D16 8DA9'
+ }
+ ]
revisit = '5 days'
currver = '1.1.2'
download_FH = 'http://www.fosshub.com/WinDirStat.html'
@@ -20,4 +32,6 @@
fname_src_7z = 'wds_current_source.7z'
fname_SHA1SUM = 'SHA1SUMS'
dlbase_M1 = 'http://download01.windirstat.info'
+ gpg_search_fmt= 'http://pgp.mit.edu:11371/pks/lookup?search=%s&op=index'
+ tracker_url = 'https://bitbucket.org/windirstat/windirstat/issues'
%]