Handbook
Glossary
init-production ( -- )
Vocabulary
websites
.
concatenative
Inputs
None
Outputs
None
Definition
USING:
accessors
furnace.alloy
http.server
http.server.dispatchers
http.server.static
namespaces
webapps.help
webapps.mason
webapps.pastebin
webapps.planet
webapps.user-admin
webapps.wiki
;
IN:
websites.concatenative
:
init-production
( -- )
common-configuration
<vhost-dispatcher>
<concatenative-website>
<wiki>
<factor-recaptcha>
"wiki"
add-responder
<user-admin>
"user-admin"
add-responder
<login-config>
<factor-boilerplate>
website-db
<alloy>
"concatenative.org"
add-responder
<pastebin>
<factor-recaptcha>
<login-config>
<factor-boilerplate>
website-db
<alloy>
"paste.factorcode.org"
add-responder
<planet>
<login-config>
<factor-boilerplate>
website-db
<alloy>
"planet.factorcode.org"
add-responder
<mason-app>
<login-config>
<factor-boilerplate>
website-db
<alloy>
"builds.factorcode.org"
add-responder
"~/docs"
<help-webapp>
"docs.factorcode.org"
add-responder
"~/gitweb"
<gitweb>
"gitweb.factorcode.org"
add-responder
"~/cgit"
<cgit>
"cgit.factorcode.org"
add-responder
"~/re"
<static>
"re.factorcode.org"
add-responder
"~/erg"
<static>
"erg.factorcode.org"
add-responder
"~/blogs"
<static>
"blogs.factorcode.org"
add-responder
"~/irclogs"
<static>
t
>>allow-listings
"irclogs.factorcode.org"
add-responder
main-responder
set-global
;