2020-08-18 20:32:04 +03:00
|
|
|
/- *post
|
|
|
|
|_ i=indexed-post
|
|
|
|
++ grow
|
|
|
|
|%
|
|
|
|
++ noun i
|
2020-10-21 09:01:14 +03:00
|
|
|
++ notification-kind
|
|
|
|
?+ index.p.i ~
|
2020-11-10 04:41:19 +03:00
|
|
|
[@ ~] `[%link 0]
|
2020-11-19 05:17:55 +03:00
|
|
|
[@ @ @ ~] `[%comment 1]
|
2020-10-21 09:01:14 +03:00
|
|
|
==
|
2020-08-18 20:32:04 +03:00
|
|
|
--
|
|
|
|
++ grab
|
|
|
|
|%
|
|
|
|
++ noun
|
|
|
|
|= p=*
|
|
|
|
=/ ip ;;(indexed-post p)
|
|
|
|
?+ index.p.ip ~|(index+index.p.ip !!)
|
2020-08-18 22:41:24 +03:00
|
|
|
:: top-level link post; title and url
|
2020-09-14 22:50:27 +03:00
|
|
|
::
|
2020-08-18 20:32:04 +03:00
|
|
|
[@ ~]
|
2020-08-18 22:41:24 +03:00
|
|
|
?> ?=([[%text @] [%url @] ~] contents.p.ip)
|
2020-08-18 20:32:04 +03:00
|
|
|
ip
|
|
|
|
::
|
2020-11-10 22:56:19 +03:00
|
|
|
:: comment on link post; container structure
|
2020-08-18 20:32:04 +03:00
|
|
|
::
|
|
|
|
[@ @ ~]
|
2020-11-12 23:23:07 +03:00
|
|
|
?> ?=(~ contents.p.ip)
|
2020-08-18 20:32:04 +03:00
|
|
|
ip
|
2020-11-10 22:56:19 +03:00
|
|
|
::
|
|
|
|
:: comment on link post; comment text
|
|
|
|
::
|
|
|
|
[@ @ @ ~]
|
2020-11-12 23:23:07 +03:00
|
|
|
?> ?=(^ contents.p.ip)
|
2020-11-10 22:56:19 +03:00
|
|
|
ip
|
2020-08-18 20:32:04 +03:00
|
|
|
==
|
|
|
|
--
|
|
|
|
++ grad %noun
|
|
|
|
--
|