diff --git a/src/assets/images/blog/solid-activitypub-architecture.png b/src/assets/images/blog/solid-activitypub-architecture.png deleted file mode 100644 index 7feeba7..0000000 Binary files a/src/assets/images/blog/solid-activitypub-architecture.png and /dev/null differ diff --git a/src/assets/images/blog/solid-activitypub-architecture.svg b/src/assets/images/blog/solid-activitypub-architecture.svg new file mode 100644 index 0000000..7ab8015 --- /dev/null +++ b/src/assets/images/blog/solid-activitypub-architecture.svg @@ -0,0 +1,3 @@ + + +
User's Inbox
Receives activities
 with data of any kind
User's Inbox...
User's Outbox
Sends activities created by the apps to others
User's Outbox...
MyPod.store
ActivityPods Server
MyPod.store...
POD data and more
Apps store data like images or recipes and query existing data
POD data and more...
Fediverse
(other ActivityPub
instances)
Fediverse...
Welcome To My Place
Welcome To My Place
An app for organizing and sharing events in your local community
An app for organizing and...
Your own App?
Your own App?
Create your own interoperable app using the ActivityPods framework
Create your own interopera...
Mastopod
Mastopod
An app intended to be compatible with mastodon optimized for micro-blogging
An app intended to be comp...
Solid
Solid
ActivityPub
ActivityPub
Application
Application
Legend
Legend
\ No newline at end of file diff --git a/src/content/post/activitypods-2-0-is-out.mdx b/src/content/post/activitypods-2-0-is-out.mdx index cffdff7..df50e23 100644 --- a/src/content/post/activitypods-2-0-is-out.mdx +++ b/src/content/post/activitypods-2-0-is-out.mdx @@ -9,7 +9,7 @@ tags: --- import ImageCaption from '~/components/ImageCaption.astro'; -import solidActivityPubArchitecture from '~/assets/images/blog/solid-activitypub-architecture.png'; +import solidActivityPubArchitecture from '~/assets/images/blog/solid-activitypub-architecture.svg'; import authScreen from '~/assets/images/blog/auth-screen-2.png'; ## What is ActivityPods?