author element

By Opera Software

Description

The <author> element is used to provide details regarding the author of the extension. The following attributes are associated with it.

  • href: Specifies a website most relevant to the author
  • email: Specifies an email address of the author

Example

<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="http://example.com/myExtension" version="1.0">
  ...
  <author href="http://example.com/erik" email="erik@example.com">
    Erik the Viking
  </author>
  ...
</widget>

This article is licensed under a Creative Commons Attribution 3.0 Unported license.

Comments

  • photo

    anwar waqar alvi

    Tuesday, November 13, 2012

    A unique article that provides a complete satisfaction to users.
No new comments accepted.