From 716bd1b8f82c4ecbfd2e85daa0bab0f2981bef77 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 4 Dec 2019 20:07:38 -0300 Subject: [PATCH] A lot more comments on the content --- _images/rewind.png | Bin 0 -> 5808 bytes activitypub.html | 82 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 _images/rewind.png diff --git a/_images/rewind.png b/_images/rewind.png new file mode 100644 index 0000000000000000000000000000000000000000..21c059ae30cec9e40f22193cef1538f133c9ce5c GIT binary patch literal 5808 zcmeHLeNa{f-XpuvuUfs*LpAmYcWoi0`jC?Hns6bLR-l{~6j zbk-VHT?Qfe=r!aet$ z^E)5E-+j5+^2d2$&kuchC;&VkJ}Yz~fHVH<46fwk+=y$gWR);|?sR~1ll;*#7hJ1j zXDyry@cwuJVH1D_O+p928V$hp7yxZ9fM-(v=L>>y!)bX$SSZ-DObupS@u}f+XYyBh zujgc5e6d9f@ZzEH(CKfiy?FC-km=l-Lmz(cS)Tpjmz!qDU-sIyWqA0`FONpLPdISw zg@}kpt`CNneG}=ka_^gwFL}-JU8xy=I(PF&F2{UEjvcda>qlc<>ys6U2OfTYKOpyT zZ|e`eX}WdKA?CBc-)0AdOU*aKAflxsIKaQ8&)@-+@*51@EsR)2?rnk+hpYS z8m%&}%h30U&S--oqwr!?+Pv?sN^WK7w)HE+s@>hOdi!eLK3wg4!arkuO?SJS^_mOJ zRx~`k`ph8ta1Dq-@>)7QTcS~5s%ORp15 zb8t9s#t`MH+ibT*y8WhmsJ2T@Bem$poU?i9)zVv6x5X^if?PTYj%t?-XHILJD7k`D1X}D(O*7i-h2L<{7Lhgh;{?GxlA-&B5Uwjx>eP z1GA)d1!Ie~(gpJ>UyLJcaS{HTzKWqyCP|Ml!GRO<~R8FR6AG7n6TI^amzJS4kJ zoW~8nP%2G^^I5>`o*+us16p3B(UuW0vj(WoiGF~zQHFI=-ynR$EN|D&!C%uL75`u*?!#pg*nX012g^8e= zJuArA^58WOeI{01iX@_Qmqm$l-{{HaF4-00sFIe1a3#MdD7X{UNlQpfr)! z>VIt_TWy*DyzUJV?K?YFn`gfe4|_ptHC|;--#Z#&}i^2SoDce-RHy}J|kn%ZpBQ|aly+w^EFmk zvkbs>446-qrzh9+c8v?S>n$!VmFX!Vx8>t!+x7P$w=X$r_n+E5&2ig%+~VAXyu2NT zl{Gzy((e1a3j*5SGp`bN&20~Y1Fl%&cl^VsUIz^g`2`#ARz(Lau<#XpZNuNw-;K&E zw4MlW(q+F6D^`T;-rr_0rxvluKeqiPeS@v%uilsi0ypP+7*4S5{y_Jf$w>q*YEsSY7c5@dr2{#HydT@<8Nt^fPqj% z47FT#oZo0Xww18p+om(R7MN9$L*%Rw#wK^e8pU7%!D#;47S{fYD3=c;#d?#LF5XQZk6s zIEMv*J!NE5z9o-`k`Ewkhm!*TmdBP`^?`f2&VqUn1`Le^#9i%IOXz2ZY| z$C0y%-Uh3NulTmD+U`1(UcJvo(${9itqi}*W`W%BW8#UaKkk~C#&oBd^a?$NzS%NM zE*&U-=;=ckBbiQ&BNbfvNJfowCrPZr2Mk}= zc68}I{86M!)p58g=a!q=!p~|B*iSZBS6$9)XT*H)Kc|e)%>V!Z literal 0 HcmV?d00001 diff --git a/activitypub.html b/activitypub.html index fe24add..73caf4e 100644 --- a/activitypub.html +++ b/activitypub.html @@ -232,6 +232,27 @@
  • Tem vários conceitos iguais ao email.
  • Composto de outros protolocos (como WebFinger, ActivityStreams, ActivityVocabulary e JSON-LD).
  • + +
    @@ -244,6 +265,14 @@
  • Links
  • (e mais, definidos no Vocabulary)
  • + +
    @@ -262,13 +291,19 @@ "following": "https://social.example/alyssa/following/", "liked": "https://social.example/alyssa/liked/"} + + +

    ActivityPub

    
    - {"@context": "https://www.w3.org/ns/activitystreams",
    +{"@context": "https://www.w3.org/ns/activitystreams",
      "type": "Create",
      "id": "https://social.example/alyssa/posts/a29a6843",
      "to": ["https://chatty.example/ben/"],
    @@ -279,6 +314,20 @@
                 "to": ["https://chatty.example/ben/"],
                 "content": "Did you finish reading that book?"}}
     						
    + + +
    + +
    + + +
    @@ -296,6 +345,18 @@ "following": "https://social.example/alyssa/following/", "liked": "https://social.example/alyssa/liked/"} + +
    @@ -313,6 +374,12 @@ "following": "https://social.example/alyssa/following/", "liked": "https://social.example/alyssa/liked/"} + +
    @@ -330,6 +397,10 @@ "following": "https://social.example/alyssa/following/", "liked": "https://social.example/alyssa/liked/"} + +
    @@ -347,6 +418,10 @@ "following": "https://social.example/alyssa/following/", "liked": "https://social.example/alyssa/liked/"} + +
    @@ -364,6 +439,11 @@ "following": "https://social.example/alyssa/following/", "liked": "https://social.example/alyssa/liked/"} + +