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 f3b065646b modify parse behavior to discard newlines at the beginning of input file 10 years ago
doc fix typo in decode docs 10 years ago
scribblings fix typo in decode docs 10 years ago
server-extras improve font specification in CSS 10 years ago
tests improvements to ->html 10 years ago
tutorial add tutorial 10 years ago
.gitignore allow doc directory 10 years ago
LICENSE license 10 years ago
README.md Update README.md 10 years ago
cache.rkt various cosmetic tidying 10 years ago
command.rkt updates 10 years ago
convert.rkt experimental support for MathJax 10 years ago
debug.rkt various cosmetic tidying 10 years ago
decode.rkt fix & document wrap-hanging-quotes 10 years ago
doclang-raw.rkt various cosmetic tidying 10 years ago
file.rkt various cosmetic tidying 10 years ago
html.rkt remove dependencies on css-tools and hyphenate 10 years ago
info.rkt update info.rkt to state dependency on Racket 6.0 10 years ago
main-base.rkt modify parse behavior to discard newlines at the beginning of input file 10 years ago
main.rkt various cosmetic tidying 10 years ago
markdown.rkt various cosmetic tidying 10 years ago
markup.rkt various cosmetic tidying 10 years ago
math.rkt experimental support for MathJax 10 years ago
pagetree.rkt various cosmetic tidying 10 years ago
pre.rkt various cosmetic tidying 10 years ago
project.rkt various cosmetic tidying 10 years ago
ptree.rkt various cosmetic tidying 10 years ago
raco.rkt updates 10 years ago
reader-base.rkt various cosmetic tidying 10 years ago
render.rkt fix for Windows paths in include-template 10 years ago
server-routes.rkt teeny bug in server-routes 10 years ago
server.rkt various cosmetic tidying 10 years ago
tag.rkt various cosmetic tidying 10 years ago
template.rkt improvements to ->html 10 years ago
tmpl.rkt various cosmetic tidying 10 years ago
top.rkt various cosmetic tidying 10 years ago
world.rkt updates 10 years ago

README.md

Pollen: the book is a program

A book-publishing system written in Racket. Unstable. Incomplete. Et cetera. Its becoming more civilized. But this is the actual software I use to publish & maintain my web-based book Butterick's Practical Typography.

Using Racket 6.0+, install from the command line like so:

raco pkg install pollen

And update like so:

raco pkg update pollen

Docs are installed with the package. You can also read the docs here.