diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-08 02:30:19 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-08 02:30:19 -0400 |
| commit | d3255c4c452a1bdee1cb3b91bd3f1c7329cdda00 (patch) | |
| tree | a87939226b60795d78390174e78b5411af31b3f6 /docs/designdefense.rst | |
| parent | 578c4a1d19af3230c12a80c5d94e2b4f2bbbc4e1 (diff) | |
| download | pyramid-d3255c4c452a1bdee1cb3b91bd3f1c7329cdda00.tar.gz pyramid-d3255c4c452a1bdee1cb3b91bd3f1c7329cdda00.tar.bz2 pyramid-d3255c4c452a1bdee1cb3b91bd3f1c7329cdda00.zip | |
point at groundhog github repo (why?)
Diffstat (limited to 'docs/designdefense.rst')
| -rw-r--r-- | docs/designdefense.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst index ce3c507c5..b285524c6 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1125,10 +1125,11 @@ Self-described "microframeworks" exist: `Bottle <http://bottle.paws.de>`_ and <http://bobo.digicool.com/>`_ doesn't describe itself as a microframework, but its intended userbase is much the same. Many others exist. We've actually even (only as a teaching tool, not as any sort of official project) -`created one using BFG <http://bfg.repoze.org/videos#groundhog1>`_ (the -precursor to Pyramid). Microframeworks are small frameworks with one common -feature: each allows its users to create a fully functional application that -lives in a single Python file. +`created one using Pyramid <http://bfg.repoze.org/videos#groundhog1>`_ (the +videos use BFG, a precursor to Pyramid, but the resulting code is `available +for Pyramid too <http://github.com/Pylons/groundhog>`_). Microframeworks are +small frameworks with one common feature: each allows its users to create a +fully functional application that lives in a single Python file. Some developers and microframework authors point out that Pyramid's "hello world" single-file program is longer (by about five lines) than the |
