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
Bogdan Popa 055626be6f
ci: run CI for Racket 6.6 and up
Racket 6.5 has an SSL issue that makes it unable to install packages.
That might be why it was not included in the Travis build either.
4 years ago
.github ci: run CI for Racket 6.6 and up 4 years ago
pollen start command: fix default value for port (#244) 4 years ago
.gitignore Fix path (#196) 5 years ago
.travis.yml Update .travis.yml 4 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 4 years ago
LICENSE.md md 4 years ago
README.md Update README.md 4 years ago
info.rkt downgrade two more settables 4 years ago

README.md

Pollen: the book is a program Build Status

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