syndication: fix help lint
parent
eb9164e65d
commit
85fb4aab89
|
@ -36,7 +36,7 @@ HELP: download-feed
|
||||||
{ $description "Downloads a feed from a URL using the " { $link "http.client" } "." } ;
|
{ $description "Downloads a feed from a URL using the " { $link "http.client" } "." } ;
|
||||||
|
|
||||||
HELP: parse-feed
|
HELP: parse-feed
|
||||||
{ $values { "sequence" "a string or a byte array" } { "feed" feed } }
|
{ $values { "seq" "a string or a byte array" } { "feed" feed } }
|
||||||
{ $description "Parses a feed." } ;
|
{ $description "Parses a feed." } ;
|
||||||
|
|
||||||
HELP: xml>feed
|
HELP: xml>feed
|
||||||
|
|
|
@ -106,7 +106,7 @@ TUPLE: entry title url description date ;
|
||||||
{ "feed" [ atom1.0 ] }
|
{ "feed" [ atom1.0 ] }
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
GENERIC: parse-feed ( string -- feed )
|
GENERIC: parse-feed ( seq -- feed )
|
||||||
|
|
||||||
M: string parse-feed [ string>xml xml>feed ] with-html-entities ;
|
M: string parse-feed [ string>xml xml>feed ] with-html-entities ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue