Skip to content

Commit 1b6cc74

Browse files
committed
adding new resource for servers
1 parent 053f399 commit 1b6cc74

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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-04-17T08:41:38Z</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-04-17T12:33:55Z</updated></feed>

servers.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ <h2>Infrastructure-as-a-service</h2>
185185
<h3>Infrastructure-as-a-service resources</h3>
186186
<ul>
187187
<li>
188+
<p><a href="http://www.screamingatmyscreen.com/2012/12/the-cloud-vs-dedicated-servers/">The cloud versus dedicated servers</a></p>
189+
</li>
190+
<li>
188191
<p><a href="http://libcloud.apache.org/">Apache Libcloud</a> is a Python library that
189192
provides a unified API for many cloud service providers.</p>
190193
</li>

source/content/pages/02-servers/0201-servers.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ IaaS platform.
118118

119119

120120
### Infrastructure-as-a-service resources
121+
* [The cloud versus dedicated servers](http://www.screamingatmyscreen.com/2012/12/the-cloud-vs-dedicated-servers/)
122+
121123
* [Apache Libcloud](http://libcloud.apache.org/) is a Python library that
122124
provides a unified API for many cloud service providers.
123125

0 commit comments

Comments
 (0)