shrub/pkg/arvo/app/publish.hoon
2020-01-21 10:49:35 -08:00

1029 lines
28 KiB
Plaintext

::
/- *publish, *group-store, *permission-hook, *permission-group-hook
/+ *server, *publish, cram, default-agent
::
/= index
/^ $-(json manx)
/: /===/app/publish/index /!noun/
::
/= js
/^ octs
/; as-octs:mimes:html
/| /: /===/app/publish/js/index /js/
/~ ~
==
::
/= css
/^ octs
/; as-octs:mimes:html
/| /: /===/app/publish/css/index /css/
/~ ~
==
::
/= tile-js
/^ octs
/; as-octs:mimes:html
/| /: /===/app/publish/js/tile /js/
/~ ~
==
::
/= images
/^ (map knot @)
/: /===/app/publish/img /_ /png/
::
|%
+$ card card:agent:gall
::
+$ versioned-state
$% [%1 state-one]
==
::
+$ state-one
$: our-paths=(list path)
books=(map @tas notebook)
subs=(map [@p @tas] notebook)
unread=(set [@p @tas @tas])
==
--
::
=| state-one
=* state -
^- agent:gall
=<
|_ bol=bowl:gall
+* this .
def ~(. (default-agent this %|) bol)
main ~(. +> bol)
::
++ on-init
^- (quip card _this)
=/ lac [%publish /publishtile '/~publish/tile.js']
=/ rav [%sing %t [%da now.bol] /app/publish/notebooks]
:_ this
:~ [%pass /bind %arvo %e %connect [~ /'~publish'] %publish]
[%pass /tile %agent [our.bol %launch] %poke %launch-action !>(lac)]
[%pass /read/paths %arvo %c %warp our.bol q.byk.bol `rav]
[%pass /permissions %agent [our.bol %permission-store] %watch /updates]
:* %pass /invites %agent [our.bol %invite-store] %watch
/invitatory/publish
==
==
::
++ on-save !>(state)
::
++ on-load
|= old=vase
^- (quip card _this)
[~ this(state !<(,[%1 state-one] old))]
:: [~ this(state *state-one)]
::
++ on-poke
|= [mar=mark vas=vase]
^- (quip card _this)
?+ mar (on-poke:def mar vas)
%noun
~& state
[~ this]
::
%handle-http-request
=+ !<([id=@ta req=inbound-request:eyre] vas)
:_ this
%+ give-simple-payload:app id
%+ require-authorization:app req
handle-http-request:main
::
%publish-action2
=^ cards state
(poke-publish-action:main !<(action vas))
[cards this]
==
::
++ on-watch
|= pax=path
^- (quip card _this)
?+ pax (on-watch:def pax)
[%http-response *] [~ this]
::
[%notebook @ ~]
=/ book-name i.t.pax
=/ book (~(got by books) book-name)
=/ delta=notebook-delta
[%add-book our.bol book-name book]
:_ this
[%give %fact ~ %publish-notebook-delta !>(delta)]~
::
[%primary ~] [~ this]
::
[%tile ~] !!
==
::
++ on-leave on-leave:def
::
++ on-peek
|= =path
~| "unexpected scry into {<dap.bol>} on path {<path>}"
!!
::
++ on-agent
|= [wir=wire sin=sign:agent:gall]
^- (quip card _this)
?- -.sin
%poke-ack (on-agent:def wir sin)
::
%watch-ack (on-agent:def wir sin)
::
%kick (on-agent:def wir sin)
::
%fact
?+ wir (on-agent:def wir sin)
[%subscribe @ @ ~]
=/ who=@p (slav %p i.t.wir)
=/ book-name i.t.t.wir
?> ?=(%publish-notebook-delta p.cage.sin)
=^ cards state
(handle-notebook-delta:main !<(notebook-delta q.cage.sin))
[cards this]
::
[%permissions ~] !!
::
[%invites ~] !!
==
==
::
++ on-arvo
|= [wir=wire sin=sign-arvo]
^- (quip card _this)
?+ wir
(on-arvo:def wir sin)
::
[%read %paths ~]
?> ?=([?(%b %c) %writ *] sin)
=/ rot=riot:clay +>.sin
?> ?=(^ rot)
=^ cards state
(read-paths:main u.rot)
[cards this]
::
[%read %info *]
?> ?=([?(%b %c) %writ *] sin)
=/ rot=riot:clay +>.sin
=^ cards state
(read-info:main t.t.wir rot)
[cards this]
::
[%read %note *]
?> ?=([?(%b %c) %writ *] sin)
=/ rot=riot:clay +>.sin
=^ cards state
(read-note:main t.t.wir rot)
[cards this]
::
[%read %comment *]
?> ?=([?(%b %c) %writ *] sin)
=/ rot=riot:clay +>.sin
=^ cards state
(read-comment:main t.t.wir rot)
[cards this]
::
[%bind ~]
[~ this]
==
::
++ on-fail on-fail:def
--
::
|_ bol=bowl:gall
::
++ read-paths
|= ran=rant:clay
^- (quip card _state)
=/ rav [%next %t [%da now.bol] /app/publish/notebooks]
=/ new (filter-and-sort-paths !<((list path) q.r.ran))
=/ dif (diff-paths our-paths new)
=^ del-moves state (del-paths del.dif)
=^ add-moves state (add-paths add.dif)
::
=/ cards=(list card)
;: weld
[%pass /read/paths %arvo %c %warp our.bol q.byk.bol `rav]~
del-moves
add-moves
==
[cards state(our-paths new)]
::
++ read-info
|= [pax=path rot=riot:clay]
^- (quip card _state)
?> ?=([%app %publish %notebooks @ %publish-info ~] pax)
=/ book-name i.t.t.t.pax
?~ rot
[~ state]
=/ info=notebook-info !<(notebook-info q.r.u.rot)
=/ new-book=notebook
:* title.info
description.info
comments.info
writers.info
subscribers.info
now.bol
~ ~ ~
==
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
=/ delta=notebook-delta
[%edit-book our.bol book-name new-book]
=^ cards state
(handle-notebook-delta delta)
:_ state
:* [%pass (welp /read/info pax) %arvo %c %warp our.bol rif]
cards
==
::
++ read-note
|= [pax=path rot=riot:clay]
^- (quip card _state)
?> ?=([%app %publish %notebooks @ @ %udon ~] pax)
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ book (~(get by books) book-name)
?~ book
[~ state]
=/ old-note (~(get by notes.u.book) note-name)
?~ old-note
[~ state]
?~ rot
[~ state]
=/ udon !<(@t q.r.u.rot)
=/ new-note=note (form-note note-name udon)
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
=/ delta=notebook-delta
[%edit-note our.bol book-name note-name new-note]
=^ cards state
(handle-notebook-delta delta)
:_ state
:* [%pass (welp /read/note pax) %arvo %c %warp our.bol rif]
cards
==
::
++ read-comment
|= [pax=path rot=riot:clay]
^- (quip card _state)
?> ?=([%app %publish %notebooks @ @ @ %publish-comment ~] pax)
?~ rot
[~ state]
=/ comment-date (slaw %da i.t.t.t.t.t.pax)
?~ comment-date
[~ state]
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ new-comment !<(comment q.r.u.rot)
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
=/ delta=notebook-delta
[%edit-comment our.bol book-name note-name u.comment-date new-comment]
=^ cards state
(handle-notebook-delta delta)
:_ state
:* [%pass (welp /read/comment pax) %arvo %c %warp our.bol rif]
cards
==
::
++ filter-and-sort-paths
|= paths=(list path)
^- (list path)
%+ sort
%+ skim paths
|= pax=path
?| ?=([%app %publish %notebooks @ %publish-info ~] pax)
?=([%app %publish %notebooks @ @ %udon ~] pax)
?=([%app %publish %notebooks @ @ @ %publish-comment ~] pax)
==
|= [a=path b=path]
^- ?
(lte (lent a) (lent b))
::
++ diff-paths
|= [old=(list path) new=(list path)]
^- [del=(list path) add=(list path)]
=/ del=(list path) (skim old |=(p=path ?=(~ (find [p]~ new))))
=/ add=(list path) (skim new |=(p=path ?=(~ (find [p]~ old))))
[del add]
::
++ del-paths
|= paths=(list path)
^- (quip card _state)
%+ roll paths
|= [pax=path cad=(list card) sty=_state]
?+ pax !!
[%app %publish %notebooks @ %publish-info ~]
=/ book-name i.t.t.t.pax
=/ delta=notebook-delta [%del-book our.bol book-name]
(handle-notebook-delta delta)
::
[%app %publish %notebooks @ @ %udon ~]
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ book (~(get by books.sty) book-name)
?~ book
[~ sty]
=. notes.u.book (~(del by notes.u.book) note-name)
=/ delta=notebook-delta [%del-note our.bol book-name note-name]
(handle-notebook-delta delta)
::
[%app %publish %notebooks @ @ @ %publish-comment ~]
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ comment-date (slaw %da i.t.t.t.t.t.pax)
?~ comment-date
[~ sty]
=/ delta=notebook-delta
[%del-comment our.bol book-name note-name u.comment-date]
(handle-notebook-delta delta)
==
::
++ make-groups
|= [book-name=@tas group=group-info]
^- [(list card) path path]
?- -.group
%old [~ writers.group subscribers.group]
%new
=/ writers-path /~/publish/[book-name]/writers
=/ subscribers-path /~/publish/[book-name]/subscribers
^- [(list card) path path]
:_ [writers-path subscribers-path]
;: weld
:~ (group-poke [%bundle writers-path])
(group-poke [%bundle subscribers-path])
(group-poke [%add writers.group writers-path])
(group-poke [%add subscribers.group subscribers-path])
==
(create-security writers-path subscribers-path sec.group)
:~ (perm-hook-poke [%add-owned writers-path writers-path])
(perm-hook-poke [%add-owned subscribers-path subscribers-path])
==
==
==
::
++ add-paths
|= paths=(list path)
^- (quip card _state)
%+ roll paths
|= [pax=path cad=(list card) sty=_state]
^- (quip card _state)
?+ pax !!
[%app %publish %notebooks @ %publish-info ~]
=/ book-name i.t.t.t.pax
=/ info=notebook-info .^(notebook-info %cx (welp our-beak pax))
=/ new-book=notebook
:* title.info
description.info
comments.info
writers.info
subscribers.info
now.bol
~ ~ ~
==
=+ ^- [read-cards=(list card) notes=(map @tas note)]
(watch-notes /app/publish/notebooks/[book-name])
=. notes.new-book notes
=/ delta=notebook-delta [%add-book our.bol book-name new-book]
::
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
=^ update-cards sty (handle-notebook-delta delta)
:_ sty
;: weld
[%pass (welp /read/info pax) %arvo %c %warp our.bol rif]~
read-cards
update-cards
==
::
[%app %publish %notebooks @ @ %udon ~]
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ new-note=note (scry-note pax)
=+ ^- [read-cards=(list card) comments=(map @da comment)]
(watch-comments /app/publish/notebooks/[book-name]/[note-name])
=. comments.new-note comments
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
=/ delta=notebook-delta
[%add-note our.bol book-name note-name new-note]
=^ update-cards sty (handle-notebook-delta delta)
:_ sty
;: weld
[%pass (welp /read/note pax) %arvo %c %warp our.bol rif]~
read-cards
update-cards
==
::
[%app %publish %notebooks @ @ @ %publish-comment ~]
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ comment-name (slaw %da i.t.t.t.t.t.pax)
?~ comment-name
[~ sty]
=/ new-com .^(comment %cx (welp our-beak pax))
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
::
=/ delta=notebook-delta
[%add-comment our.bol book-name note-name u.comment-name new-com]
=^ update-cards sty (handle-notebook-delta delta)
:_ sty
;: weld
[%pass (welp /read/comment pax) %arvo %c %warp our.bol rif]~
update-cards
==
==
::
++ watch-notes
|= pax=path
^- [(list card) (map @tas note)]
=/ paths .^((list path) %ct (weld our-beak pax))
%+ roll paths
|= [pax=path cards=(list card) notes=(map @tas note)]
?. ?=([%app %publish %notebooks @ @ %udon ~] pax)
[cards notes]
=/ book-name i.t.t.t.pax
=/ note-name i.t.t.t.t.pax
=/ new-note (scry-note pax)
=^ comment-cards comments.new-note
(watch-comments /app/publish/notebooks/[book-name]/[note-name])
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
:_ (~(put by notes) note-name new-note)
;: weld
[%pass (welp /read/comment pax) %arvo %c %warp our.bol rif]~
comment-cards
cards
==
::
++ watch-comments
|= pax=path
^- [(list card) (map @da comment)]
=/ paths .^((list path) %ct (weld our-beak pax))
%+ roll paths
|= [pax=path cards=(list card) comments=(map @da comment)]
?. ?=([%app %publish %notebooks @ @ @ %publish-comment ~] pax)
[cards comments]
=/ comment-name (slaw %da i.t.t.t.t.t.pax)
?~ comment-name
[cards comments]
=/ new-com .^(comment %cx (welp our-beak pax))
=/ rif=riff:clay [q.byk.bol `[%next %x [%da now.bol] pax]]
:_ (~(put by comments) u.comment-name new-com)
[[%pass (welp /read/comment pax) %arvo %c %warp our.bol rif] cards]
::
++ scry-note
|= pax=path
^- note
?> ?=([%app %publish %notebooks @ @ %udon ~] pax)
=/ note-name i.t.t.t.t.pax
=/ udon=@t .^(@t %cx (welp our-beak pax))
(form-note note-name udon)
::
++ form-note
|= [note-name=@tas udon=@t]
^- note
=/ build=(each manx tang)
%- mule |.
^- manx
elm:(static:cram (ream udon))
::
=/ meta=(each (map term knot) tang)
%- mule |.
%- ~(run by inf:(static:cram (ream udon)))
|= a=dime ^- cord
?+ (end 3 1 p.a) (scot a)
%t q.a
==
::
=/ author=@p our.bol
=? author ?=(%.y -.meta)
%+ fall
(biff (~(get by p.meta) %author) (slat %p))
our.bol
::
=/ title=@t note-name
=? title ?=(%.y -.meta)
(fall (~(get by p.meta) %title) note-name)
::
:* author
title
note-name
now.bol
now.bol
udon
build
~
==
::
++ our-beak /(scot %p our.bol)/[q.byk.bol]/(scot %da now.bol)
::
++ allowed
|= [who=@p mod=?(%read %write) pax=path]
^- ?
=. pax (weld our-beak pax)
=/ pem=[dict:clay dict:clay] .^([dict:clay dict:clay] %cp pax)
?- mod
%read (allowed-by who -.pem)
%write (allowed-by who +.pem)
==
::
++ allowed-by
|= [who=@p dic=dict:clay]
^- ?
?: =(who our.bol) &
=/ in-list=?
?| (~(has in p.who.rul.dic) who)
::
%- ~(rep by q.who.rul.dic)
|= [[@ta cru=crew:clay] out=_|]
?: out &
(~(has in cru) who)
==
?: =(%black mod.rul.dic)
!in-list
in-list
::
++ write-file
|= [pax=path cay=cage]
^- card
=. pax (weld our-beak pax)
[%pass (weld /write pax) %arvo %c %info (foal:space:userlib pax cay)]
::
++ delete-file
|= pax=path
^- card
=. pax (weld our-beak pax)
[%pass (weld /delete pax) %arvo %c %info (fray:space:userlib pax)]
::
++ delete-dir
|= pax=path
^- card
=/ nor=nori:clay
:- %&
%+ turn .^((list path) %ct (weld our-beak pax))
|= pax=path
^- [path miso:clay]
[pax %del ~]
[%pass (weld /delete pax) %arvo %c %info q.byk.bol nor]
::
++ add-front-matter
|= [fro=(map knot cord) udon=@t]
^- @t
%- of-wain:format
=/ tum (trip udon)
=/ id (find ";>" tum)
?~ id
%+ weld (front-to-wain fro)
(to-wain:format (crip :(weld ";>\0a" tum)))
%+ weld (front-to-wain fro)
(to-wain:format (crip (slag u.id tum)))
::
++ front-to-wain
|= a=(map knot cord)
^- wain
=/ entries=wain
%+ turn ~(tap by a)
|= b=[knot cord]
=/ c=[term cord] (,[term cord] b)
(crip " [{<-.c>} {<+.c>}]")
::
?~ entries ~
;: weld
[':- :~' ~]
entries
[' ==' ~]
==
::
++ group-poke
|= act=group-action
^- card
[%pass / %agent [our.bol %group-store] %poke %group-action !>(act)]
::
++ perm-hook-poke
|= act=permission-hook-action
^- card
:* %pass
/
%agent
[our.bol %permission-hook]
%poke
%permission-hook-action
!>(act)
==
::
++ perm-group-hook-poke
|= act=permission-group-hook-action
^- card
:* %pass
/
%agent
[our.bol %permission-group-hook]
%poke
%permission-group-hook-action
!>(act)
==
::
++ create-security
|= [par=path sub=path sec=rw-security]
^- (list card)
=+ ^- [par-type=?(%black %white) sub-type=?(%black %white)]
?- sec
%channel [%black %black]
%village [%white %white]
%journal [%black %white]
%mailbox [%white %black]
==
:~ (perm-group-hook-poke [%associate par [[par par-type] ~ ~]])
(perm-group-hook-poke [%associate sub [[sub sub-type] ~ ~]])
==
::
::
++ poke-publish-action
|= act=action
^- (quip card _state)
?- -.act
%new-book
?> (team:title our.bol src.bol)
=+ ^- [cards=(list card) writers-path=path subscribers-path=path]
(make-groups book.act group.act)
=/ new-book=notebook-info
:* title.act
about.act
coms.act
writers-path
subscribers-path
==
=/ pax=path /app/publish/notebooks/[book.act]/publish-info
:_ state
[(write-file pax %publish-info !>(new-book)) cards]
::
%new-note
?: &(=(src.bol our.bol) !=(our.bol who.act))
:_ state
[%pass /forward %agent [who.act %publish] %poke %publish-action2 !>(act)]~
=/ pax=path /app/publish/notebooks/[book.act]/[note.act]/udon
=/ front=(map knot cord)
%- my
:~ title+title.act
author+(scot %p src.bol)
==
=. body.act (cat 3 body.act '\0a')
=/ file=@t (add-front-matter front body.act)
:_ state
[(write-file pax %udon !>(file))]~
::
%new-comment
?: &(=(src.bol our.bol) !=(our.bol who.act))
:_ state
[%pass /forward %agent [who.act %publish] %poke %publish-action2 !>(act)]~
=/ pax=path
%+ weld /app/publish/notebooks
/[book.act]/[note.act]/(scot %da now.bol)/publish-comment
=/ new-comment=comment
:* author=src.bol
date-created=now.bol
content=body.act
==
:_ state
[(write-file pax %publish-comment !>(new-comment))]~
::
%edit-book
?> (team:title our.bol src.bol)
=/ book (~(get by books) book.act)
?~ book
[~ state]
=+ ^- [cards=(list card) writers-path=path subscribers-path=path]
?~ group.act
[~ writers.u.book subscribers.u.book]
(make-groups book.act u.group.act)
=/ new-info=notebook-info
:* title.act
about.act
coms.act
writers-path
subscribers-path
==
=/ pax=path /app/publish/notebooks/[book.act]
:_ state
[(write-file pax %publish-info !>(notebook-info)) cards]
::
%edit-note
?: &(=(src.bol our.bol) !=(our.bol who.act))
:_ state
[%pass /forward %agent [who.act %publish] %poke %publish-action2 !>(act)]~
=/ pax=path /app/publish/notebooks/[book.act]/[note.act]/udon
=/ front=(map knot cord)
%- my
:~ title+title.act
author+(scot %p src.bol)
==
=. body.act (cat 3 body.act '\0a')
=/ file=@t (add-front-matter front body.act)
:_ state
[(write-file pax %udon !>(file))]~
::
%edit-comment
?: &(=(src.bol our.bol) !=(our.bol who.act))
:_ state
[%pass /forward %agent [who.act %publish] %poke %publish-action2 !>(act)]~
=/ pax=path
%+ weld /app/publish/notebooks
/[book.act]/[note.act]/[comment.act]/publish-comment
=/ new-comment .^(comment %cx (weld our-beak pax))
=. content.new-comment body.act
:_ state
[(write-file pax %publish-comment !>(new-comment))]~
::
%del-book
?> (team:title our.bol src.bol)
=/ pax=path /app/publish/notebooks/[book.act]
:_ state(books (~(del by books) book.act))
[(delete-dir pax)]~
::
%del-note
?: &(=(src.bol our.bol) !=(our.bol who.act))
:_ state
[%pass /forward %agent [who.act %publish] %poke %publish-action2 !>(act)]~
=/ pax=path /app/publish/notebooks/[book.act]/[note.act]/udon
:_ state
[(delete-file pax)]~
::
%del-comment
?: &(=(src.bol our.bol) !=(our.bol who.act))
:_ state
[%pass /forward %agent [who.act %publish] %poke %publish-action2 !>(act)]~
=/ pax=path
%+ weld /app/publish/notebooks
/[book.act]/[note.act]/[comment.act]/publish-comment
:_ state
[(delete-file pax)]~
::
%subscribe
?> (team:title our.bol src.bol)
=/ wir=wire /subscribe/(scot %p who.act)/[book.act]
:_ state
[%pass wir %agent [who.act %publish] %watch /notebook/[book.act]]~
::
%unsubscribe
?> (team:title our.bol src.bol)
=/ wir=wire /subscribe/(scot %p who.act)/[book.act]
:_ state(subs (~(del by subs) who.act book.act))
[%pass wir %agent [who.act %publish] %leave ~]~
==
::
++ get-notebook
|= [host=@p book-name=@tas]
^- (unit notebook)
?: =(our.bol host)
(~(get by books) book-name)
(~(get by subs) host book-name)
::
++ emit-updates-and-state
|= [host=@p book-name=@tas book=notebook del=notebook-delta]
^- (quip card _state)
?: =(our.bol host)
:_ state(books (~(put by books) book-name book))
:~ [%give %fact `/notebook/[book-name] %publish-notebook-delta !>(del)]
[%give %fact `/primary %publish-primary-delta !>(del)]
==
:_ state(subs (~(put by subs) [host book-name] book))
[%give %fact `/primary %publish-primary-delta !>(del)]~
::
++ handle-notebook-delta
|= del=notebook-delta
^- (quip card _state)
?- -.del
%add-book
(emit-updates-and-state host.del book.del data.del del)
::
%add-note
=/ book=(unit notebook)
(get-notebook host.del book.del)
?~ book
[~ state]
=. notes.u.book (~(put by notes.u.book) note.del data.del)
(emit-updates-and-state host.del book.del u.book del)
::
%add-comment
=/ book=(unit notebook)
(get-notebook host.del book.del)
?~ book
[~ state]
=/ note (~(get by notes.u.book) note.del)
?~ note
[~ state]
=. comments.u.note (~(put by comments.u.note) comment-date.del data.del)
=. notes.u.book (~(put by notes.u.book) note.del u.note)
(emit-updates-and-state host.del book.del u.book del)
::
%edit-book
=/ old-book=(unit notebook)
(get-notebook host.del book.del)
?~ old-book
[~ state]
=/ new-book=notebook
%= data.del
date-created date-created.u.old-book
notes notes.u.old-book
order order.u.old-book
pinned pinned.u.old-book
==
(emit-updates-and-state host.del book.del new-book del)
::
%edit-note
=/ book=(unit notebook)
(get-notebook host.del book.del)
?~ book
[~ state]
=/ old-note (~(get by notes.u.book) note.del)
?~ old-note
[~ state]
=/ new-note=note
%= data.del
date-created date-created.u.old-note
comments comments.u.old-note
==
=. notes.u.book (~(put by notes.u.book) note.del new-note)
(emit-updates-and-state host.del book.del u.book del)
::
%edit-comment
=/ book=(unit notebook)
(get-notebook host.del book.del)
?~ book
[~ state]
=/ note (~(get by notes.u.book) note.del)
?~ note
[~ state]
=. comments.u.note (~(put by comments.u.note) comment-date.del data.del)
=. notes.u.book (~(put by notes.u.book) note.del u.note)
(emit-updates-and-state host.del book.del u.book del)
::
%del-book
?: =(our.bol host.del)
:_ state(books (~(del by books) book.del))
:~ [%give %fact `/notebook/[book.del] %publish-notebook-delta !>(del)]
[%give %fact `/primary %publish-primary-delta !>(del)]
==
:_ state(subs (~(del by subs) host.del book.del))
[%give %fact `/primary %publish-primary-delta !>(del)]~
::
%del-note
=/ book=(unit notebook)
(get-notebook host.del book.del)
?~ book
[~ state]
=. notes.u.book (~(del by notes.u.book) note.del)
(emit-updates-and-state host.del book.del u.book del)
::
%del-comment
=/ book=(unit notebook)
(get-notebook host.del book.del)
?~ book
[~ state]
=/ note (~(get by notes.u.book) note.del)
?~ note
[~ state]
=. comments.u.note (~(del by comments.u.note) comment.del)
=. notes.u.book (~(put by notes.u.book) note.del u.note)
(emit-updates-and-state host.del book.del u.book del)
==
::
++ handle-http-request
|= req=inbound-request:eyre
^- simple-payload:http
=/ url (parse-request-line url.request.req)
?+ url
not-found:gen
::
[[[~ %png] [%'~publish' @t ~]] ~]
=/ filename=@t i.t.site.url
=/ img=(unit @t) (~(get by images) filename)
?~ img
not-found:gen
(png-response:gen (as-octs:mimes:html u.img))
::
[[[~ %css] [%'~publish' %index ~]] ~]
(css-response:gen css)
::
[[[~ %js] [%'~publish' %index ~]] ~]
(js-response:gen js)
::
[[[~ %js] [%'~publish' %tile ~]] ~]
(js-response:gen tile-js)
::
:: pagination endpoints
::
:: all notebooks, short form
[[[~ %json] [%'~publish' %notebooks ~]] ~]
%- json-response:gen
%- json-to-octs
(notebooks-list-json our.bol books subs)
::
:: notes pagination
[[[~ %json] [%'~publish' %notes @ @ @ @ ~]] ~]
=/ host=(unit @p) (slaw %p i.t.t.site.url)
?~ host
not-found:gen
=/ book-name i.t.t.t.site.url
=/ book=(unit notebook)
?: =(our.bol u.host)
(~(get by books) book-name)
(~(get by subs) u.host book-name)
?~ book
not-found:gen
=/ start (rush i.t.t.t.t.site.url dem)
?~ start
not-found:gen
=/ length (rush i.t.t.t.t.t.site.url dem)
?~ length
not-found:gen
%- json-response:gen
%- json-to-octs
(notes-page notes.u.book u.start u.length)
::
:: comments pagination
[[[~ %json] [%'~publish' %comments @ @ @ @ @ ~]] ~]
=/ host=(unit @p) (slaw %p i.t.t.site.url)
?~ host
not-found:gen
=/ book-name i.t.t.t.site.url
=/ book=(unit notebook)
?: =(our.bol u.host)
(~(get by books) book-name)
(~(get by subs) u.host book-name)
?~ book
not-found:gen
=/ note-name i.t.t.t.t.site.url
=/ note=(unit note) (~(get by notes.u.book) note-name)
?~ note
not-found:gen
=/ start (rush i.t.t.t.t.t.site.url dem)
?~ start
not-found:gen
=/ length (rush i.t.t.t.t.t.t.site.url dem)
?~ length
not-found:gen
%- json-response:gen
%- json-to-octs
(comments-page comments.u.note u.start u.length)
::
:: presentation endpoints
::
:: all notebooks, short form, wrapped in html
[[~ [%'~publish' ~]] ~]
=, enjs:format
=/ jon=json
%- pairs
:~ notebooks+(notebooks-list-json our.bol books subs)
==
(manx-response:gen (index jon))
::
:: single notebook, with initial 50 notes in short form, wrapped in html
[[~ [%'~publish' @ @ ~]] ~]
=, enjs:format
=/ host=(unit @p) (slaw %p i.t.site.url)
?~ host
not-found:gen
=/ book-name i.t.t.site.url
=/ book=(unit notebook)
?: =(our.bol u.host)
(~(get by books) book-name)
(~(get by subs) u.host book-name)
?~ book
not-found:gen
=/ jon=json
%- pairs
:~ notebooks+(notebooks-list-json our.bol books subs)
notebook+(notebook-full-json u.host book-name u.book)
notes+(notes-page notes.u.book 0 50)
==
(manx-response:gen (index jon))
::
:: single note, with initial 50 comments, wrapped in html
[[~ [%'~publish' @ @ @ ~]] ~]
=, enjs:format
=/ host=(unit @p) (slaw %p i.t.site.url)
?~ host
not-found:gen
=/ book-name i.t.t.site.url
=/ book=(unit notebook)
?: =(our.bol u.host)
(~(get by books) book-name)
(~(get by subs) u.host book-name)
?~ book
not-found:gen
=/ note-name i.t.t.t.site.url
=/ note=(unit note) (~(get by notes.u.book) note-name)
?~ note
not-found:gen
=/ jon=json
%- pairs
:~ notebooks+(notebooks-list-json our.bol books subs)
notebook+(notebook-full-json u.host book-name u.book)
notes+(notes-page notes.u.book 0 50)
note+(note-full-json u.host book-name note-name u.note)
comments+(comments-page comments.u.note 0 50)
==
(manx-response:gen (index jon))
==
::
--