Skip to content

Commit 19502f8

Browse files
committed
updating servers page
1 parent bc16f61 commit 19502f8

File tree

8 files changed

+16
-10
lines changed

8 files changed

+16
-10
lines changed

all.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ <h2>Servers learning checklist</h2>
923923
awaiting your instructions.</p>
924924
<p><i class="fa fa-check-square-o"></i>
925925
Move to the <a href="/operating-systems.html">operating systems</a> section to learn
926-
how to load Ubuntu 12.04 LTS as a base OS for Python web applications.</p>
926+
how to load Ubuntu 14.04 LTS as a base OS for Python web applications.</p>
927927
<h3>Keep going with setting up a server or try a PaaS?</h3>
928928
<h1>Platform-as-a-service</h1>
929929
<p>A platform-as-a-service (PaaS) provides infrastructure and a software layer
@@ -1069,8 +1069,8 @@ <h3>Ubuntu</h3>
10691069
five years of post-release updates from Canonical. Every two years, Canonical
10701070
creates a new LTS release, which allows for an easy upgrade path as well
10711071
as flexibility in skipping every other LTS release if necessary. As of
1072-
February 2014,
1073-
<a href="http://releases.ubuntu.com/precise/">12.04 Precise Pangolin</a>
1072+
November 2014,
1073+
<a href="http://releases.ubuntu.com/14.04/">14.04 Trusty Tahr</a>
10741074
is the latest Ubuntu LTS release.</p>
10751075
<h4>Ubuntu Python Packages</h4>
10761076
<p>There are several
@@ -3913,6 +3913,8 @@ <h1>Change Log</h1>
39133913
<h2>2014</h2>
39143914
<h3>October</h3>
39153915
<ul>
3916+
<li>Always adding new links to the best resources. More resources for
3917+
deployments, web analytics and Flask.</li>
39163918
<li>More API creation and consumption resources.</li>
39173919
<li>Merged a bunch of pull requests that cleaned up spelling and grammar
39183920
errors. Thank you contributors!</li>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>October</h3>
4848
<ul>
49+
<li>Always adding new links to the best resources. More resources for
50+
deployments, web analytics and Flask.</li>
4951
<li>More API creation and consumption resources.</li>
5052
<li>Merged a bunch of pull requests that cleaned up spelling and grammar
5153
errors. Thank you contributors!</li>

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-10-30T09:24:21Z</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-10-30T17:07:13Z</updated></feed>

operating-systems.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ <h3>Ubuntu</h3>
7575
five years of post-release updates from Canonical. Every two years, Canonical
7676
creates a new LTS release, which allows for an easy upgrade path as well
7777
as flexibility in skipping every other LTS release if necessary. As of
78-
February 2014,
79-
<a href="http://releases.ubuntu.com/precise/">12.04 Precise Pangolin</a>
78+
November 2014,
79+
<a href="http://releases.ubuntu.com/14.04/">14.04 Trusty Tahr</a>
8080
is the latest Ubuntu LTS release.</p>
8181
<h4>Ubuntu Python Packages</h4>
8282
<p>There are several

servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2>Servers learning checklist</h2>
171171
awaiting your instructions.</p>
172172
<p><i class="fa fa-check-square-o"></i>
173173
Move to the <a href="/operating-systems.html">operating systems</a> section to learn
174-
how to load Ubuntu 12.04 LTS as a base OS for Python web applications.</p>
174+
how to load Ubuntu 14.04 LTS as a base OS for Python web applications.</p>
175175
<h3>Keep going with setting up a server or try a PaaS?</h3>
176176
<div class="row">
177177
<div class="col-md-4">

source/content/pages/03-deployment/0302-servers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ awaiting your instructions.
155155

156156
<i class="fa fa-check-square-o"></i>
157157
Move to the [operating systems](/operating-systems.html) section to learn
158-
how to load Ubuntu 12.04 LTS as a base OS for Python web applications.
158+
how to load Ubuntu 14.04 LTS as a base OS for Python web applications.
159159

160160

161161

source/content/pages/03-deployment/0306-operating-systems.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ are the recommended versions to use for deployments. LTS versions receive
6262
five years of post-release updates from Canonical. Every two years, Canonical
6363
creates a new LTS release, which allows for an easy upgrade path as well
6464
as flexibility in skipping every other LTS release if necessary. As of
65-
February 2014,
66-
[12.04 Precise Pangolin](http://releases.ubuntu.com/precise/)
65+
November 2014,
66+
[14.04 Trusty Tahr](http://releases.ubuntu.com/14.04/)
6767
is the latest Ubuntu LTS release.
6868

6969

source/content/pages/11-misc/1103-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2014
2626
### October
27+
* Always adding new links to the best resources. More resources for
28+
deployments, web analytics and Flask.
2729
* More API creation and consumption resources.
2830
* Merged a bunch of pull requests that cleaned up spelling and grammar
2931
errors. Thank you contributors!

0 commit comments

Comments
 (0)