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/authorintro.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docs/authorintro.rst') diff --git a/docs/authorintro.rst b/docs/authorintro.rst index c811818b8..f7496afd2 100644 --- a/docs/authorintro.rst +++ b/docs/authorintro.rst @@ -34,13 +34,15 @@ will be slightly harder, and it will take a little longer, but you'd be hard-pressed to find a better "first language." Web technology familiarity is assumed in various places within the -book. For example, the book describes various interactions in terms -of the HTTP protocol, but it does not describe how the HTTP protocol -works in detail. Like any good framework, though, :mod:`repoze.bfg` -shields you from needing to know the gory details of web protocols -such as HTTP, and you can usually skip such descriptions without -becoming "blocked," although you may lack some fundamental -understanding of how it works "under the hood" as a result. +book. For example, the book doesn't try to define common web-related +concepts like "URL" or "query string." Likewise, the book describes +various interactions in terms of the HTTP protocol, but it does not +describe how the HTTP protocol works in detail. Like any good web +framework, though, :mod:`repoze.bfg` shields you from needing to know +most of the gory details of web protocols and low-level data +structures. As a result, you can usually avoid becoming "blocked" +while you read this book even if you don't yet deeply understand web +technologies. .. index:: single: repoze.zope2 -- cgit v1.2.3