diff options
Diffstat (limited to 'CREATE_BRIDGE.md')
-rw-r--r-- | CREATE_BRIDGE.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CREATE_BRIDGE.md b/CREATE_BRIDGE.md index efe42865..fded1770 100644 --- a/CREATE_BRIDGE.md +++ b/CREATE_BRIDGE.md @@ -112,9 +112,7 @@ The `Item` class is used to store parameter that are collected in the [`collectD ```PHP $item->uri // URI to reach the subject ("http://...") -$item->thumbnailUri // URI for the thumbnail ("http://...") $item->title // Title of the item -$item->name // Name of the item $item->timestamp // Timestamp of the item in numeric format (use strtotime) $item->author // Name of the author $item->content // Content in HTML format @@ -138,9 +136,7 @@ The following list provides an overview of the parameters used by the other form Parameter | ATOM | HTML | (M)RSS ----------|------|------|------- `uri`|X|X|X -`thumbnailUri`||X `title`|X|X|X -`name`|X|| `timestamp`|X|X|X `author`|X|X|X `content`|X|X|X |