A metadata entry can be one of two types:
* | value +-- Name The channel's name value +-- Description The channel's description group +-- Link | | value | +-- URL The channel's home page URL | group +-- Author | value +-- Name The author's name. value +-- Email The author's email address. value +-- URL The author's home page
The tables below list the different type of metadata currently recognized by Awasu. While each type of metadata can be used either as a value or group, in practice each one is typically used exclusively as one or the other.
The following metadata are usually used as metadata groups.
Metadata ID | Description |
Author | Feed/item author. |
Contributor | Feed/item contributor. |
Editor | Channel editor. |
Webmaster | Channel webmaster. |
Image | Channel image. |
Icon | Channel icon. |
Category | Feed/item category. |
Link | A link. |
Comments | Indicates where a feed item's comments can be found. |
The following metadata are usually used as metadata values.
Metadata ID | Description |
ID | Feed/item identifier. |
Name | Feed/item name. |
Description | Feed/item description. |
Copyright | Feed/item copyright message. |
Language | Feed language ID. |
Published | Feed/item published date. |
Modified | Feed/item modified date. |
URL | Specifies a URL. |
Specifies an email address. | |
SkipDays | Specifies which days a feed should not be updated. |
SkipHours | Specifies which hours a feed should not be updated. |
Relation | Specifies a relation type. |
MediaType | Specifies a media type. |
Width | Specifies a width. |
Height | Specifies a height. |
Size | Specifies a size. |
Editor: {%CHANNEL-METADATA% editor}which will insert the editor's name or email address or home page URL, in that order of preference.
The table below lists which child nodes Awasu will check (and in which order) for each metadata group.
Metadata ID | Check order |
Author/Publisher/Contributor | Name, Email, URL |
Editor/Webmaster | Name, Email, URL |
Image/Icon | URL |
Category | Name, ID, URL |
Link | URL, Name |
Source/Comments | Name |
Metadata ID | Description |
HomeUrl | Searches the channel's links and returns the channel's home URL. |
Copyright! | Checks the channel's copyright message and prepends it with "Copyright" if it doesn't already contain this word. |
Metadata ID | Description |
AwasuId | Returns Awasu's internal item ID. |
Name! | Returns the item's title, automatically generating one if not present. |
Timestamp | Checks the item's modified, published and received times (in that order) and returns a string of the form "Last changed: ...". |