2016-02-05 05:57:44 +03:00
|
|
|
::
|
2016-02-05 06:05:37 +03:00
|
|
|
:::: /hoon/combine/tree/ren
|
2016-02-05 05:57:44 +03:00
|
|
|
::
|
2016-02-18 02:25:53 +03:00
|
|
|
/? 310
|
2016-02-05 03:10:21 +03:00
|
|
|
/- tree-include
|
2016-10-24 23:42:50 +03:00
|
|
|
/+ elem-to-react-json
|
2015-12-22 04:29:47 +03:00
|
|
|
/= mime /mime/
|
2016-02-02 02:54:16 +03:00
|
|
|
/= body /tree-elem/
|
2016-02-05 03:10:21 +03:00
|
|
|
/= sect /&json&/tree-index/
|
2016-02-02 02:54:16 +03:00
|
|
|
/= snip /&snip&elem&/tree-elem/
|
2016-02-05 03:10:21 +03:00
|
|
|
/= meta /&json&front&/|(/front/ /~[~])
|
2016-03-29 01:36:59 +03:00
|
|
|
/= plan /^ json /|(/plan-json/ /~[~])
|
2016-02-19 23:01:52 +03:00
|
|
|
/= comt /&json&/tree-comments/
|
2016-07-30 01:19:44 +03:00
|
|
|
/= bump /; |=(a/(list {p/time *}) =.(a (flop a) ?~(a '' (scot %da p.i.a))))
|
|
|
|
/tree-comments/
|
2016-11-17 04:42:58 +03:00
|
|
|
::
|
2015-08-04 02:49:34 +03:00
|
|
|
^- tree-include
|
2016-10-24 23:42:50 +03:00
|
|
|
=* rj elem-to-react-json
|
2016-02-04 04:46:14 +03:00
|
|
|
:* mime
|
|
|
|
(rj body)
|
|
|
|
(rj /h1 hed.snip) :: head
|
|
|
|
(rj /div tal.snip) :: snip
|
2016-02-05 03:10:21 +03:00
|
|
|
meta
|
|
|
|
sect
|
2016-02-19 23:01:52 +03:00
|
|
|
comt
|
2016-03-29 01:36:59 +03:00
|
|
|
plan
|
2016-07-30 01:19:44 +03:00
|
|
|
bump
|
2016-02-04 04:46:14 +03:00
|
|
|
==
|