TQS Home
Trivia Quiz Shell Version 2.8 Now Available!Bot Productions Home
TQS 2.0

Back to Reference

AUTHORINFO Element

Contains information about the author of the TQS application.

Syntax
<AUTHORINFO
  AUTHOR="author"
  EMAIL="email"
  WEBSITE="website"
/>
Attributes
AUTHOR
The name of the author, such as an individual or company name.
EMAIL
The e-mail address of the author or company.
WEBSITE
The complete URL of the author's web site, or the site that should be associated with this TQS application.
Placement

The AUTHORINFO element must be a child of the TQS element.

Children

No children are supported within the AUTHORINFO element.

Remarks

This information is displayed in the About screen. The values for e-mail and web site will be displayed as hyperlinks, allowing the user to click on them. For the e-mail address, the mailto: prefix will be added; for the web site URL, you must include the protocol prefix (http://).

Use of the AUTHORINFO element is optional. Additionally, each attribute is optional.

Example

<AUTHORINFO
  AUTHOR="Bot Productions"
  EMAIL="mail@botproductions.com"
  WEBSITE="http://www.botproductions.com"
/>

©2020 Bot Productions. All rights reserved.Last Updated: May 28, 2004