Skip to content

Commit 336e4b4

Browse files
committed
updating meta descriptions
1 parent 5a29a28 commit 336e4b4

18 files changed

+50
-73
lines changed

about-author.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Learn more about the author of Full Stack Python, Matt Makai.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>About the Author - Full Stack Python</title>
910
<!--[if lt IE 9]>

all.html

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5599,30 +5599,13 @@ <h3>December</h3>
55995599
<h1>Future Directions</h1>
56005600
<p>Full Stack Python has completely blown away my expectations for what I could
56015601
accomplish with a side project. I really appreciate all the in-person feedback,
5602-
emails and pull requests I've received from the community.</p>
5603-
<p>For 2015 I'm looking forward to taking FSP far beyond the scope I originally
5604-
intended. Here are some thing to watch out for:</p>
5605-
<ol>
5606-
<li>
5607-
<p>Reordering of the content, with top level categories for </p>
5608-
<ul>
5609-
<li>web frameworks</li>
5610-
<li>deployment</li>
5611-
<li>data</li>
5612-
<li>performance</li>
5613-
<li>operations</li>
5614-
<li>security</li>
5615-
<li>front ends (web and mobile)</li>
5616-
</ul>
5617-
</li>
5618-
<li>
5619-
<p>More visuals such as the diagram on the
5620-
<a href="/source-control.html">source control</a> page</p>
5621-
</li>
5622-
<li>
5623-
<p>Step-by-step tutorials instead of just explanations and external resources</p>
5624-
</li>
5625-
</ol>
5602+
emails and pull requests I've received from the community. Keep them coming!</p>
5603+
<p>For 2015 I'm building out the scope of the site beyond web development into
5604+
core Python concepts, data analysis and visualization and some hardware
5605+
hacking such as with the Raspberry Pi and Arduino Yun.</p>
5606+
<p>The biggest update though will be the Full Stack Python Guide to Deployments,
5607+
an in-progress step-by-step tutorial ebook for learning how to deploy Python
5608+
web applications.</p>
56265609
<p>Note that these plans can change based on
56275610
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
56285611
from the community. I work to integrate PRs within a day or two so please

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="If you're interested in what's new to learn on Full Stack Python, the change log is the right place to look.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Change Log - Full Stack Python</title>
910
<!--[if lt IE 9]>

code-metrics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Code metrics provide insight into the quality of a code base via analysis tools. Learn more about code metrics on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Code Metrics - Full Stack Python</title>
910
<!--[if lt IE 9]>

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-03-11T10:25:55Z</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-03-11T11:39:02Z</updated></feed>

future-directions.html

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="In the future directions page on Full Stack Python I give some insight into what my current priorities are for enhancing the site.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Future Directions - Full Stack Python</title>
910
<!--[if lt IE 9]>
@@ -40,30 +41,13 @@
4041
<h1>Future Directions</h1>
4142
<p>Full Stack Python has completely blown away my expectations for what I could
4243
accomplish with a side project. I really appreciate all the in-person feedback,
43-
emails and pull requests I've received from the community.</p>
44-
<p>For 2015 I'm looking forward to taking FSP far beyond the scope I originally
45-
intended. Here are some thing to watch out for:</p>
46-
<ol>
47-
<li>
48-
<p>Reordering of the content, with top level categories for </p>
49-
<ul>
50-
<li>web frameworks</li>
51-
<li>deployment</li>
52-
<li>data</li>
53-
<li>performance</li>
54-
<li>operations</li>
55-
<li>security</li>
56-
<li>front ends (web and mobile)</li>
57-
</ul>
58-
</li>
59-
<li>
60-
<p>More visuals such as the diagram on the
61-
<a href="/source-control.html">source control</a> page</p>
62-
</li>
63-
<li>
64-
<p>Step-by-step tutorials instead of just explanations and external resources</p>
65-
</li>
66-
</ol>
44+
emails and pull requests I've received from the community. Keep them coming!</p>
45+
<p>For 2015 I'm building out the scope of the site beyond web development into
46+
core Python concepts, data analysis and visualization and some hardware
47+
hacking such as with the Raspberry Pi and Arduino Yun.</p>
48+
<p>The biggest update though will be the Full Stack Python Guide to Deployments,
49+
an in-progress step-by-step tutorial ebook for learning how to deploy Python
50+
web applications.</p>
6751
<p>Note that these plans can change based on
6852
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
6953
from the community. I work to integrate PRs within a day or two so please

platform-as-a-service.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="A platform-as-a-service simplifies the deployment of application code while risking other tradeoffs. Learn more on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Platform-as-a-service - Full Stack Python</title>
910
<!--[if lt IE 9]>

source/content/pages/07-web-app-deployment/04-platform-as-a-service.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Platform-as-a-service
22
category: page
33
slug: platform-as-a-service
44
sort-order: 0704
5+
meta: A platform-as-a-service simplifies the deployment of application code while risking other tradeoffs. Learn more on Full Stack Python.
56
choice1url: /wsgi-servers.html
67
choice1icon: fa-play fa-inverse
78
choice1text: What WSGI server should I use to run Python code?

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Web Servers
22
category: page
33
slug: web-servers
44
sort-order: 0706
5+
meta: A web server responds to HTTP requests and responds to clients. Learn more about how web servers interact with Python web apps on Full Stack Python.
56
choice1url: /wsgi-servers.html
67
choice1icon: fa-play fa-inverse
78
choice1text: How do I execute Python since the web server doesn't do that?

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Code Metrics
22
category: page
33
slug: code-metrics
44
sort-order: 0805
5+
meta: Code metrics provide insight into the quality of a code base via analysis tools. Learn more about code metrics on Full Stack Python.
56
choice1url: /continuous-integration.html
67
choice1icon: fa-refresh
78
choice1text: How can I continuously evaluate my code with these metrics?

0 commit comments

Comments
 (0)