urbit/pkg/arvo/mar/graph/validator/publish.hoon
2020-09-10 20:09:52 +10:00

24 lines
354 B
Plaintext

/- *post
|_ i=indexed-post
++ grow
|%
++ noun i
--
++ grab
|%
++ noun
|= p=*
=/ ip ;;(indexed-post p)
?+ index.p.ip !!
[@ @ ~] ip
:: top level post must have title as first content
[@ ~]
?> ?=(^ contents.p.ip)
?> ?=(%text -.i.contents.p.ip)
ip
==
--
::
++ grad %noun
--