urbit/main/sur/radio/core.hook

80 lines
4.9 KiB
Plaintext
Raw Normal View History

2014-12-05 23:14:00 +03:00
::
2015-03-25 21:12:35 +03:00
:::: /hook/core/radio/sur
2015-01-26 20:44:09 +03:00
!:
2014-12-05 23:14:00 +03:00
|%
2015-01-04 09:24:48 +03:00
++ ache |*([a=$+(* *) b=$+(* *)] $%([| p=b] [& p=a])) :: PM 314
2015-01-26 20:44:09 +03:00
++ audience (map partner (pair envelope delivery)) :: destination/state
2014-12-17 21:05:38 +03:00
++ atlas (map ship status) :: presence map
2015-01-26 20:44:09 +03:00
++ bouquet (set flavor) :: complete aroma
2014-12-05 23:14:00 +03:00
++ command :: effect on party
$% [%design (pair span (unit config))] :: configure/destroy
[%publish (list thought)] :: originate
[%review (list thought)] :: deliver
== ::
++ config :: party configuration
2015-01-26 20:44:09 +03:00
$: sources=(set partner) :: pulls from
caption=cord :: about
cordon=control :: restricted to
2014-12-05 23:14:00 +03:00
== ::
2015-01-26 20:44:09 +03:00
++ control (pair posture (set ship)) :: access control
2015-01-01 23:43:50 +03:00
++ delivery :: delivery state
$? %pending :: undelivered
%received :: delivered
%rejected :: undeliverable
%released :: sent one-way
%accepted :: fully processed
== ::
2015-01-26 20:44:09 +03:00
++ envelope (pair ,? (unit partner)) :: visible, sender
++ flavor path :: content flavor
2014-12-05 23:14:00 +03:00
++ human :: human identifier
$: true=(unit (trel ,@t (unit ,@t) ,@t)) :: true name
hand=(unit ,@t) :: handle
== ::
2015-01-26 20:44:09 +03:00
++ passport :: foreign flow
2014-12-05 23:14:00 +03:00
$% [%twitter p=@t] :: twitter
== ::
2015-01-26 20:44:09 +03:00
++ posture :: security posture
$? %black :: public
%white :: private
%green :: readonly
%brown :: writeonly
== ::
2015-01-01 23:43:50 +03:00
++ presence ?(%gone %hear %talk) :: status type
2015-01-26 20:44:09 +03:00
++ register (pair atlas (map partner atlas)) :: ping me, ping srcs
2015-01-21 02:00:54 +03:00
++ report :: radio update
2015-01-19 02:19:06 +03:00
$% [%config config] :: reconfigure
:: [%folder (list report)] :: multiple
2015-01-01 23:43:50 +03:00
[%grams (pair ,@ud (list telegram))] :: beginning, thoughts
[%group register] :: presence
2015-01-26 20:44:09 +03:00
[%house (map span (pair posture cord))] :: station set
2014-12-05 23:14:00 +03:00
== ::
2015-01-01 23:43:50 +03:00
++ speech :: narrative action
:: XX unify %own and %say to %lin
::
2015-01-06 23:31:36 +03:00
$% [%lan p=span q=@t] :: local announce
[%exp p=@t] :: hoon line
2015-01-19 02:19:06 +03:00
[%non ~] :: no content (yo)
2015-01-01 23:43:50 +03:00
[%ext p=@tas q=*] :: extended action
2015-01-06 23:31:36 +03:00
[%fat p=torso q=speech] :: attachment
:: [%inv p=station] :: invite to station
2015-01-06 02:59:57 +03:00
[%ire p=serial q=speech] :: in-reply-to
2015-01-01 23:43:50 +03:00
[%lin p=? q=@t] :: no=@, text line
2015-01-06 23:31:36 +03:00
[%mor p=(list speech)] :: XX deleteme
2015-01-01 23:43:50 +03:00
== ::
2014-12-05 23:14:00 +03:00
++ serial ,@uvH :: unique identity
2015-01-26 20:44:09 +03:00
++ partner (each station passport) :: interlocutor
2014-12-17 03:36:45 +03:00
++ status (pair presence human) :: participant
2015-01-26 20:44:09 +03:00
++ statement (trel ,@da bouquet speech) :: when this
++ station (pair ship span) :: domestic flow
2014-12-05 23:14:00 +03:00
++ telegram (pair ship thought) :: who which whom what
++ thought (trel serial audience statement) :: which whom what
2015-01-06 23:31:36 +03:00
++ torso :: attachment
2015-01-19 02:19:06 +03:00
$% [%name (pair ,@t torso)] :: named attachment
[%text (list ,@t)] :: text lines
2015-01-06 23:31:36 +03:00
[%tank (list tank)] :: tank list
== ::
:: markdown
:: image
:: mime object
2014-12-05 23:14:00 +03:00
--