@database "mapPlug English Guide"
@wordwrap
@author "Esteve Boix"
@remark "$VER: mapPlug v1.1 English Help Guide Guide 1.1 (20 Jun 98)"
@node MAIN "Welcome"
@{b}mapPlug v1.1@{ub}
An HTML client side image map editor
What is @{"new" link new} in this version
©1998 Esteve Boix
@{" Introduction " link introduction}
@{" Requeriments " link require}
@{" Features " link features}
@{" Using mapPlug " link using}
@{" Registering " link reg}
@{" Getting mapPlug " link get}
@{" Greetings " link gre}
@{" The future " link future}
@endnode
@node INTRODUCTION "Introduction to mapPlug"
@{b}@{u}Introduction to mapPlug@{uu}@{ub}
mapPlug is a MUI-based program that will help you to create client side HTML image maps.
An image map in HTML is a way to define "hot spots" in an image. Clicking them will bring you to a new page in the browser. For example:
This code tells the browser to display an image that has two hotspots, two rectangular shapes defined by the coordinates given by each tag.
As you can see, it's a kind of mess. It's even worse when you're not dealing with rectangular shapes, but circles or even multi point polygons.
mapPlug offers a simple way to do this. You load the image (using the AmigaOS v3+ datatype system, so any format for which a datatype exists can be loaded) and draw the shapes with the mouse directly over it. Once defined, the shapes are fully editable (you can move them or resize them for example), so you can adjust them to your needs without having to deal with coordinates.
From v1.1+, mapPlug offers a zoom function, so you can view the image with more detail to adjust the shapes.
You have two string gadgets where you can set the href parameter (i.e., where does the hot-spot point) and the alt parameter (the alternate text for non graphical browsers).
@endnode
@node FEATURES "Features"
@{b}@{u}mapPlug's features@{uu}@{ub}
Here goes an small list of features:
- Map creation completely GUI driven, very easy to use
- Shapes (rectangles, circles and polygons) are *fully* editable once created
- Zoom upto 16x.
- mapPlug's window is an AppWindow. Simply drag an image icon on it and it will be loaded and displayed, ready to be mapped.
- Support for CyberGraphX/P96's v43 datatype (thus working on high/truecolor bitmaps in high/truecolor screens)
- Correct handling of @{"relative dirs" link reldir}
- Maps can be saved into a text file or copied into the clipboard
@endnode
@node RELDIR "Relative directories"
@{b}@{u}Relative dirs@{uu}@{ub}
Relative dirs are an important concept in HTML docs creation. Here goes an small (and I hope helpfull) explanation.
When creating a new web site, usually all the file references (in images, links or whatever) are done relative to an absolute path. For example, imagine the following directory tree:
Work:
MySite (dir)
index.html
concept.html
images (dir)
page.html
myimage1.png
myimage2.png
myimage3.png
Ok.
You create the file 'index.html', and you want to make a link to 'concept.html'. Since they are in the same dir, there is not need to specify the full path for 'concept.html'. The link would look like:
Link
For example, a link from 'index.html' to 'page.html' (which resides in 'images') would look like:
Link
A different case is when you want to link from 'page.html' to 'index.html', which resides one level up. This link would be: