diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-17 01:40:43 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-17 01:40:43 +0000 |
| commit | 223d4c07df32392075d22baab861588c2ad5c4f3 (patch) | |
| tree | 98b65e7cea6050ca91f3d715301984f93767ab21 /docs/narr/introduction.rst | |
| parent | c81116eecf7ecc07e25451cbe312c3794c905539 (diff) | |
| download | pyramid-223d4c07df32392075d22baab861588c2ad5c4f3.tar.gz pyramid-223d4c07df32392075d22baab861588c2ad5c4f3.tar.bz2 pyramid-223d4c07df32392075d22baab861588c2ad5c4f3.zip | |
More pass overhaul based on making contextfinding explicit within documentation.
Diffstat (limited to 'docs/narr/introduction.rst')
| -rw-r--r-- | docs/narr/introduction.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index dfb841117..4e39a353e 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -14,8 +14,8 @@ application-specific. For example, the content of a web page served by one web application might be a representation of the contents of an accounting ledger, while the content of of a web page served by another might be a listing of songs. These applications probably -won't serve the same set of customers. However, both the -ledger-serving and song-serving applications can be written using +won't serve the same set of customers. However, both a ledger-serving +application and a song-serving application might be written using :mod:`repoze.bfg` because it is a very general open source Python web *framework*. As a framework, the primary job of :mod:`repoze.bfg` is to make it easier for a developer to create arbitrary web @@ -90,8 +90,8 @@ Openness <http://repoze.org/license.html>`_. This book usually refers to the framework by its full package name, -:mod:`repoze.bfg`. However, it is often referred to colloquially as -just "BFG" (the "repoze-dot" dropped) in conversation. +:mod:`repoze.bfg`. However, it is often referred to as just "BFG" +(the "repoze-dot" dropped) in conversation. .. index:: single: Repoze @@ -181,7 +181,7 @@ as :term:`Django`, :mod:`repoze.bfg` makes no assumptions about which persistence mechanisms you should use to build an application. Zope applications are typically reliant on :term:`ZODB`; :mod:`repoze.bfg` allows you to build :term:`ZODB` applications, but it has no reliance -on the ZODB package. Likewise, :term:`Django` tends to assume that +on the ZODB software. Likewise, :term:`Django` tends to assume that you want to store your application's data in a relational database. :mod:`repoze.bfg` makes no such assumption; it allows you to use a relational database but doesn't encourage or discourage the decision. |
