.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "HTMLDocument.Relationship" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" HTMLDocument::Relationship \- A document relationship .SH "SYNOPSIS" .B HTMLDocument::Relationship< \fI\fP .B > .IP "" -2 = .BI "Rel(" "String rel" ")" .IP "" -2 | .BI "Rev(" "String rev" ")" .SH "DESCRIPTION" .PP A document relationship may either be 'forward' ( \fBRel \fP ), which states that the related resource is the \fIrel\fP document of the current document, or 'reverse' ( \fBRev \fP ), which is equivalent to that resource having a 'forward' relationship to this document. If the resource is not a HTML document, then reverse relationships may be the only way to express the relationship, but in practice forward relationships are far more useful. .PP There is no official list of link types, and .UR "http://webcoder.info/reference/LinkBars.html" browser support .UE varies. Some common relationships such as 'next' or 'first' have consistent support, though. .PP A link type of \fBRel("shortcut icon") \fP is used to reference a 'favicon'. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE 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. .SH "RELATED" .PD 0 .PP .B "HTMLDocument.HeadLink"(3kaya) .PP .B "HTMLDocument.MetaData"(3kaya) .PP .B "HTMLDocument.addDocumentLink"(3kaya) .PD 0.4v