mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge e1bf7e1843
into release/next-userspace
This commit is contained in:
commit
40b1ec453b
@ -1,6 +1,5 @@
|
|||||||
:: graph-store [landscape]
|
:: graph-store [landscape]
|
||||||
::
|
::
|
||||||
::
|
|
||||||
/+ store=graph-store, sigs=signatures, res=resource, default-agent, dbug, verb
|
/+ store=graph-store, sigs=signatures, res=resource, default-agent, dbug, verb
|
||||||
~% %graph-store-top ..part ~
|
~% %graph-store-top ..part ~
|
||||||
|%
|
|%
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
++ grab
|
++ grab
|
||||||
|%
|
|%
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post index.p [0 ~])
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?> ?=([@ ~] index.p.ip)
|
?> ?=([@ ~] index.p.ip)
|
||||||
ip
|
ip
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
++ grab
|
++ grab
|
||||||
|%
|
|%
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post index.p [0 0 ~])
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?+ index.p.ip ~|(index+index.p.ip !!)
|
?+ index.p.ip ~|(index+index.p.ip !!)
|
||||||
:: top-level link post; title and url
|
:: top-level link post; title and url
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
:: +noun: validate post
|
:: +noun: validate post
|
||||||
::
|
::
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post contents.p [%text '']~)
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?> ?=(^ contents.p.ip)
|
?> ?=(^ contents.p.ip)
|
||||||
ip
|
ip
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
:: +noun: validate publish note
|
:: +noun: validate publish note
|
||||||
::
|
::
|
||||||
++ noun
|
++ noun
|
||||||
|= p=*
|
|: p=`*`%*(. *indexed-post index.p [0 ~])
|
||||||
=/ ip ;;(indexed-post p)
|
=/ ip ;;(indexed-post p)
|
||||||
?+ index.p.ip !!
|
?+ index.p.ip !!
|
||||||
:: top level post must have no content
|
:: top level post must have no content
|
||||||
|
Loading…
Reference in New Issue
Block a user