Differences From Artifact [e57a2fd4]:
- File crystalize.rkt — part of check-in [e81b4199] at 2019-03-19 03:31:53 on branch trunk — Use a tag instead of metas for title. Use default-title consistently. Refine first-words to be smarter about punctutation. Closes [c055cacb] and fixes [b3ade0b7] (user: joel, size: 11257) [annotate] [blame] [check-ins using]
To Artifact [87ac52b6]:
- File crystalize.rkt — part of check-in [d439b95f] at 2019-03-20 01:04:40 on branch trunk — Fix missing cross-ref links [d8b9f6f7] (user: joel, size: 11274) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
;; will be coming from me.
(require pollen/setup
pollen/core
pollen/template
racket/string
txexpr
"sqlite-tools.rkt"
"snippets-html.rkt"
"dust.rkt")
;; ~~~ Provides ~~~
(provide spell-of-summoning!
| > | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
;; will be coming from me.
(require pollen/setup
pollen/core
pollen/template
racket/string
txexpr
db/base
"sqlite-tools.rkt"
"snippets-html.rkt"
"dust.rkt")
;; ~~~ Provides ~~~
(provide spell-of-summoning!
|
| ︙ | ︙ |