diff --git a/pollen/private/project-server.rkt b/pollen/private/project-server.rkt index 0e0845c..90d28da 100755 --- a/pollen/private/project-server.rkt +++ b/pollen/private/project-server.rkt @@ -24,7 +24,7 @@ (message (format "Project root is ~a" (current-project-root))) (define server-name (format "http://localhost:~a" (current-server-port))) - (message (format "Project server is ~a" server-name) "(Ctrl-C to exit)") + (message (format "Project server is ~a" server-name) "(Ctrl+C to exit)") (message (format "Project dashboard is ~a/~a" server-name (setup:main-pagetree))) (message "Ready to rock") diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index de88a86..a471ae6 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1455151281 +1455307528 diff --git a/pollen/scribblings/pollen.scrbl b/pollen/scribblings/pollen.scrbl index c40258e..61be3ea 100644 --- a/pollen/scribblings/pollen.scrbl +++ b/pollen/scribblings/pollen.scrbl @@ -6,7 +6,7 @@ @defmodulelang[pollen] -Pollen is a publishing system that helps authors create functional and beautiful digital books. +Pollen is a publishing system that helps authors make functional and beautiful digital books. I created Pollen so I could make my web-based books @link["http://practicaltypography.com"]{@italic{Butterick's Practical Typography}} and @link["http://typographyforlawyers.com"]{@italic{Typography for Lawyers}}. Sure, go take a look. Are they better than the last digital books you encountered? Yes they are. Would you like your next digital book to look like that? If so, keep reading. diff --git a/pollen/scribblings/quick.scrbl b/pollen/scribblings/quick.scrbl index 182988e..5c4a2b2 100644 --- a/pollen/scribblings/quick.scrbl +++ b/pollen/scribblings/quick.scrbl @@ -118,7 +118,7 @@ After a moment, you'll see the startup message: @terminal{ Welcome to Pollen @|pollen:version| (Racket @(version)) Project root is /path/to/your/directory -Project server is http://localhost:8080 (Ctrl-C to exit) +Project server is http://localhost:8080 (Ctrl+C to exit) Project dashboard is http://localhost:8080/index.ptree Ready to rock} diff --git a/pollen/scribblings/setup.scrbl b/pollen/scribblings/setup.scrbl index 90de20c..be5ef21 100644 --- a/pollen/scribblings/setup.scrbl +++ b/pollen/scribblings/setup.scrbl @@ -47,7 +47,7 @@ For instance, suppose you wanted the main export of every Pollen source file to Of course, you can restore the defaults simply by removing these defined values from @racket["pollen.rkt"]. -Every @racket[(setup:_name)] function will resolve the current value of that variable: it will return the value from the @racket[setup] submodule (if @racket[_name] was defined there), otherwise it will return the default value (which is directly available from @racket[default-]@racket[_name]). For instance, @racket[default-command-char] will always be @litchar{◊}, but in the example above, @racket[(setup:command-char)] would return @litchar{🎸}. +Every @racket[setup:]@racket[_name] function will resolve the current value of that variable: it will return the value from the @racket[setup] submodule (if @racket[_name] was defined there), otherwise it will return the default value (which is directly available from @racket[default-]@racket[_name]). For instance, @racket[default-command-char] will always be @litchar{◊}, but in the example above, @racket[(setup:command-char)] would return @litchar{🎸}. @section{Values} diff --git a/pollen/scribblings/tutorial-first.scrbl b/pollen/scribblings/tutorial-first.scrbl index 6f6b422..1a0d8f9 100644 --- a/pollen/scribblings/tutorial-first.scrbl +++ b/pollen/scribblings/tutorial-first.scrbl @@ -221,7 +221,7 @@ After a moment, you'll see a startup message like this: @terminal{ Welcome to Pollen @pollen:version (Racket @(version)) Project root is /path/to/tutorial/ -Project server is http://localhost:8080 (Ctrl-C to exit) +Project server is http://localhost:8080 (Ctrl+C to exit) Project dashboard is http://localhost:8080/index.ptree Ready to rock}