urbit/ren/rss-xml.hoon

35 lines
852 B
Plaintext
Raw Normal View History

:: Simple rss transformer
::
:::: /hoon/rss-xml/ren
::
2016-02-18 02:16:33 +03:00
/? 310
/= sum /snip/
2016-02-18 02:16:33 +03:00
/= kid /^ (map knot {marl marl})
/_ /snip/
/$ |=({bem/beam *} [our=p.bem tub=(slag 1 (flop s.bem))])
!:
:::: ~fyr, ~tasfyn-partyv
::
2016-02-18 02:16:33 +03:00
~& [sum=sum kid=kid]
:: Link from relative path
2016-02-18 02:16:33 +03:00
=+ hok=`hart`[& ~ &+/org/urbit/(rsh 3 1 (scot %p our))]
=+ ref=|=(a/path (earn hok `(weld tub a) ~))
:: urb:front attrs confuse RSS validators, readers
2016-02-18 02:16:33 +03:00
=+ no-meta=|=(a/marl ^+(a ?~(a ~ ?.(?=($meta n.g.i.a) a $(a t.a)))))
::
%- crip %- poxo
;rss(version "2.0")
;channel
;title: *{hed.sum}
;link: {(ref /)}
;description: *{(no-meta tal.sum)}
;* %+ turn (~(tap by kid))
2016-02-18 02:16:33 +03:00
|= {nom/@t hed/marl tal/marl}
;item
;title: *{hed}
;description: *{(no-meta tal)}
;link: {(ref /[nom])}
==
==
==