Hi folks.One of the most significant problems we have with Livelink is our inability to use *convenient* absolute URL's to reference materials within the Livelink server.If a document is already stored in the library then it will have a node-id and hence we can create an absolute URL (albeit a user unfriendly one). However a lot of our users will be working OFFLINE and with sets of documents that may not have been published yet.For example a lecturer preparing some notes for course CO105 might want to link to something in a prerequisite course CO104. She/He knows the name of the document, the course name but not knowing the relevant node-id's cannot guess the URL.You may have noticed the interesting behaviour that Livelink can make relative URL's *within* a project work. For example:Project/+----fold1/| +----doc1/+----fold2/| +----doc2/+doc3/From doc3 we can refer to doc1 as"fold1/doc1"and from doc1 we can refer to doc2 as"../fold2/doc2"This works because Netscape handles ".." and Livelink interprets folder names and resolves them as if they were node-id'd. We are told that this wasn't the original behaviour but the result of a customization requested by another customer that was deemed useful enough to get folded into the base product.Where we think they went wrong is that they didn't go far enough. It doesn't recognize Project names in the same way, nor does it provide any easy way to refer to things in the Enterprise workspace.We are looking for a solution that allows us to use URLs like:
http://livelink.unl.ac.uk/livelink/livelink/enterprise/project1/folder1/doc2.htmle.g.http://livelink.unl.ac.uk/livelink/livelink/enterprise/CO101/intro2java/javatutorial.htmlThis requires a customization of the dispatcher to handle project names & an "enterprise" alias (which you might change to something else or just leave out altogether).So what i'd like to know is:-(a) are we really the only people who need this kind of functionality?and(b) does anyone out there have the knowledge of the dispatcher that might be needed to do the customization? Maybe have a prebuilt module? Or be willing to collaborate on producing one?Best regards/matt.