diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-11-30 19:46:45 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-11-30 19:46:45 -0700 |
| commit | 031d9f20baee7f57534a805809ac6a11319330ce (patch) | |
| tree | 9ab03b9fca24b5542441649eecf287f9e9f48e92 /docs/tutorials | |
| parent | 3f0f1a7c9e0177352023bbe67b1eddf9185d759a (diff) | |
| parent | 5238ae329fb70e5e386db0b127d958c8523d7247 (diff) | |
| download | pyramid-031d9f20baee7f57534a805809ac6a11319330ce.tar.gz pyramid-031d9f20baee7f57534a805809ac6a11319330ce.tar.bz2 pyramid-031d9f20baee7f57534a805809ac6a11319330ce.zip | |
Merge https://github.com/Pylons/pyramid
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, |
