Skip to content

Commit d952648

Browse files
committed
so many typo fixes
1 parent b6beb30 commit d952648

File tree

10 files changed

+32
-17
lines changed

10 files changed

+32
-17
lines changed

all.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ <h2>Flask resources</h2>
18071807
streaming.</p>
18081808
</li>
18091809
<li>
1810-
<p>"<a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
1810+
<p><a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
18111811
is an important note about optimizing Flask template cache size to
18121812
dramatically increase performance in some cases.</p>
18131813
</li>
@@ -2133,8 +2133,8 @@ <h1>Web Design</h1>
21332133
<p>Web design is the creation of a web application's style and user interaction
21342134
using CSS and JavaScript.</p>
21352135
<h2>Why is web design important?</h2>
2136-
<p>You don't really expect users to use your 2014 web application if it looks
2137-
like this, do you?</p>
2136+
<p>You wouldn’t use a web application that looked like the following screenshot,
2137+
would you?</p>
21382138
<p><img src="theme/img/no-style-webpage.png" width="100%" alt="HTML with no CSS or JavaScript." class="technical-diagram" /> </p>
21392139
<p>Creating web pages with their own style and interactivity so users can easily
21402140
accomplish their tasks is a major part of building modern web applications.</p>
@@ -2723,7 +2723,7 @@ <h2>General security resources</h2>
27232723
</li>
27242724
<li>
27252725
<p>This page contains a
2726-
<a href="http://dfir.org/?q=node/8/">fantastic currated list of security reading material</a>
2726+
<a href="http://dfir.org/?q=node/8/">fantastic curated list of security reading material</a>
27272727
from beginning to advanced topics.</p>
27282728
</li>
27292729
<li>
@@ -6491,9 +6491,15 @@ <h2>Open source code metrics projects</h2>
64916491
</ul>
64926492
<h2>Hosted code metrics services</h2>
64936493
<ul>
6494-
<li><a href="https://landscape.io/">Landscape</a> provides free code metrics for open
6494+
<li>
6495+
<p><a href="https://landscape.io/">Landscape</a> provides free code metrics for open
64956496
source Python projects. Pricing is available for analyzing private
6496-
repositories as well.</li>
6497+
repositories as well.</p>
6498+
</li>
6499+
<li>
6500+
<p><a href="https://coveralls.io">Coveralls</a> shows code coverage from test suites
6501+
and other metrics to help developers improve the quality of their code.</p>
6502+
</li>
64976503
</ul>
64986504
<h2>Code metrics resources</h2>
64996505
<ul>

code-metrics.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,15 @@ <h2>Open source code metrics projects</h2>
6666
</ul>
6767
<h2>Hosted code metrics services</h2>
6868
<ul>
69-
<li><a href="https://landscape.io/">Landscape</a> provides free code metrics for open
69+
<li>
70+
<p><a href="https://landscape.io/">Landscape</a> provides free code metrics for open
7071
source Python projects. Pricing is available for analyzing private
71-
repositories as well.</li>
72+
repositories as well.</p>
73+
</li>
74+
<li>
75+
<p><a href="https://coveralls.io">Coveralls</a> shows code coverage from test suites
76+
and other metrics to help developers improve the quality of their code.</p>
77+
</li>
7278
</ul>
7379
<h2>Code metrics resources</h2>
7480
<ul>

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-07-23T09:42:52Z</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-07-24T08:10:11Z</updated></feed>

flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h2>Flask resources</h2>
205205
streaming.</p>
206206
</li>
207207
<li>
208-
<p>"<a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
208+
<p><a href="https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679">One line of code cut our Flask page load times by 60%</a>
209209
is an important note about optimizing Flask template cache size to
210210
dramatically increase performance in some cases.</p>
211211
</li>

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ how to <a href="/deployment.html">deploy web applications</a>.
161161
is another fantastic tutorial by Miguel Grinberg that covers video
162162
streaming.
163163

164-
* "[One line of code cut our Flask page load times by 60%](https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679)
164+
* [One line of code cut our Flask page load times by 60%](https://medium.com/@5hreyans/the-one-weird-trick-that-cut-our-flask-page-load-time-by-70-87145335f679)
165165
is an important note about optimizing Flask template cache size to
166166
dramatically increase performance in some cases.
167167

source/content/pages/04-web-development/10-web-design.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ using CSS and JavaScript.
1111

1212

1313
## Why is web design important?
14-
You don't really expect users to use your 2014 web application if it looks
15-
like this, do you?
14+
You wouldn’t use a web application that looked like the following screenshot,
15+
would you?
1616

1717
<img src="theme/img/no-style-webpage.png" width="100%" alt="HTML with no CSS or JavaScript." class="technical-diagram" />
1818

source/content/pages/04-web-development/15-web-app-security.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ securing Linux distributions.
6868
topics.
6969

7070
* This page contains a
71-
[fantastic currated list of security reading material](http://dfir.org/?q=node/8/)
71+
[fantastic curated list of security reading material](http://dfir.org/?q=node/8/)
7272
from beginning to advanced topics.
7373

7474
* The [/r/netsec](http://www.reddit.com/r/netsec/) subreddit is one place to

source/content/pages/08-testing/05-code-metrics.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ system are occurring.
3939
source Python projects. Pricing is available for analyzing private
4040
repositories as well.
4141

42+
* [Coveralls](https://coveralls.io) shows code coverage from test suites
43+
and other metrics to help developers improve the quality of their code.
44+
4245

4346
## Code metrics resources
4447
* [Static Code Analizers for Python](http://doughellmann.com/2008/03/01/static-code-analizers-for-python.html)

web-application-security.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>General security resources</h2>
111111
</li>
112112
<li>
113113
<p>This page contains a
114-
<a href="http://dfir.org/?q=node/8/">fantastic currated list of security reading material</a>
114+
<a href="http://dfir.org/?q=node/8/">fantastic curated list of security reading material</a>
115115
from beginning to advanced topics.</p>
116116
</li>
117117
<li>

web-design.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h1>Web Design</h1>
3838
<p>Web design is the creation of a web application's style and user interaction
3939
using CSS and JavaScript.</p>
4040
<h2>Why is web design important?</h2>
41-
<p>You don't really expect users to use your 2014 web application if it looks
42-
like this, do you?</p>
41+
<p>You wouldn’t use a web application that looked like the following screenshot,
42+
would you?</p>
4343
<p><img src="theme/img/no-style-webpage.png" width="100%" alt="HTML with no CSS or JavaScript." class="technical-diagram" /> </p>
4444
<p>Creating web pages with their own style and interactivity so users can easily
4545
accomplish their tasks is a major part of building modern web applications.</p>

0 commit comments

Comments
 (0)