mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-11 19:19:49 +00:00
Update site to fix links
- Fix #569 - Windows links point to 4.0.4 release - Source release point to 4.0.4 github archives - OS X and Ubuntu point to previous 4.0.3 releases until new 4.0.4 ones are built - Add downloads page for more detailed links to other builds etc. - Update stylesheet to fix some download button formatting - Update other links pointing at old repository urls
This commit is contained in:
parent
b859f3ff89
commit
ed451871df
38
Gemfile.lock
38
Gemfile.lock
@ -1,12 +1,12 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (4.2.10)
|
activesupport (4.2.11.1)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.2)
|
addressable (2.6.0)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
@ -29,11 +29,11 @@ GEM
|
|||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.10.0)
|
ffi (1.10.0)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (3.0.0)
|
gemoji (3.0.1)
|
||||||
github-pages (197)
|
github-pages (198)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11.1)
|
||||||
github-pages-health-check (= 1.16.1)
|
github-pages-health-check (= 1.16.1)
|
||||||
jekyll (= 3.7.4)
|
jekyll (= 3.8.5)
|
||||||
jekyll-avatar (= 0.6.0)
|
jekyll-avatar (= 0.6.0)
|
||||||
jekyll-coffeescript (= 1.1.1)
|
jekyll-coffeescript (= 1.1.1)
|
||||||
jekyll-commonmark-ghpages (= 0.1.5)
|
jekyll-commonmark-ghpages (= 0.1.5)
|
||||||
@ -81,13 +81,13 @@ GEM
|
|||||||
octokit (~> 4.0)
|
octokit (~> 4.0)
|
||||||
public_suffix (~> 3.0)
|
public_suffix (~> 3.0)
|
||||||
typhoeus (~> 1.3)
|
typhoeus (~> 1.3)
|
||||||
html-pipeline (2.10.0)
|
html-pipeline (2.11.0)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.7.4)
|
jekyll (3.8.5)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
@ -105,9 +105,9 @@ GEM
|
|||||||
jekyll-coffeescript (1.1.1)
|
jekyll-coffeescript (1.1.1)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
coffee-script-source (~> 1.11.1)
|
coffee-script-source (~> 1.11.1)
|
||||||
jekyll-commonmark (1.2.0)
|
jekyll-commonmark (1.3.1)
|
||||||
commonmarker (~> 0.14)
|
commonmarker (~> 0.14)
|
||||||
jekyll (>= 3.0, < 4.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-commonmark-ghpages (0.1.5)
|
jekyll-commonmark-ghpages (0.1.5)
|
||||||
commonmarker (~> 0.17.6)
|
commonmarker (~> 0.17.6)
|
||||||
jekyll-commonmark (~> 1)
|
jekyll-commonmark (~> 1)
|
||||||
@ -185,7 +185,7 @@ GEM
|
|||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-titles-from-headings (0.5.1)
|
jekyll-titles-from-headings (0.5.1)
|
||||||
jekyll (~> 3.3)
|
jekyll (~> 3.3)
|
||||||
jekyll-watch (2.1.2)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
jemoji (0.10.2)
|
jemoji (0.10.2)
|
||||||
gemoji (~> 3.0)
|
gemoji (~> 3.0)
|
||||||
@ -204,10 +204,10 @@ GEM
|
|||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.1.1)
|
||||||
nokogiri (1.10.1)
|
nokogiri (1.10.3)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
octokit (4.13.0)
|
octokit (4.14.0)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
@ -221,14 +221,14 @@ GEM
|
|||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
rubyzip (1.2.2)
|
rubyzip (1.2.2)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass (3.7.3)
|
sass (3.7.4)
|
||||||
sass-listen (~> 4.0.0)
|
sass-listen (~> 4.0.0)
|
||||||
sass-listen (4.0.0)
|
sass-listen (4.0.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
sawyer (0.8.1)
|
sawyer (0.8.2)
|
||||||
addressable (>= 2.3.5, < 2.6)
|
addressable (>= 2.3.5)
|
||||||
faraday (~> 0.8, < 1.0)
|
faraday (> 0.8, < 2.0)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
@ -236,7 +236,7 @@ GEM
|
|||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.5.0)
|
unicode-display_width (1.6.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -1,15 +1,27 @@
|
|||||||
version: 4.0.3
|
oses:
|
||||||
files:
|
- name: Windows
|
||||||
- name: Windows (x64)
|
icon: windows
|
||||||
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.3-InstallFix/dupeGuru_win64_4.0.3.exe
|
packages:
|
||||||
icon: windows
|
- arch: x64
|
||||||
- name: Linux (ppa)
|
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.4/dupeGuru_win64_4.0.4.exe
|
||||||
link: https://launchpad.net/~hsoft/+archive/ppa/+packages
|
- arch: x32
|
||||||
|
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.4/dupeGuru_win32_4.0.4.exe
|
||||||
|
- name: Ubuntu
|
||||||
icon: linux
|
icon: linux
|
||||||
|
packages:
|
||||||
|
- arch: x32, x64
|
||||||
|
link: https://launchpad.net/~hsoft/+archive/ppa/+packages
|
||||||
- name: OS X
|
- name: OS X
|
||||||
link: https://download.hardcoded.net/dupeguru_osx_4_0_3.dmg
|
icon: apple
|
||||||
|
packages:
|
||||||
|
- arch: "10.10+"
|
||||||
|
link: https://github.com/arsenetar/dupeguru/releases/download/4.0.3/dupeguru_osx_4_0_3.dmg
|
||||||
icon: apple
|
icon: apple
|
||||||
- name: Source
|
- name: Source
|
||||||
link: https://github.com/arsenetar/dupeguru/archive/4.0.3-InstallFix.tar.gz
|
|
||||||
icon: github
|
icon: github
|
||||||
|
packages:
|
||||||
|
- arch: zip
|
||||||
|
link: https://github.com/arsenetar/dupeguru/archive/4.0.4.zip
|
||||||
|
- arch: tar.gz
|
||||||
|
link: https://github.com/arsenetar/dupeguru/archive/4.0.4.tar.gz
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
- title: Help
|
- title: Help
|
||||||
url: /help/en/
|
url: /help/en/
|
||||||
- title: Github
|
- title: Github
|
||||||
url: https://github.com/hsoft/dupeguru/
|
url: https://github.com/arsenetar/dupeguru/
|
@ -5,13 +5,15 @@ layout: default
|
|||||||
<div class="home">
|
<div class="home">
|
||||||
<div class="container"><h1>{{ page.title | default: site.title }}</h1>
|
<div class="container"><h1>{{ page.title | default: site.title }}</h1>
|
||||||
{%- if site.data.downloads -%}
|
{%- if site.data.downloads -%}
|
||||||
<p>Download Latest Version: <strong>{{ site.data.downloads.version }}</strong></p>
|
<p>Latest Downloads:</p>
|
||||||
<div class="downloads" style="display: flex; flex-wrap: wrap;">
|
<div class="downloads">
|
||||||
{%- for download in site.data.downloads.files -%}
|
{%- for os in site.data.downloads.oses -%}
|
||||||
<a class="download" href="{{ download.link }}">
|
{%- for package in os.packages -%}
|
||||||
<svg class="svg-icon" viewBox="0 0 26 28"><use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ download.icon }}"></use></svg><span>{{ download.name }}</span>
|
<a class="download" href="{{ package.link }}">
|
||||||
|
<svg class="svg-icon" viewBox="0 0 26 28"><use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use></svg><span>{{ os.name }} ({{ package.arch }})</span>
|
||||||
</a>
|
</a>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</div>
|
</div>
|
||||||
|
6
about.md
6
about.md
@ -3,12 +3,12 @@ title: About
|
|||||||
permalink: /about/
|
permalink: /about/
|
||||||
---
|
---
|
||||||
|
|
||||||
[Issue Tracker](https://github.com/hsoft/dupeguru/issues)
|
[Issue Tracker](https://github.com/arsenetar/dupeguru/issues)
|
||||||
|
|
||||||
[Get Involved](https://www.hardcoded.net/dupeguru/help/en/contribute.html)
|
[Get Involved](https://github.com/arsenetar/dupeguru/wiki/Get-involved)
|
||||||
|
|
||||||
[Linux Notes](https://www.hardcoded.net/linux_notes)
|
[Linux Notes](https://www.hardcoded.net/linux_notes)
|
||||||
|
|
||||||
[Changelog](https://www.hardcoded.net/dupeguru/help/en/changelog)
|
[Changelog](../help/en/changelog)
|
||||||
|
|
||||||
[Screenshots?](https://www.hardcoded.net/dupeguru/screenshots)
|
[Screenshots?](https://www.hardcoded.net/dupeguru/screenshots)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
max-width: 600px;
|
max-width: 800px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.container h1 {
|
.container h1 {
|
||||||
@ -19,13 +19,16 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.download, .download:visited {
|
.download, .download:visited {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
min-width: 120px;
|
min-width: 200px;
|
||||||
|
max-width: 300px;
|
||||||
background-color: #4caf50;
|
background-color: #4caf50;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@ -46,7 +49,7 @@
|
|||||||
height: 1em;
|
height: 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
vertical-align: text-top;
|
vertical-align: baseline;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
16
downloads.md
Normal file
16
downloads.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: Downloads
|
||||||
|
permalink: /downloads/
|
||||||
|
---
|
||||||
|
|
||||||
|
## Latest Version
|
||||||
|
Latest release files can be found at: <https://github.com/arsenetar/dupeguru/releases/latest>
|
||||||
|
|
||||||
|
## Nightly Builds
|
||||||
|
Coming soon... will use Travis CI and possibly Appveyor.
|
||||||
|
|
||||||
|
## Older Releases (pre-4.0.4)
|
||||||
|
Releases before 4.0.4 are available as archives at:
|
||||||
|
<https://github.com/arsenetar/dupeguru/releases>
|
||||||
|
|
||||||
|
*Note: github source archives do not contain submodules*
|
Loading…
x
Reference in New Issue
Block a user