doc updates

pull/9/head
Matthew Butterick 10 years ago
parent 2781770726
commit 914a01c1ac

@ -170,7 +170,7 @@ The @racket[_tags-to-exclude] argument is useful if you're decoding source that'
#:exclude-tags '(style script))
]
@section{Blocks}
@section{Block}
Because it's convenient, Pollen categorizes tagged X-expressions into two categories: @italic{block} and @italic{inline}. Why is it convenient? When using @racket[decode], you often want to treat the two categories differently. Not that you have to. But this is how you can.

@ -5,7 +5,7 @@
@(define my-eval (make-base-eval))
@(my-eval `(require pollen pollen/file))
@title{Files}
@title{File}
@defmodule[pollen/file]

@ -5,7 +5,7 @@
@(define my-eval (make-base-eval))
@(my-eval `(require pollen pollen/pagetree txexpr))
@title{Pagetrees}
@title{Pagetree}
@defmodule[pollen/pagetree]

@ -31,7 +31,7 @@ Not that you need to be a programmer to use Pollen. On the contrary, the Pollen
That language is Racket. I chose Racket because while the idea for Pollen had been with me for several years, it simply wasn't possible to build it with other languages. So if it's unfamiliar to you, don't panic. It was unfamiliar to me. Once you see what you can do with Pollen & Racket, you may be persuaded. I was.
Or, if you can find a better digital publishing tool, use that. Personally, I'm never going back to the way I used to work.
Or, if you can find a better digital-publishing tool, use that. But I'm never going back to the way I used to work.
@local-table-of-contents[]

Loading…
Cancel
Save