Skip to content

Commit 7065a38

Browse files
committed
Add TurboGears2 reference
1 parent 8d9912f commit 7065a38

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,10 @@ <h2>Pyramid</h2>
659659
<p>The <a href="http://www.pylonsproject.org/">Pyramid framework</a> stems from the Pylons
660660
project which develops a set of open source web application frameworks.
661661
Pyramid applications are built using a model-view-controller architecture.</p>
662+
<h2>TurboGears2</h2>
663+
<p><a href="http://www.turbogears.org">TurboGears2</a> born as a full stack layer on top
664+
of Pylons is now a standalone web framework that can act both as a full stack
665+
solution (like Django) or as a micro framework.</p>
662666
<h2>Falcon</h2>
663667
<p><a href="http://falconframework.org/">Falcon</a> is a minimalist web framework designed
664668
with web application speed as a top priority.</p>

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-10-19T13:50:06Z</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-10-20T01:12:36Z</updated></feed>

other-web-frameworks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ <h2>Pyramid</h2>
4545
<p>The <a href="http://www.pylonsproject.org/">Pyramid framework</a> stems from the Pylons
4646
project which develops a set of open source web application frameworks.
4747
Pyramid applications are built using a model-view-controller architecture.</p>
48+
<h2>TurboGears2</h2>
49+
<p><a href="http://www.turbogears.org">TurboGears2</a> born as a full stack layer on top
50+
of Pylons is now a standalone web framework that can act both as a full stack
51+
solution (like Django) or as a micro framework.</p>
4852
<h2>Falcon</h2>
4953
<p><a href="http://falconframework.org/">Falcon</a> is a minimalist web framework designed
5054
with web application speed as a top priority.</p>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ project which develops a set of open source web application frameworks.
2727
Pyramid applications are built using a model-view-controller architecture.
2828

2929

30+
## TurboGears2
31+
[TurboGears2](http://www.turbogears.org) born as a full stack layer on top
32+
of Pylons is now a standalone web framework that can act both as a full stack
33+
solution (like Django) or as a micro framework.
34+
35+
3036
## Falcon
3137
[Falcon](http://falconframework.org/) is a minimalist web framework designed
3238
with web application speed as a top priority.

0 commit comments

Comments
 (0)