mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 15:13:25 +03:00
standardize location-header structure
This commit is contained in:
parent
83af2347c4
commit
e1c1da92c2
@ -1,5 +1,5 @@
|
|||||||
!:
|
!:
|
||||||
::::
|
:::: /hoon
|
||||||
::
|
::
|
||||||
|_ [[^ ^ ost=@ ^] ~]
|
|_ [[^ ^ ost=@ ^] ~]
|
||||||
++ poke |*(a=[mark *] :_(+> [ost %hiss / %wain a]~))
|
++ poke |*(a=[mark *] :_(+> [ost %hiss / %wain a]~))
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
::
|
::
|
||||||
::::
|
:::: /hoon
|
||||||
::
|
::
|
||||||
/? 314
|
/? 314
|
||||||
/- work
|
/- work
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
!:
|
!:
|
||||||
|%
|
|%
|
||||||
++ pretty-noun
|
++ pretty-noun
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/- sole
|
/- sole
|
||||||
[sole]
|
[sole]
|
||||||
:- %get |= [^ [a=tape ~] ~]
|
:- %get |= [^ [a=tape ~] ~]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
::
|
::
|
||||||
::::
|
:::: /hoon
|
||||||
::
|
::
|
||||||
/? 310
|
/? 310
|
||||||
::
|
::
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|= [^ [mel=cord ~] ~]
|
|= [^ [mel=cord ~] ~]
|
||||||
=+ adr=(star ;~(less (mask "\"\\()[],:;<>@") prn))
|
=+ adr=(star ;~(less (mask "\"\\()[],:;<>@") prn))
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|=([^ [input=path output=path ~] ~] kiln-cp/[input output])
|
|=([^ [input=path output=path ~] ~] kiln-cp/[input output])
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|=([^ [who=ship mez=$|(~ [a=tape ~])] ~] helm-send-hi/[who ?~(mez ~ `a.mez)])
|
|=([^ [who=ship mez=$|(~ [a=tape ~])] ~] helm-send-hi/[who ?~(mez ~ `a.mez)])
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|=([^ [input=path output=path ~] ~] kiln-mv/[input output])
|
|=([^ [input=path output=path ~] ~] kiln-mv/[input output])
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|=([^ [input=path ~] ~] kiln-rm/input)
|
|=([^ [input=path ~] ~] kiln-rm/input)
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|=([^ [where=path tym=@da eve=@t ~] ~] kiln-schedule/[where tym eve])
|
|=([^ [where=path tym=@da eve=@t ~] ~] kiln-schedule/[where tym eve])
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
|%
|
|%
|
||||||
++ subdir
|
++ subdir
|
||||||
|= [pax=path des=(map ,@t ,~)]
|
|= [pax=path des=(map ,@t ,~)]
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:- %say
|
:- %say
|
||||||
|=([^ arg=(list ,@) foo=_`@`1 bar=_`@`2] noun/[arg foo bar])
|
|=([^ arg=(list ,@) foo=_`@`1 bar=_`@`2] noun/[arg foo bar])
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
:: Input twitter keys
|
:: Input twitter keys
|
||||||
/- sole
|
/- sole
|
||||||
!:
|
!:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
:: Core markdown parser, exposed as ++parse
|
:: Core markdown parser, exposed as ++parse
|
||||||
::
|
::
|
||||||
::::
|
:::: /hoon
|
||||||
::
|
::
|
||||||
=+ =~
|
=+ =~
|
||||||
|%
|
|%
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
:: ++down rendering arms
|
:: ++down rendering arms
|
||||||
!:
|
!:
|
||||||
::::
|
:::: /hoon
|
||||||
::
|
::
|
||||||
|%
|
|%
|
||||||
++ into-inner
|
++ into-inner
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
!:
|
!:
|
||||||
|%
|
|%
|
||||||
++ react-elems :: XX /~
|
++ react-elems :: XX /~
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/- tree-include
|
/- tree-include
|
||||||
!:
|
!:
|
||||||
|%
|
|%
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/- tree-include
|
/- tree-include
|
||||||
|_ tree-include
|
|_ tree-include
|
||||||
++ grab |% ++ noun tree-include
|
++ grab |% ++ noun tree-include
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/- tree-include
|
/- tree-include
|
||||||
|_ tree-include
|
|_ tree-include
|
||||||
++ grab |% ++ noun tree-include
|
++ grab |% ++ noun tree-include
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/- tree-include
|
/- tree-include
|
||||||
/+ react
|
/+ react
|
||||||
/= mime /mime/
|
/= mime /mime/
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/% /,
|
/% /,
|
||||||
/web /|(/!elem/ /elem/)
|
/web /|(/!elem/ /elem/)
|
||||||
/ /elem/
|
/ /elem/
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
::
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
|
::
|
||||||
/? 314
|
/? 314
|
||||||
/- tree-include
|
/- tree-include
|
||||||
/= dat /% /tree-json/ :: default include
|
/= dat /% /tree-json/ :: default include
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/- tree-include
|
/- tree-include
|
||||||
/| /tree-combine/
|
/| /tree-combine/
|
||||||
/:/===/web/404:/tree-combine/ :: XX merge into tree-elem?
|
/:/===/web/404:/tree-combine/ :: XX merge into tree-elem?
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/+ tree
|
/+ tree
|
||||||
/, /
|
/, /
|
||||||
/; (getall:tree /h1/h2/h3/h4/h5/h6) /tree-elem/
|
/; (getall:tree /h1/h2/h3/h4/h5/h6) /tree-elem/
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
/% /,
|
/% /,
|
||||||
/talk/log /talklog-hymn/
|
/talk/log /talklog-hymn/
|
||||||
/web/app /|(/!hymn/ /tree-hymn/)
|
/web/app /|(/!hymn/ /tree-hymn/)
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
|%
|
|%
|
||||||
++ down (list elem)
|
++ down (list elem)
|
||||||
++ kids (list inline)
|
++ kids (list inline)
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
|-
|
|-
|
||||||
$: mime=mime
|
$: mime=mime
|
||||||
body=json
|
body=json
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
::
|
||||||
|
:::: /hoon
|
||||||
|
::
|
||||||
;module(nav_title "Talk", nav_no-dpad "", nav_no-sibs "", nav_subnav "talk-station")
|
;module(nav_title "Talk", nav_no-dpad "", nav_no-sibs "", nav_subnav "talk-station")
|
||||||
;script@"/~~/~/at/lib/urb.js";
|
;script@"/~~/~/at/lib/urb.js";
|
||||||
;script@"/talk/main.js";
|
;script@"/talk/main.js";
|
||||||
|
Loading…
Reference in New Issue
Block a user