Clean some code and add documentation

This commit is contained in:
Saivann 2013-10-21 23:45:57 -04:00
parent 06685bbe13
commit 9b05a0bc8e
15 changed files with 208 additions and 140 deletions

View file

@ -1,3 +1,17 @@
#releases.rb generates release pages using files in _releases
#and assign them the 'release' category.
#This is later used to loop through site.pages in order
#to display the release's list in chronological order, both
#on the "Version history" page and RSS file.
#This plugin also set site.DOWNLOAD_VERSION to the latest
#available version of Bitcoin-QT, which is used everywhere
#in the download page.
#Alias redirection pages are generated in /releases to avoid
#breaking previous links in various websites.
require 'yaml'
module Jekyll