|
NAMEsfeed —
feed format
SYNOPSIS
DESCRIPTIONsfeed(1) writes the feed data in a TAB-separated format to stdout.TAB-SEPARATED FORMAT FIELDSThe items are output per line in a TAB-separated format.For the fields title, id and author each whitespace character is replaced by a SPACE character. Control characters are removed. The content field can contain newlines and these are escaped. TABs, newlines and '\' are escaped with '\', so it becomes: '\t', '\n' and '\\'. Other whitespace characters except spaces are removed. Control characters are removed. The order and content of the fields are:
SEE ALSOsfeed(1), sfeed_plain(1)AUTHORSHiltjo Posthuma <hiltjo@codemadness.org>CAVEATSIf a timezone for the timestamp field is not in the RFC822 or RFC3339 format it is not supported and the timezone is interpreted as UTC+0.
Visit the GSP FreeBSD Man Page Interface. |