Instructions on how to install and configure place module 
with Drupal 5:

INSTALLATION:

Step 0)
  Have a working installation of Drupal.  See http://drupal.org/project/drupal

Step 1)
  Copy the 'place.module', 'place.install', and
'place.info' files within their 'place' subdirectory 
into your 'modules', 'sites/all/modules', or site-specific modules directory.
  Drupal ninjas can automate installation with http://drupal.org/project/drush

Step 2)
  Enable the place module.  

  Go to "administer >> build >> modules" and put a checkmark in the 'status' 
column next to 'place'.  Drupal will automatically create the 
necessary database tables when you submit this form.

Step 3)
  Configure the place module.

  Go to "administer >> settings >> place" to configure the module.

// may not be functionality
  If you're using taxonomy hierarchies, and you wish to assign one location to
an entire tree of terms, enable 'recursive locations'.  If you're not
sure what this means, don't enable this option.

Step 4)
  Associate taxonomy terms with locations.

  Go to "administer >> content >> categories >> locations" and click 'set location'
  next to the term(s) that you wish to associate a location in vocabularies you enabled
  to use locations in step 3.

  Or:
  
  Have this done automatically as terms are created through ___________ @TODO ben-agaric


