Adds a document-level link
Void addDocumentLink( HTMLDocument doc, Relationship relate, String uri, String title=createString(0), String ctype=createString(0) )
doc The HTML document
rel The relationship this link describes
uri The resource linked to.
type The content-type of the linked document (optional)
Adds a document-level link to another resource.
addDocumentLink(doc,Rel("next"),
webappName()+"slide="+(slideno+1));
addDocumentLink(doc,Rev("made"),"[email protected]");
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
The HTMLDocument.Relationship (3kaya) documentation explains the semantics of forward and reverse document links.