Differences From Artifact [9ad6dc4f19]:
- File doc/howto.txt — part of check-in [9cde8a89e8] at 2013-09-22 17:35:20 on branch selfcontained — Reworked howto. Added s:shared-hash, added s:if to sugar.scm (user: matt, size: 3032) [annotate] [blame] [check-ins using]
To Artifact [9db6996c14]:
- File doc/howto.txt — part of check-in [36a29ccc0a] at 2015-01-25 21:20:27 on branch selfcontained — Little bit done on documentation (user: matt, size: 3066) [annotate] [blame] [check-ins using] [more...]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + | The URL: http://the.domain.com/pagename/p1/p2/p3?param1=value1 (s:get-page-params) => '("p1" "p2") (s:get-param 'param1) => "value1" Create a link. ~~~~~~~~~~~~~~ (s:null "[" (s:a name 'href (s:link-to (string-append "location/" (string-intersperse p "/") ""))) "] "))) |
︙ |