Skip to content

Commit 5a3ea1a

Browse files
committed
adding morepath talk from yesterday
1 parent c952c18 commit 5a3ea1a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-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-07-24T13:06:13Z</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-07-25T08:40:12Z</updated></feed>

other-web-frameworks.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ <h2>Falcon</h2>
5151
<h2>Morepath</h2>
5252
<p><a href="http://morepath.readthedocs.org/en/latest/">Morepath</a> is a micro web
5353
framework that routes URLs directly to model code.</p>
54+
<ul>
55+
<li>Morepath's creator gave a
56+
<a href="https://www.youtube.com/watch?v=gyDKMAWPyuY">great talk on the motivation and structure for
57+
the new framework</a>
58+
at EuroPython 2014.</li>
59+
</ul>
5460
<h2>web.py</h2>
5561
<p><a href="http://webpy.org/">web.py</a> is a Python web framework designed for simplicity
5662
in building web applications.</p>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ with web application speed as a top priority.
3636
[Morepath](http://morepath.readthedocs.org/en/latest/) is a micro web
3737
framework that routes URLs directly to model code.
3838

39+
* Morepath's creator gave a
40+
[great talk on the motivation and structure for
41+
the new framework](https://www.youtube.com/watch?v=gyDKMAWPyuY)
42+
at EuroPython 2014.
43+
3944

4045
## web.py
4146
[web.py](http://webpy.org/) is a Python web framework designed for simplicity

0 commit comments

Comments
 (0)