shrub/sur/talk.hoon

120 lines
7.6 KiB
Plaintext
Raw Normal View History

2015-12-09 19:48:57 +03:00
::
2015-12-21 00:16:39 +03:00
:::: /hoon+talk+sur
2015-01-26 20:44:09 +03:00
!:
2014-12-05 23:14:00 +03:00
|%
2015-12-21 00:16:39 +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
2015-12-21 00:16:39 +03:00
$% {$design (pair span (unit config))} :: configure+destroy
2015-12-09 04:54:26 +03:00
{$publish (list thought)} :: originate
{$review (list thought)} :: deliver
2014-12-05 23:14:00 +03:00
== ::
2015-04-06 22:57:23 +03:00
++ cabal :: metaconfiguration
2015-12-20 23:50:45 +03:00
$: loc/config :: local config
ham/(map station config) :: neighborhood configs
2015-12-09 04:54:26 +03:00
== ::
2014-12-05 23:14:00 +03:00
++ config :: party configuration
2015-12-20 23:50:45 +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
2015-12-14 10:58:14 +03:00
$? $pending :: undelivered
2015-12-09 04:54:26 +03:00
$received :: delivered
$rejected :: undeliverable
$released :: sent one-way
$accepted :: fully processed
2015-01-01 23:43:50 +03:00
== ::
2015-12-09 04:54:26 +03:00
++ envelope (pair ? (unit partner)) :: visible sender
2015-01-26 20:44:09 +03:00
++ flavor path :: content flavor
2014-12-05 23:14:00 +03:00
++ human :: human identifier
2015-12-20 23:50:45 +03:00
$: true/(unit (trel @t (unit @t) @t)) :: true name
hand/(unit @t) :: handle
2014-12-05 23:14:00 +03:00
== ::
2015-01-26 20:44:09 +03:00
++ passport :: foreign flow
2015-12-20 23:50:45 +03:00
$% {$twitter p/@t} :: twitter
2014-12-05 23:14:00 +03:00
== ::
2015-01-26 20:44:09 +03:00
++ posture :: security posture
2015-12-14 10:58:14 +03:00
$? $black :: channel
2015-12-09 04:54:26 +03:00
$white :: chamber
$green :: journal
$brown :: mailbox
2015-01-26 20:44:09 +03:00
== ::
2015-12-09 04:54:26 +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-04-05 20:00:36 +03:00
++ shelf (map span (pair posture cord)) :: ship shape
2015-04-01 23:56:43 +03:00
++ report :: talk update
2015-12-14 10:58:14 +03:00
$% {$cabal cabal} :: config neighborhood
2015-12-09 04:54:26 +03:00
:: {$folder (list report)} :: multiple
{$grams (pair @ud (list telegram))} :: beginning thoughts
{$group register} :: presence
{$house shelf} :: station set
{$glyph (jug char (set partner))} :: relevant binding
2014-12-05 23:14:00 +03:00
== ::
2015-01-01 23:43:50 +03:00
++ speech :: narrative action
2015-12-20 23:50:45 +03:00
$% {$lan p/span q/@t} :: local announce
{$exp p/@t} :: hoon line
2015-12-09 04:54:26 +03:00
{$non $~} :: no content (yo)
2015-12-20 23:50:45 +03:00
{$ext p/@tas q/*} :: extended action
{$fat p/torso q/speech} :: attachment
:: {$inv p/station} :: invite to station
{$url p/purf} :: parsed url
{$ire p/serial q/speech} :: in-reply-to
{$lin p/? q/@t} :: no/@ text line
{$mor p/(list speech)} :: multiplex
{$app p/@tas q/@t} :: app message
{$tax p/duty:work-stuff} ::
2015-01-01 23:43:50 +03:00
== ::
2015-12-09 04:54:26 +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-12-09 04:54:26 +03:00
++ statement (trel @da bouquet speech) :: when this
2015-01-26 20:44:09 +03:00
++ 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-12-14 10:58:14 +03:00
$% {$name (pair @t torso)} :: named attachment
2015-12-09 04:54:26 +03:00
{$text (list @t)} :: text lines
{$tank (list tank)} :: tank list
2015-01-06 23:31:36 +03:00
== ::
2015-08-20 03:36:40 +03:00
++ work-stuff ::
|% ::
++ duty ::
2015-12-20 23:50:45 +03:00
$% {$create tax/task} :: create new task
{$archive id/@uvH} :: archive task
{$change id/@uvH meat/flesh} :: request change
{$update id/@uvH version/@u her/ship meat/flesh}:: broadcast change
2015-08-27 01:21:21 +03:00
== ::
++ flesh ::
2015-12-20 23:50:45 +03:00
$% {$set-doer her/(unit @p)} :: set doer
{$set-date-due wen/(unit @da)} :: set due date
{$set-tags tag/(set @t)} :: set tags
{$set-title til/@t} :: set title
{$set-description des/@t} :: XX (list @t) :: set description
{$set-done don/?} :: set done
{$add-comment who/@p com/@t} :: XX (list @t) :: add comment
2015-08-20 03:36:40 +03:00
== ::
++ task ::
2015-12-20 23:50:45 +03:00
$: id/@uvH ::
date-created/@da ::
version/@u ::
date-modified/@da ::
creator/@p ::
doer/(unit @p) ::
tags/(set @t) ::
date-due/(unit @da) ::
done/(unit @da) ::
title/@t ::
description/@t ::
discussion/(list comment) ::
2015-08-20 03:36:40 +03:00
== ::
++ comment ::
2015-12-20 23:50:45 +03:00
$: date/@da ::
ship/@p ::
body/@t ::
2015-08-20 03:36:40 +03:00
== ::
--
2014-12-05 23:14:00 +03:00
--