1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

I love playing with orders

This commit is contained in:
Guillaume Ayoub 2016-02-12 23:57:24 +01:00
parent d7bfdd81ab
commit 8d8df1517d

View file

@ -26,7 +26,8 @@ You can also download
You can download the Radicale package for each release: You can download the Radicale package for each release:
{% for release in site.github.releases | where:"draft",false | reverse %} {% assign releases = site.github.releases | where:"draft",false | reverse %}
{% for release in releases %}
- [Radicale-{{ release.tag_name }}.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %} - [Radicale-{{ release.tag_name }}.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
## Linux Distribution Packages ## Linux Distribution Packages