| 1 |
PREREQUISITES
|
| 2 |
|
| 3 |
This module requires Drupal 4.7.
|
| 4 |
|
| 5 |
**********************************************************************
|
| 6 |
This code is very raw. Not recommended for production use.
|
| 7 |
**********************************************************************
|
| 8 |
|
| 9 |
OVERVIEW
|
| 10 |
|
| 11 |
The monument module is designed as a photographic database of historic
|
| 12 |
monuments. The idea is to add position data to images of a monument around a
|
| 13 |
compass rose in such a way that the monument.module can recostruct a
|
| 14 |
pseudo-3d view.
|
| 15 |
|
| 16 |
This first commit to CVS contains known bugs, currently listed here:
|
| 17 |
http://www.ascentsoftware.biz/?q=node/6#comment-1
|
| 18 |
The buglist will be moved to the drupal buglist.
|
| 19 |
|
| 20 |
INSTALLATION
|
| 21 |
|
| 22 |
Activate the module in the usual way, grant user permissions on monument
|
| 23 |
and monument image.
|
| 24 |
|
| 25 |
USAGE
|
| 26 |
|
| 27 |
Add details of one or two historic monuments (map references are UK based
|
| 28 |
at the moment)
|
| 29 |
Ignore 'Add Monument Image' but use 'Add Image' instead to add a few photos
|
| 30 |
of your monuments, specifying bearing and image_locations (see below).
|
| 31 |
|
| 32 |
Image Locations
|
| 33 |
ring1 - taken from the centre of the monument facing radially outward
|
| 34 |
ring2 - taken from outside the monument facing toward the centre
|
| 35 |
ring3 - horizon view from the centre of the monument (or equivalent radial
|
| 36 |
point outside monument so as to afford a few of horizon)
|
| 37 |
ad_hoc - taken from various points to show features of interest
|
| 38 |
key_img - specify to show this image with monument preview
|
| 39 |
art_img - image related to monument, taken for artistic reasons only.
|
| 40 |
|
| 41 |
EXAMPLE
|
| 42 |
The content at www.rockstanza.info will be moved to use this module once it
|
| 43 |
reaches production standard. At the moment you can visit www.rockstanza.info
|
| 44 |
to get an idea of what is intended
|
| 45 |
AUTHOR
|
| 46 |
|
| 47 |
Chris McGinlay (aka grunthus)
|
| 48 |
chris at ascentsoftware dot org dot uk
|