minor doc fix

This commit is contained in:
Henri Dickson 2022-12-14 01:46:06 -05:00 committed by GitHub
parent 0673347f2d
commit 3d6eeab70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ However, 2 is currently implemented separately via `ShelfLogManager` in `journal
These are list of activities should be either shown in the site or delivered as ActivityStreams or both:
- `Add` / `Remove` an *Item* to/from a *List*:
- `Add` / `Remove` an *Item* to / from a *List*:
+ add / remove *Item* to / from a user *Collection*
+ mark *Item* as wished / started / done, which are essentially add to/remove from user's predefined *Collection*
+ mark *Item* as wished / started / done, which are essentially add to / remove from user's predefined *Collection*
- `Create` / `Update` / `Delete` a user *Collection*
- `Create` / `Update` / `Delete` a *Content* with an `Object Link` to *Item*
+ `Create` / `Update` / `Delete` a *Comment* or *Review*
@ -57,19 +57,19 @@ These are list of activities should be either shown in the site or delivered as
Supporting these activities above will be essential to a reasonable ActivityPub server implementation.
There are additional activities not made into ActivityPub MVP but technically possible to support in future:
+ `Create` / `Update` / `Delete` a *Content* in different flavors, without link to *Item*
* `Note` or `Article` without link to *Item*
* DM (`Note`)
* `Question`
* `Article`
* `Page`
* `Image`
* `Audio`
* `Video`
* `Event`
+ `Add` `Content` to / `Remove` `Content` from a user *Collection*
* *Pin* / *Unpin*
+ `Move`/`Delete` account
- `Create` / `Update` / `Delete` a *Content* in different flavors, without link to *Item*
* `Note` or `Article` without link to *Item*
* DM (`Note`)
* `Question`
* `Article`
* `Page`
* `Image`
* `Audio`
* `Video`
* `Event`
- `Add` `Content` to / `Remove` `Content` from a user *Collection*
* *Pin* / *Unpin*
- `Move`/`Delete` account
ActivityPub
-----------