From 223d4c07df32392075d22baab861588c2ad5c4f3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Jan 2010 01:40:43 +0000 Subject: More pass overhaul based on making contextfinding explicit within documentation. --- docs/narr/introduction.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/narr/introduction.rst') 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 `_. 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. -- cgit v1.2.3