Overview
Comment: | Little bit done on documentation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | selfcontained |
Files: | files | file ages | folders |
SHA1: |
36a29ccc0a33a4def28015f28fedb11a |
User & Date: | matt on 2015-01-25 21:20:27 |
Other Links: | branch diff | manifest | tags |
Context
2015-01-27
| ||
05:02 | Tweaked config file locating. Added thead and tbody. check-in: f4a40c5778 user: matt tags: selfcontained | |
2015-01-25
| ||
21:20 | Little bit done on documentation check-in: 36a29ccc0a user: matt tags: selfcontained | |
2014-09-03
| ||
06:14 | Added message to Makefile to hint that fpic is needed check-in: 15ba418938 user: kiatoaco tags: selfcontained | |
Changes
Modified doc/howto.txt from [9ad6dc4f19] to [9db6996c14].
︙ | |||
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 "/") ""))) "] "))) |
︙ |
Modified doc/manual.txt from [a5e8c49fa9] to [ae796565bb].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | STML User Manual ================ Matt Welland <matt@kiatoa.com> v1.0, 2012-6 |
︙ |