HOSS Navigation Manager
Description
The Navigation Manager (NavMan) is a Sproc that serves navigational
hypermedia abstractions. It provides clients four abstractions:
document, anchor, link, and context.
Documents are arbitrary StructBase objects with an attribute named
locspecs that records the persistently addressavle parts of the
document. Anchors are contentless objects with one attribute named
endpoints that contains document id/locspec pairs. Links are
contentless objects that have two endsets named to and
from that each contain at most one anchor object id. Contexts
are contentless objects that have one endset named links that
contains zero or more link ids.
The NavMan is designed to speak the
Open Hypermedia Protocol
(OHP) being designed by the
Open Hypermedia Systems Working
Group. It does not conform exactly to the OHP v1.2 draft,
however. Specifically, it currently uses a "document identifier"
parameter in the GetAnchorTable message. Also, the protocol currently
uses H-4 messages instead of the text stream called for in the
specification. The first issue is a matter of current debate in the
working group, while the second can be addressed by a new PDC
generation extension without any changes to the NavMan.
Documentation
- NavMan Programmer's Guide scheduled for release late June 1997
- NavMan Reference Guide scheduled for release late June 1997
Software Releases
Installation Instructions
Problems
This section contains a list of known bugs, problems, and missing
features. If you would like to report a bug, mail
hadmin@csdl.tamu.edu.
The problems listed here refer to the current version of NavMan, 1.0.0
[1997.05.12].
- memory leaks
(pnuern@csdl.tamu.edu)
- authoring facilities are bad
(pnuern@csdl.tamu.edu)
- need to switch to ASCII stream PDC libraries when built
(pnuern@csdl.tamu.edu)
- needs resolvability checker installed
(pnuern@csdl.tamu.edu)
- needs conditional structure guard installed
(pnuern@csdl.tamu.edu)
HOSS Administrator
HOSS Project
Hypermedia Research Laboratory
Center for the Study of Digital Libraries
Texas A&M University
hadmin@csdl.tamu.edu