diff options
| author | 2013-02-16 11:15:51 +0100 | |
|---|---|---|
| committer | 2013-02-16 11:15:51 +0100 | |
| commit | c788a7225797d3186de2321d070e58ee1e8be758 (patch) | |
| tree | 2567c75b90b8b8b90aa58447b74bae4128b06d77 /src/index.sxml | |
| parent | 4e8b7fe422ea8a5753603e47a8c4bd98470a777d (diff) | |
| download | markam-site.tar.gz markam-site.zip | |
Update info to v0.2.0site
Also add a downloads page where all the earlier versions can be found
as well.
Diffstat (limited to 'src/index.sxml')
| -rw-r--r-- | src/index.sxml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/index.sxml b/src/index.sxml index afcf0ee..01c5785 100644 --- a/src/index.sxml +++ b/src/index.sxml @@ -1,26 +1,23 @@ ;; -*- mode: scheme; -*- -((title . "Markam") +((title . "store bookmarks") (conkeror . (a (@ (href "http://conkeror.org")) "Conkeror")) (chicken . (a (@ (href "http://call-cc.org")) "CHICKEN scheme")) (chicken-sqlite . (a (@ (href "http://wiki.call-cc.org/eggref/4/sqlite3")) "sqlite3")) (tar-gz - . "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.1.0.tar.gz") + . "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.2.0.tar.gz") (zip - . "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.1.0.zip") + . "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.2.0.zip") (dev-tar-gz . "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-master.tar.gz") (dev-zip . "http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-master.zip")) -`((div (@ (class "page-header")) - (h1 ,($ 'title) - (small ", store bookmarks"))) - (div (@ (class "hero-unit")) +`((div (@ (class "hero-unit")) (p "Store bookmarks without being stuck to a single browser.") (div (@ (class "row")) (div (@ (class "span3 centered")) (h3 "Version") - "0.1.0") + "0.2.0") (div (@ (class "span4 centered")) (h3 "Language") ,($ 'chicken)) @@ -62,10 +59,10 @@ (div (@ (class "span6")) (a (@ (href ,($ 'tar-gz)) (class "btn btn-large btn-block")) - "Download 0.1.0 .tar.gz") + "Download 0.2.0 .tar.gz") (a (@ (href ,($ 'zip)) (class "btn btn-large btn-block")) - "Download 0.1.0 .zip")) + "Download 0.2.0 .zip")) (div (@ (class "span6")) (a (@ (href ,($ 'dev-tar-gz)) (class "btn btn-large btn-block")) |
