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>2016-09-15 01:12:11 +0300
committerOliver Schneider <oliver@assarbad.net>2016-09-15 01:12:11 +0300
commitb0c8e9fc8af7c9b9c7a1e2ae3a97787ba7dd5a0e (patch)
treeadfa587c59948771d9ec012059756ec7da7d5db0
parent0b9565184d4f8b63945472980620290925b6a4c6 (diff)
Adding rich preview meta tags
-rw-r--r--web/images/wds_rich_preview.pngbin0 -> 13443 bytes
-rw-r--r--web/templates/include/constants.tt5
-rw-r--r--web/templates/include/html-body.tt4
3 files changed, 7 insertions, 2 deletions
diff --git a/web/images/wds_rich_preview.png b/web/images/wds_rich_preview.png
new file mode 100644
index 0000000..764ea7b
--- /dev/null
+++ b/web/images/wds_rich_preview.png
Binary files differ
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index c8c5f4d..ab593fa 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -23,8 +23,8 @@
]
revisit = '5 days'
currver = '1.1.2'
- download_FH = 'http://www.fosshub.com/WinDirStat.html'
- download_SF = 'http://prdownloads.sourceforge.net/windirstat/windirstat1_1_2_setup.exe'
+ download_FH = 'https://www.fosshub.com/WinDirStat.html'
+ download_SF = 'https://prdownloads.sourceforge.net/windirstat/windirstat1_1_2_setup.exe'
download_MD5 = '3abf1c149873e25d4e266225fbf37cbf'
download_SHA1 = '6fa92dd2ca691c11dfbfc0a239e34369897a7fab'
fname_setup = 'wds_current_setup.exe'
@@ -36,4 +36,5 @@
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'
+ long_desc = 'Windows Directory Statistics cleanup tool'
%]
diff --git a/web/templates/include/html-body.tt b/web/templates/include/html-body.tt
index c3911b6..1de5218 100644
--- a/web/templates/include/html-body.tt
+++ b/web/templates/include/html-body.tt
@@ -8,6 +8,10 @@
<meta name="robots" content="index" />
<meta name="revisit-after" content="[%- revisit -%]" />
<meta name="description" content="[%- description | html -%]" />
+ <meta property="og:title" content="WinDirStat" />
+ <meta property="og:description" content="[%- long_desc | html -%]" />
+ <meta property="og:image" content="images/wds_rich_preview.png" />
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
[% FOREACH kw IN keywords %]
<meta name="keywords" content="[%- kw.cont | html -%]" lang="[%- kw.lang | html -%]" />