web-server-tutorial -> continue
svn: r11407
This commit is contained in:
parent
7f17d667b1
commit
e58bf78f04
|
@ -770,7 +770,7 @@ the server updated, visit @tt{http://localhost:8081/sum2}.
|
||||||
The PLT Scheme distribution includes a production-quality web server
|
The PLT Scheme distribution includes a production-quality web server
|
||||||
that addresses all of the design points mentioned here and more.
|
that addresses all of the design points mentioned here and more.
|
||||||
To learn more, see the tutorial @other-manual['(lib
|
To learn more, see the tutorial @other-manual['(lib
|
||||||
"web-server/scribblings/tutorial/web-server-tutorial.scrbl")], the
|
"web-server/scribblings/tutorial/continue.scrbl")], the
|
||||||
documentation @other-manual['(lib
|
documentation @other-manual['(lib
|
||||||
"web-server/scribblings/web-server.scrbl")], or the research paper
|
"web-server/scribblings/web-server.scrbl")], or the research paper
|
||||||
@cite["Krishnamurthi07"].
|
@cite["Krishnamurthi07"].
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(define scribblings
|
(define scribblings
|
||||||
'(("scribblings/web-server.scrbl" (multi-page) (tool))
|
'(("scribblings/web-server.scrbl" (multi-page) (tool))
|
||||||
("scribblings/tutorial/web-server-tutorial.scrbl" () (getting-started))))
|
("scribblings/tutorial/continue.scrbl" () (getting-started))))
|
||||||
|
|
||||||
(define mzscheme-launcher-libraries '("main.ss"))
|
(define mzscheme-launcher-libraries '("main.ss"))
|
||||||
(define mzscheme-launcher-names '("PLT Web Server"))
|
(define mzscheme-launcher-names '("PLT Web Server"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user