File tree Expand file tree Collapse file tree
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4143,8 +4143,9 @@ <h2>Web server resources</h2>
41434143</ li >
41444144< li >
41454145< p > If you're looking to learn about web servers by building one, here's
4146- < a href ="http://ruslanspivak.com/lsbaws-part1/ "> part one of a tutorial that shows how to code a web server in Python</ a >
4147- and < a href ="http://ruslanspivak.com/lsbaws-part2/ "> part two</ a > .</ p >
4146+ < a href ="http://ruslanspivak.com/lsbaws-part1/ "> part one</ a > ,
4147+ < a href ="http://ruslanspivak.com/lsbaws-part2/ "> part two</ a > and < a href ="http://ruslanspivak.com/lsbaws-part3/ "> part three</ a >
4148+ of a great tutorial that shows how to code a web server in Python.</ p >
41484149</ li >
41494150</ ul >
41504151< h2 > Web servers learning checklist</ h2 >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-05-21T14:20:08Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-05-22T11:32:02Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -96,8 +96,9 @@ is provided by W3C.
9696 Nginx rate limits.
9797
9898* If you're looking to learn about web servers by building one, here's
99- [ part one of a tutorial that shows how to code a web server in Python] ( http://ruslanspivak.com/lsbaws-part1/ )
100- and [ part two] ( http://ruslanspivak.com/lsbaws-part2/ ) .
99+ [ part one] ( http://ruslanspivak.com/lsbaws-part1/ ) ,
100+ [ part two] ( http://ruslanspivak.com/lsbaws-part2/ ) and [ part three] ( http://ruslanspivak.com/lsbaws-part3/ )
101+ of a great tutorial that shows how to code a web server in Python.
101102
102103
103104## Web servers learning checklist
Original file line number Diff line number Diff line change @@ -128,8 +128,9 @@ <h2>Web server resources</h2>
128128</ li >
129129< li >
130130< p > If you're looking to learn about web servers by building one, here's
131- < a href ="http://ruslanspivak.com/lsbaws-part1/ "> part one of a tutorial that shows how to code a web server in Python</ a >
132- and < a href ="http://ruslanspivak.com/lsbaws-part2/ "> part two</ a > .</ p >
131+ < a href ="http://ruslanspivak.com/lsbaws-part1/ "> part one</ a > ,
132+ < a href ="http://ruslanspivak.com/lsbaws-part2/ "> part two</ a > and < a href ="http://ruslanspivak.com/lsbaws-part3/ "> part three</ a >
133+ of a great tutorial that shows how to code a web server in Python.</ p >
133134</ li >
134135</ ul >
135136< h2 > Web servers learning checklist</ h2 >
You can’t perform that action at this time.
0 commit comments