Introduction
============

Acquisition is evil.

If you have a Zope tree like that::

     |
     \-- Site1
     |
     \-- Site2

You will be able to traverse Site2 from Site1 just by traversing::

    http://yoursite/Site1/Site2

More ...
