Merge branch 'master' of git://factorcode.org/git/factor
commit
2de562740b
|
@ -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* }
|
||||
|
|
|
@ -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 -- )
|
||||
|
|
|
@ -91,7 +91,10 @@ SYMBOL: dh-file
|
|||
: init-production ( -- )
|
||||
common-configuration
|
||||
<vhost-dispatcher>
|
||||
<factor-website> <wiki> <login-config> <factor-boilerplate> "wiki" add-responder test-db <alloy> "concatenative.org" add-responder
|
||||
<factor-website>
|
||||
<wiki> "wiki" add-responder
|
||||
<user-admin> "user-admin" add-responder
|
||||
<login-config> <factor-boilerplate> test-db <alloy> "concatenative.org" add-responder
|
||||
<pastebin> <login-config> <factor-boilerplate> test-db <alloy> "paste.factorcode.org" add-responder
|
||||
<planet> <login-config> <factor-boilerplate> test-db <alloy> "planet.factorcode.org" add-responder
|
||||
home "docs" append-path <help-webapp> test-db <alloy> "docs.factorcode.org" add-responder
|
||||
|
|
Loading…
Reference in New Issue