From e8bbae126655eaf41dfaa4b6fac8895ba011dbef Mon Sep 17 00:00:00 2001 From: ruru4143 Date: Thu, 5 Oct 2023 14:58:17 +0200 Subject: [PATCH 1/3] fixed url --- architecture design proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index 393927e..1eb2aef 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -27,7 +27,7 @@ The following terms are used: ## Content related - **post type:** Post type and custom post types within WordPress -- **Object Type:** ActivityPub [object type](https://www.w3.org/TR/activitystreams-vocabulary/#object types) +- **Object Type:** ActivityPub [object type](https://www.w3.org/TR/activitystreams-vocabulary/#object-types) - **Transformers:** a piece of code that converts items of a particular WordPress post type to an ActivityPub object of (a) specified type(s). For example a transformer that can transform: - `post` to a `Note` - `post` to a `Article` -- 2.39.5 From 37b78ce6174a5b192d3892c6e0aae26b721ff9f1 Mon Sep 17 00:00:00 2001 From: ruru4143 Date: Thu, 5 Oct 2023 15:00:03 +0200 Subject: [PATCH 2/3] fixed url again --- architecture design proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index 1eb2aef..e22294d 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -111,7 +111,7 @@ available for a given post type are greyed out in the user interface: ## Backend -Currently, only one hard-coded transformer exists in [`includes/transformer/class post.php`](https://github.com/Automattic/wordpress-activitypub/blob/master/includes/transformer/class post.php). +Currently, only one hard-coded transformer exists in [`includes/transformer/class post.php`](https://github.com/Automattic/wordpress-activitypub/blob/master/includes/transformer/class-post.php). ```php /** -- 2.39.5 From 79cd1f1675e2a28d22fc0597349c1de1fa85170b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Thu, 5 Oct 2023 15:27:08 +0200 Subject: [PATCH 3/3] markdown typo: newline before table --- architecture design proposal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/architecture design proposal.md b/architecture design proposal.md index e22294d..7ccfd69 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -207,6 +207,7 @@ Other WordPress actor types might have valid use cases, like actors for categori We keep in mind that every post type shall only ever send as a `Create` Activity once by one single actor. **User Interface:** + | | users | tribe_organizers | custom | blog | category | | -----------------|:-----:|:----------------:|:------:|:-----:|:--------:| | **post** | C | O | O | A | A | -- 2.39.5