Skip to content

Commit e1b77f2

Browse files
committed
updating web servers section
1 parent 01612ec commit e1b77f2

21 files changed

+256
-20
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1>About</h1>
9898
<a href="/introduction.html" class="list-group-item ">Introduction</a>
9999
<a href="/servers.html" class="list-group-item ">Servers</a>
100100
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
101-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
101+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
102102
<a href="/database.html" class="list-group-item ">Database</a>
103103
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
104104
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

caching.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2>Caching Resources</h2>
101101
<a href="/introduction.html" class="list-group-item ">Introduction</a>
102102
<a href="/servers.html" class="list-group-item ">Servers</a>
103103
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
104-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
104+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
105105
<a href="/database.html" class="list-group-item ">Database</a>
106106
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
107107
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

change-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>2012</h2>
107107
<a href="/introduction.html" class="list-group-item ">Introduction</a>
108108
<a href="/servers.html" class="list-group-item ">Servers</a>
109109
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
110-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
110+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
111111
<a href="/database.html" class="list-group-item ">Database</a>
112112
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
113113
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

configuration-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h2>Ansible Resources</h2>
116116
<a href="/introduction.html" class="list-group-item ">Introduction</a>
117117
<a href="/servers.html" class="list-group-item ">Servers</a>
118118
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
119-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
119+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
120120
<a href="/database.html" class="list-group-item ">Database</a>
121121
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
122122
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>Database resources</h2>
136136
<a href="/introduction.html" class="list-group-item ">Introduction</a>
137137
<a href="/servers.html" class="list-group-item ">Servers</a>
138138
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
139-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
139+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
140140
<a href="/database.html" class="list-group-item active">Database</a>
141141
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
142142
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

dependency-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1>Application Dependencies</h1>
9292
<a href="/introduction.html" class="list-group-item ">Introduction</a>
9393
<a href="/servers.html" class="list-group-item ">Servers</a>
9494
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
95-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
95+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
9696
<a href="/database.html" class="list-group-item ">Database</a>
9797
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
9898
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

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>2014-02-01T08:59:27Z</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>2014-02-01T09:07:44Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h1>Introduction</h1>
117117
<a href="/introduction.html" class="list-group-item active">Introduction</a>
118118
<a href="/servers.html" class="list-group-item ">Servers</a>
119119
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
120-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
120+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
121121
<a href="/database.html" class="list-group-item ">Database</a>
122122
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
123123
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h1>Introduction</h1>
117117
<a href="/introduction.html" class="list-group-item active">Introduction</a>
118118
<a href="/servers.html" class="list-group-item ">Servers</a>
119119
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
120-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
120+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
121121
<a href="/database.html" class="list-group-item ">Database</a>
122122
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
123123
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

monitoring.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Monitoring Resources</h2>
133133
<a href="/introduction.html" class="list-group-item ">Introduction</a>
134134
<a href="/servers.html" class="list-group-item ">Servers</a>
135135
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
136-
<a href="/web-server.html" class="list-group-item ">Web Server</a>
136+
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
137137
<a href="/database.html" class="list-group-item ">Database</a>
138138
<a href="/wsgi-server.html" class="list-group-item ">WSGI Server</a>
139139
<a href="/web-framework.html" class="list-group-item ">Web Framework</a>

0 commit comments

Comments
 (0)