module Rss_types:can be, for example: foosig
..end
typeemail =
string
typeurl =
string
type
category = {
|
mutable cat_name : |
|
mutable cat_domain : |
type
image = {
|
mutable image_url : |
|
mutable image_title : |
|
mutable image_link : |
|
mutable image_height : |
|
mutable image_width : |
|
mutable image_desc : |
type
text_input = {
|
mutable ti_title : |
(* | The label of the Submit button in the text input area. | *) |
|
mutable ti_desc : |
(* | Explains the text input area. | *) |
|
mutable ti_name : |
(* | The name of the text object in the text input area. | *) |
|
mutable ti_link : |
(* | The URL of the CGI script that processes text input requests. | *) |
type
enclosure = {
|
mutable encl_url : |
(* | URL of the enclosure | *) |
|
mutable encl_length : |
(* | size in bytes | *) |
|
mutable encl_type : |
(* | MIME type | *) |
typecloud =
int
typepics_rating =
int
typeskip_hours =
int
typeskip_days =
int
type
guid = {
|
mutable guid_name : |
(* | can be a permanent url, if permalink is true | *) |
|
mutable guid_permalink : |
(* | default is true when no value was specified | *) |
type
source = {
|
mutable src_name : |
|
mutable src_url : |
type
item = {
|
mutable item_title : |
|
mutable item_link : |
|
mutable item_desc : |
|
mutable item_pubdate : |
|
mutable item_author : |
|
mutable item_categories : |
|
mutable item_comments : |
|
mutable item_enclosure : |
|
mutable item_guid : |
|
mutable item_source : |
type
channel = {
|
mutable ch_title : |
|
mutable ch_link : |
|
mutable ch_desc : |
|
mutable ch_language : |
|
mutable ch_copyright : |
|
mutable ch_managing_editor : |
|
mutable ch_webmaster : |
|
mutable ch_pubdate : |
|
mutable ch_last_build_date : |
|
mutable ch_categories : |
|
mutable ch_generator : |
|
mutable ch_docs : |
|
mutable ch_ttl : |
|
mutable ch_image : |
|
mutable ch_text_input : |
|
mutable ch_items : |