Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | downloads: update old releases url | Carlo Landmeter | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | downloads: bring back the checksum buttons and rearrange colors | Natanael Copa | 2017-05-29 | 1 | -3/+3 |
| | |||||
* | refactor downloads page | Natanael Copa | 2017-05-29 | 1 | -27/+8 |
| | |||||
* | downloads: refactor ordering | Natanael Copa | 2017-05-29 | 1 | -2/+2 |
| | | | | | | | | | There are no way to predict the order in which lua will iterate over a hashtable so we use an array instead. We also set a fixed number of colors which we pick insstead of hardcode the flavor name in the CSS. This is so we can change name of the flavors without needing to modify the CSS. | ||||
* | downloads: use onlye 2 columns | Natanael Copa | 2017-05-29 | 1 | -1/+1 |
| | | | | we have so many arches now that we need mroe space for each box | ||||
* | Make older release link https | Carlo Landmeter | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | add gpg keys to downloads | Carlo Landmeter | 2016-11-10 | 1 | -9/+14 |
| | |||||
* | cleanup download section | Carlo Landmeter | 2016-11-10 | 1 | -15/+15 |
| | |||||
* | add sha256 download links | Carlo Landmeter | 2016-11-10 | 1 | -6/+19 |
| | |||||
* | add a class (pageclass) to every page | Carlo Landmeter | 2016-11-10 | 1 | -1/+1 |
| | | | | | this will take the filename (in case of root) or else the pathname you can overide it by adding yml at the top of the md file | ||||
* | fix download buttons | Carlo Landmeter | 2016-11-10 | 1 | -4/+4 |
| | |||||
* | add previous releases to downloads | Carlo Landmeter | 2016-11-10 | 1 | -0/+7 |
| | |||||
* | inital new purecss design | Carlo Landmeter | 2016-11-10 | 1 | -36/+30 |
| | |||||
* | downloads: change http://wiki.alpinelinux.org to HTTPS | Jakub Jirutka | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | downloads: make flavor description visible | Ted Trask | 2016-09-26 | 1 | -2/+2 |
| | |||||
* | downloads: fix url to gpg key | Natanael Copa | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | downloads: add link to gpg key and show fingerprint | Natanael Copa | 2015-01-15 | 1 | -0/+2 |
| | |||||
* | use ascii armored signatures | Natanael Copa | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | downloads: add gpg signature | Natanael Copa | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | downloads: add flavor title and description | Natanael Copa | 2014-11-26 | 1 | -19/+4 |
| | | | | We embed the definitions in the lua code for now | ||||
* | downloads: add flavor name to each flavor iso group | Natanael Copa | 2014-11-26 | 1 | -0/+1 |
| | |||||
* | downloads: group by flavor | Natanael Copa | 2014-11-26 | 1 | -3/+5 |
| | |||||
* | downloads: avoid repetitive blocks | Natanael Copa | 2014-11-26 | 1 | -51/+4 |
| | | | | | Use a single loop to iterate over the isos so we avoid having 4 identical blocks for each flavor. | ||||
* | downloads: improve download list | Natanael Copa | 2014-11-26 | 1 | -5/+5 |
| | | | | | - change background to grey when hover a row - indent iso | ||||
* | downloads: group isos by flavor | Natanael Copa | 2014-11-25 | 1 | -0/+17 |
| | |||||
* | downloads: use url from yaml | Natanael Copa | 2014-11-25 | 1 | -12/+12 |
| | |||||
* | download: better formatting | Natanael Copa | 2014-11-25 | 1 | -15/+15 |
| | |||||
* | downloads: add link to old releases | Natanael Copa | 2014-11-25 | 1 | -0/+5 |
| | |||||
* | downloads: make table 100% width | Natanael Copa | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | downloads: make date string look nicer | Natanael Copa | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | downloads: list all available downloads | Natanael Copa | 2014-10-23 | 1 | -11/+54 |
| | |||||
* | downloads: fix temp download links | Natanael Copa | 2014-10-09 | 1 | -3/+6 |
| | |||||
* | downloads: initial content | Natanael Copa | 2014-09-22 | 1 | -1/+22 |
| | | | | Just for demo | ||||
* | add makefile and initial test data | Natanael Copa | 2014-07-04 | 1 | -0/+7 |