Updated The collectData function (markdown)

LogMANOriginal 2019-02-03 20:56:06 +01:00
parent ec3bdbb862
commit 2854d8c5cb

@ -33,15 +33,6 @@ $item['author'] // Name of the author for this item
$item['content'] // Content in HTML format
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
$item['categories'] // Array of categories / tags / topics
$item['uid'] // A unique ID to identify the current item
```
All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters.
Parameter | Atom | HTML | (M)RSS | Plaintext | JSON
----------|:----:|:----:|:------:|:---------:|:---:
`uri`|X|X|X|X|X
`title`|X|X|X|X|X
`timestamp`|X|X|X|X|X
`author`|X|X|X|X|X
`content`|X|X|X|X|X
`enclosures`|X|X|X|X|X
`categories`|X|X|X|X|X
All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters.