Skip to content

Commit a93dd8e

Browse files
committed
adding new web framework to list
1 parent b1e0d75 commit a93dd8e

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-24T22:17:50Z</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-25T16:22:52Z</updated></feed>

other-web-frameworks.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ <h2>Pyramid</h2>
121121
<h2>Falcon</h2>
122122
<p><a href="http://falconframework.org/">Falcon</a> is a minimalist web framework designed
123123
with web application speed as a top priority.</p>
124+
<h2><a href="http://morepath.readthedocs.org/en/latest/">Morepath</a></h2>
125+
<p>is a micro web framework that routes URLs directly to model code.</p>
124126
<h3>What do you need to learn next?</h3>
125127
<div class="row">
126128
<div class="col-md-3">

source/content/pages/other-web-frameworks.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ Pyramid applications are built using a model-view-controller architecture.
1919
with web application speed as a top priority.
2020

2121

22+
## [Morepath](http://morepath.readthedocs.org/en/latest/)
23+
is a micro web framework that routes URLs directly to model code.
24+
2225
### What do you need to learn next?

0 commit comments

Comments
 (0)