book-publishing system
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Matthew Butterick cf7fbccc90 manually propagate `current-project-root` to parallel threads
When recursive mode is used, `current-project-root` changes during the extent of a render operation. But if parallel rendering is also used, when the main thread re-parameterizes `current-project-root`, it will have no effect on the parallel threads, because they freshly instantiate `current-project-root` (with its default value). This patch moves the parameterization inside the parallel thread by passing the `current-project-root` value as part of the job message, thereby handling it the same way as `current-poly-target`.
3 years ago
.github CI: build using Racket 6.6 and up, drop Travis CI config (#245) 3 years ago
pollen manually propagate `current-project-root` to parallel threads 3 years ago
.gitignore Fix path (#196) 5 years ago
CODE_OF_CONDUCT.md contributor covenant 3 years ago
CONTRIBUTING.md CONTRIBUTING.md: Google groups → Pollen users repo 3 years ago
LICENSE.md md 4 years ago
README.md fix CoC link (#258) 3 years ago
info.rkt downgrade two more settables 4 years ago

README.md

Pollen: the book is a program Build Status Contributor Covenant

A book-publishing system written in Racket. This is the software I use to publish & maintain my web-based books Beautiful Racket, Practical Typography, and Typography for Lawyers.

If you think documents should be programmable, youll love it.
If not, you can move along.

Pollen gives you access to a full programming language (Racket) with a text-based syntax that makes it easy to embed code within your documents.

Using Racket 6.3+, install from the command line:

raco pkg install pollen

And update like so:

raco pkg update --update-deps pollen

Official discussion area: https://github.com/mbutterick/pollen-users

License

MIT

Project status

Actively developed, though the pace has slowed now that Pollen is arguably feature complete and stable. I use it almost every day so it's not going anywhere. But I have no plans to substantially enlarge or extend it.