diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-01 19:33:06 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-01 19:33:06 -0500 |
| commit | f1ffaeeff438aa2ea768c508fe38e3dd108b9369 (patch) | |
| tree | 6ff2b0d0063be11ef0b3fa65232a37f629331165 /docs/tutorials | |
| parent | d195074f2c6ef704926cf56de4e26e36e11ee758 (diff) | |
| parent | 1220f3b8f869e4caf298d9acb5e5fffe0a86129e (diff) | |
| download | pyramid-f1ffaeeff438aa2ea768c508fe38e3dd108b9369.tar.gz pyramid-f1ffaeeff438aa2ea768c508fe38e3dd108b9369.tar.bz2 pyramid-f1ffaeeff438aa2ea768c508fe38e3dd108b9369.zip | |
Merge branch 'master' into twophase
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/cmf/index.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/tutorials/cmf/index.rst b/docs/tutorials/cmf/index.rst index 94c73af8e..26aa336a9 100644 --- a/docs/tutorials/cmf/index.rst +++ b/docs/tutorials/cmf/index.rst @@ -7,13 +7,12 @@ The Zope `Content Management Framework websites. It's reasonably easy to convert a modern Zope/CMF application to :app:`Pyramid`. -The main difference between CMF and :app:`Pyramid` is that -:app:`Pyramid` does not advertise itself as a system into which you -can plug arbitrary "packages" that extend a system-supplied management -user interface. You *could* build a CMF-like layer on top of -:app:`Pyramid` (as CMF is built on Zope) but none currently exists. -For those sorts of high-extensibility, highly-regularized-UI systems, -CMF is still the better choice. +The main difference between CMF and :app:`Pyramid` is that :app:`Pyramid` +does not advertise itself as a system into which you can plug arbitrary +"packages" that extend a system-supplied management user interface. You +*could* build a CMF-like layer on top of :app:`Pyramid` but none currently +exists. For those sorts of high-extensibility, highly-regularized-UI +systems, CMF is still the better choice. :app:`Pyramid` (and other more lightweight systems) is often a better choice when you're building the a user interface from scratch, |
