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 0064e8f353 leave scribblings in test 9 years ago
doc update rendered docs pt 2 10 years ago
scribblings rename `clone` to `publish`; add stricter error checking (closes #56) 9 years ago
server-extras add fallback template for SVG 10 years ago
test-support refactor & relocate unit tests 9 years ago
tests refactor & relocate unit tests 9 years ago
tutorial add tutorial 10 years ago
.gitignore update gitignore with CSS exception 10 years ago
.travis.yml Update .travis.yml 9 years ago
LGPL.txt add copyright notice to license 9 years ago
LICENSE add copyright notice to license 9 years ago
README.md add travis 9 years ago
cache.rkt add file-based cache (addresses issue #25) 10 years ago
command.rkt preserve directory-naming behavior of `raco pollen clone` 9 years ago
convert.rkt experimental support for MathJax 10 years ago
debug.rkt various cosmetic tidying 10 years ago
decode.rkt refactor & relocate unit tests 9 years ago
doclang-raw.rkt various cosmetic tidying 10 years ago
file.rkt refactor & relocate unit tests 9 years ago
html.rkt remove dependencies on css-tools and hyphenate 10 years ago
include-template.rkt improve handling of binary output 10 years ago
info.rkt leave scribblings in test 9 years ago
main-base.rkt permit multiple-valued meta tags (closes #51) 9 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 simplify MathJax interface 9 years ago
metas.rkt better split-meta-elements error 9 years ago
pagetree.rkt refactor & relocate unit tests 9 years ago
pipe.py experimental syntax highlighting with Pygments 10 years ago
pre.rkt various cosmetic tidying 10 years ago
project.rkt remove listof contracts 10 years ago
ptree.rkt various cosmetic tidying 10 years ago
pygments.rkt change name of pollen/highlight to pollen/pygments 9 years ago
raco.rkt preserve directory-naming behavior of `raco pollen clone` 9 years ago
reader-base.rkt add txexpr validation to pollen/markup compile in DrRacket 10 years ago
render.rkt refactor & relocate unit tests 9 years ago
server-routes.rkt accept any value for force in url query string 9 years ago
server.rkt improve current-server-extras-path 10 years ago
tag.rkt remove listof contracts 10 years ago
template.rkt refactor & relocate unit tests 9 years ago
tmpl.rkt various cosmetic tidying 10 years ago
top.rkt add make-default-tag-function 10 years ago
world.rkt rename `clone` to `publish`; add stricter error checking (closes #56) 9 years ago

README.md

Pollen: the book is a program Build Status

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 Buttericks Practical Typography.

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.0+, install from the command line:

raco pkg install pollen

And update like so:

raco pkg update --update-deps pollen