diff options
Diffstat (limited to 'src/downloads.sxml')
| -rw-r--r-- | src/downloads.sxml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/downloads.sxml b/src/downloads.sxml new file mode 100644 index 0000000..94c93ac --- /dev/null +++ b/src/downloads.sxml @@ -0,0 +1,15 @@ +;; -*- mode: scheme; -*- +((title . "downloads") + (versions . ("master" "0.2.0" "0.1.0"))) + +`((ul + ,@(map (lambda (version) + `(li ,version ": " + (a (@ (href "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-" + ,version ".tar.gz")) + "tar.gz") + ", " + (a (@ (href "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-" + ,version ".zip")) + "zip"))) + ($ 'versions)))) |
