Skip to content

Commit 1de1cec

Browse files
committed
new pyramid resource
1 parent c23bea2 commit 1de1cec

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,12 @@ <h2>Pyramid resources</h2>
12711271
shows a simple "hello world" app for Pyramid and explains the framework
12721272
isn't necessarily as complex as people believe it is.</p>
12731273
</li>
1274+
<li>
1275+
<p><a href="http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html">Build a chat app with Pyramid, SQLDB, and Bluemix</a>
1276+
is a Pyramid application walkthrough specific to IBM's Bluemix platform.</p>
1277+
</li>
12741278
</ul>
1279+
<h3>Learn more about frameworks or continue building your Pyramid app?</h3>
12751280
<h2>Morepath</h2>
12761281
<p><a href="http://morepath.readthedocs.org/en/latest/">Morepath</a> is a micro web
12771282
framework with a model-driven approach to creating web applications and web

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-02-11T13:42:53Z</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-02-12T07:31:55Z</updated></feed>

pyramid.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ <h2>Pyramid resources</h2>
5656
shows a simple "hello world" app for Pyramid and explains the framework
5757
isn't necessarily as complex as people believe it is.</p>
5858
</li>
59+
<li>
60+
<p><a href="http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html">Build a chat app with Pyramid, SQLDB, and Bluemix</a>
61+
is a Pyramid application walkthrough specific to IBM's Bluemix platform.</p>
62+
</li>
5963
</ul>
64+
<h3>Learn more about frameworks or continue building your Pyramid app?</h3>
6065
<div class="row">
6166
<div class="col-md-4">
6267
<div class="well select-next">

source/content/pages/04-web-development/05-pyramid.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ Model-View-Controller (MVC) architectural pattern.
3636
shows a simple "hello world" app for Pyramid and explains the framework
3737
isn't necessarily as complex as people believe it is.
3838

39+
* [Build a chat app with Pyramid, SQLDB, and Bluemix](http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html)
40+
is a Pyramid application walkthrough specific to IBM's Bluemix platform.
41+
42+
43+
### Learn more about frameworks or continue building your Pyramid app?

0 commit comments

Comments
 (0)