feed-0.3.7: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.Source codeContentsIndex
Text.DublinCore.Types
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Description: Representing the DublinCore metadata elements in Haskell. The Dublin Core Metadata Element Set. See: http://dublincore.org/
Synopsis
data DCItem = DCItem {
dcElt :: DCInfo
dcText :: String
}
data DCInfo
= DC_Title
| DC_Creator
| DC_Subject
| DC_Description
| DC_Publisher
| DC_Contributor
| DC_Date
| DC_Type
| DC_Format
| DC_Identifier
| DC_Source
| DC_Language
| DC_Relation
| DC_Coverage
| DC_Rights
| DC_Other String
infoToTag :: DCInfo -> String
dc_element_names :: [String]
Documentation
data DCItem Source
A DCItem
Constructors
DCItem
dcElt :: DCInfo
dcText :: String
show/hide Instances
data DCInfo Source
The Dublin Core Metadata Element Set, all 15 of them (plus an extension constructor.)
Constructors
DC_TitleA name given to the resource.
DC_CreatorAn entity primarily responsible for making the content of the resource.
DC_SubjectThe topic of the content of the resource.
DC_DescriptionAn account of the content of the resource.
DC_PublisherAn entity responsible for making the resource available
DC_ContributorAn entity responsible for making contributions to the content of the resource.
DC_DateA date associated with an event in the life cycle of the resource (YYYY-MM-DD)
DC_TypeThe nature or genre of the content of the resource.
DC_FormatThe physical or digital manifestation of the resource.
DC_IdentifierAn unambiguous reference to the resource within a given context.
DC_SourceA Reference to a resource from which the present resource is derived.
DC_LanguageA language of the intellectual content of the resource.
DC_RelationA reference to a related resource.
DC_CoverageThe extent or scope of the content of the resource.
DC_RightsInformation about rights held in and over the resource.
DC_Other StringOther; data type extension mechanism.
show/hide Instances
infoToTag :: DCInfo -> StringSource
dc_element_names :: [String]Source
Produced by Haddock version 2.4.2