From b765ed944cc1232d19489a9ba704ccd3e380287b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 9 Oct 2009 18:11:50 +0000 Subject: view -> static directive. --- docs/tutorials/bfgwiki/basiclayout.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/bfgwiki/basiclayout.rst') diff --git a/docs/tutorials/bfgwiki/basiclayout.rst b/docs/tutorials/bfgwiki/basiclayout.rst index d69839c46..d57cd7134 100644 --- a/docs/tutorials/bfgwiki/basiclayout.rst +++ b/docs/tutorials/bfgwiki/basiclayout.rst @@ -38,9 +38,9 @@ XML namespace. Our sample ZCML file looks like the following: Since this ```` doesn't have a ``name`` attribute, it is the "default" view for that class. -#. *Lines 11-15*. Register a view on the ``MyModels`` class that - answers URL segments of ``static``. This is a view that will serve - up static resources for us, in this case, at +#. *Lines 11-15*. Register a ``static`` view which answers requests + which start with ``/static``. This is a view that will serve up + static resources for us, in this case, at ``http://localhost:6543/static/`` and below. Content Models with ``models.py`` -- cgit v1.2.3