Skip to content

Commit d98531c

Browse files
committed
adding part 3 of web server building tutorial
1 parent 2206866 commit d98531c

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

all.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/07-web-app-deployment/06-web-servers.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

web-servers.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)