diff --git a/core/combinators/combinators-docs.factor b/core/combinators/combinators-docs.factor index 4a7fcea0e6..5d778ba1e4 100755 --- a/core/combinators/combinators-docs.factor +++ b/core/combinators/combinators-docs.factor @@ -85,7 +85,7 @@ $nl } ; ARTICLE: "spread-combinators" "Spread combinators" -"The spread combinators apply multiple quotations to multiple values. The " { $snippet "*" } " suffix signifies spreading." +"The spread combinators apply multiple quotations to multiple values. In this case, " { $snippet "*" } " suffix signify spreading." $nl "Two quotations:" { $subsection bi* } diff --git a/extra/slides/slides.factor b/extra/slides/slides.factor index 32ceb3b677..af37580ff2 100755 --- a/extra/slides/slides.factor +++ b/extra/slides/slides.factor @@ -19,10 +19,14 @@ CONSTANT: stylesheet { wrap-margin 1100 } } } - { code-style + { code-char-style H{ { font-name "monospace" } { font-size 36 } + } + } + { code-style + H{ { page-color T{ rgba f 0.4 0.4 0.4 0.3 } } } } @@ -101,6 +105,7 @@ SYNTAX: STRIP-TEASE: { T{ button-down } [ request-focus ] } { T{ key-down f f "DOWN" } [ next-page ] } { T{ key-down f f "UP" } [ prev-page ] } + { T{ key-down f f "f" } [ dup fullscreen? not set-fullscreen ] } } set-gestures : slides-window ( slides -- ) diff --git a/extra/websites/concatenative/concatenative.factor b/extra/websites/concatenative/concatenative.factor index 207ae9ab34..b5a29073cd 100644 --- a/extra/websites/concatenative/concatenative.factor +++ b/extra/websites/concatenative/concatenative.factor @@ -91,7 +91,10 @@ SYMBOL: dh-file : init-production ( -- ) common-configuration - "wiki" add-responder test-db "concatenative.org" add-responder + + "wiki" add-responder + "user-admin" add-responder + test-db "concatenative.org" add-responder test-db "paste.factorcode.org" add-responder test-db "planet.factorcode.org" add-responder home "docs" append-path test-db "docs.factorcode.org" add-responder