Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

htmldocument.adddocumentmetadata(3kaya) [debian man page]

HTMLDocument.addDocumentMetaData(3kaya) 		       Kaya module reference			   HTMLDocument.addDocumentMetaData(3kaya)

NAME
HTMLDocument::addDocumentMetaData - Adds a meta-data key/value pair to the document SYNOPSIS
Void addDocumentMetaData( HTMLDocument doc, String key, String value ) ARGUMENTS
doc The HTML document key The key name for the meta-data value value The meta-data value DESCRIPTION
Adds a meta-data key/value pair to the document. This can be used to add additional information to the document useful to automated tools. The use of this data in the ranking algorithms of internet search engines has been widely debated but appears to be marginal at best. It may, however, be useful for local search engines or cataloguing software. addDocumentMetaData(doc,"Author","John Smith"); addDocumentMetaData(doc,"Description","An example document"); "HTTP-equiv" meta-data is not supported by this module - just add a real HTTP header using HTMLDocument.addHTTPHeader(3kaya) instead. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ 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. RELATED
HTMLDocument.MetaData(3kaya) HTMLDocument.addHTTPHeader(3kaya) Kaya October 2012 HTMLDocument.addDocumentMetaData(3kaya)

Check Out this Related Man Page

HTMLDocument.MetaData(3kaya)				       Kaya module reference				      HTMLDocument.MetaData(3kaya)

NAME
HTMLDocument::MetaData - Meta data about a HTML document SYNOPSIS
HTMLDocument::MetaData< > = MetaData() DESCRIPTION
This data type is used to create the <head> section of a HTML document. The following things can be added using this data type. - Meta data <meta name='...' value='...'> - External CSS Stylesheets - Document-level links ( <link> ) - External client-side Javascript AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ 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. RELATED
HTMLDocument.ClientScript(3kaya) HTMLDocument.HeadLink(3kaya) HTMLDocument.HTMLDocument(3kaya) HTMLDocument.StyleSheet(3kaya) HTMLDocument.addDocumentLink(3kaya) HTMLDocument.addDocumentMetaData(3kaya) HTMLDocument.addDocumentScripting(3kaya) HTMLDocument.addDocumentStylesheet(3kaya) HTMLDocument.setDocumentTitle(3kaya) Kaya October 2012 HTMLDocument.MetaData(3kaya)
Man Page