Skip to content

Commit d283f3a

Browse files
committed
clarifying morepath page
1 parent 20d087a commit d283f3a

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

all.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -773,13 +773,13 @@ <h2>Morepath</h2>
773773
<h2>Why is Morepath an interesting web framework?</h2>
774774
<p>Simple <a href="http://en.wikipedia.org/wiki/Create,_read,_update_and_delete">CRUD web applications and APIs</a>
775775
can be tedious to build when they are driven straight from data models without
776-
much logic between the model and the view. With the rise of front end
777-
JavaScript frameworks many Python web frameworks are becoming
776+
much logic between the model and the view. </p>
777+
<p>With the rise of front end JavaScript frameworks, many Python web frameworks
778+
are first being used to build
778779
<a href="/application-programming-interfaces.html">RESTful APIs</a> that return JSON
779-
instead of the framework's original purpose as generating HTML with a
780-
templating system. Morepath appears to have been created with the RESTful API
781-
model in mind and cuts out the assumption that templates will definitely be
782-
used to generate the web user interface.</p>
780+
instead rendering HTML via a templating system. Morepath appears to have
781+
been created with the RESTful API model approach in mind and cuts out the
782+
assumption that templates will drive the user interface.</p>
783783
<h3>Morepath resources</h3>
784784
<ul>
785785
<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>2015-01-02T16:20:07Z</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-01-02T16:22:53Z</updated></feed>

morepath.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ <h2>Morepath</h2>
4949
<h2>Why is Morepath an interesting web framework?</h2>
5050
<p>Simple <a href="http://en.wikipedia.org/wiki/Create,_read,_update_and_delete">CRUD web applications and APIs</a>
5151
can be tedious to build when they are driven straight from data models without
52-
much logic between the model and the view. With the rise of front end
53-
JavaScript frameworks many Python web frameworks are becoming
52+
much logic between the model and the view. </p>
53+
<p>With the rise of front end JavaScript frameworks, many Python web frameworks
54+
are first being used to build
5455
<a href="/application-programming-interfaces.html">RESTful APIs</a> that return JSON
55-
instead of the framework's original purpose as generating HTML with a
56-
templating system. Morepath appears to have been created with the RESTful API
57-
model in mind and cuts out the assumption that templates will definitely be
58-
used to generate the web user interface.</p>
56+
instead rendering HTML via a templating system. Morepath appears to have
57+
been created with the RESTful API model approach in mind and cuts out the
58+
assumption that templates will drive the user interface.</p>
5959
<h3>Morepath resources</h3>
6060
<ul>
6161
<li>

source/content/pages/02-web-frameworks/0206-morepath.markdown

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ by the developer.
3030
## Why is Morepath an interesting web framework?
3131
Simple [CRUD web applications and APIs](http://en.wikipedia.org/wiki/Create,_read,_update_and_delete)
3232
can be tedious to build when they are driven straight from data models without
33-
much logic between the model and the view. With the rise of front end
34-
JavaScript frameworks many Python web frameworks are becoming
33+
much logic between the model and the view.
34+
35+
With the rise of front end JavaScript frameworks, many Python web frameworks
36+
are first being used to build
3537
[RESTful APIs](/application-programming-interfaces.html) that return JSON
36-
instead of the framework's original purpose as generating HTML with a
37-
templating system. Morepath appears to have been created with the RESTful API
38-
model in mind and cuts out the assumption that templates will definitely be
39-
used to generate the web user interface.
38+
instead rendering HTML via a templating system. Morepath appears to have
39+
been created with the RESTful API model approach in mind and cuts out the
40+
assumption that templates will drive the user interface.
4041

4142

4243
### Morepath resources

0 commit comments

Comments
 (0)