mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Downloads: Updates for v0.10.0
* Set filenames once in the download page * Edit download page for new or updated files * Add link to the source code, GitHub and torrent download * Replace long sync instructions by short instructions to run a full node on the download page Commit originated by Saïvann Carignan and updated by Dave Harding.
This commit is contained in:
parent
e04cd9c792
commit
9ac6bdd463
10 changed files with 991 additions and 35 deletions
|
@ -41,6 +41,8 @@ module Jekyll
|
|||
if !site.config.has_key?('DOWNLOAD_VERSION') or site.config['DOWNLOAD_VERSIONINT'] < self.data['versionint']
|
||||
site.config['DOWNLOAD_VERSIONINT'] = self.data['versionint']
|
||||
site.config['DOWNLOAD_VERSION'] = self.data['version']
|
||||
site.config.delete('DOWNLOAD_MAGNETLINK') if site.config.has_key?('DOWNLOAD_MAGNETLINK')
|
||||
site.config['DOWNLOAD_MAGNETLINK'] = self.data['magnetlink'] if self.data.has_key?('magnetlink')
|
||||
end
|
||||
site.pages << ReleasePage.new(site, base, lang, srcdir, src, '/releases/' + year + '/' + month + '/' + day, dst, year, month, day)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue