diff --git a/v3/feed.rss b/v3/feed.rss index 200251f..9fc1d35 100644 --- a/v3/feed.rss +++ b/v3/feed.rss @@ -2,8 +2,8 @@ GNU social V3https://gnusocial.rocks/v3/index.html Development blog where we announce our progress.en -Thu, 19 Aug 2021 03:21:16 +0100 -Thu, 19 Aug 2021 03:21:16 +0100 +Thu, 19 Aug 2021 03:32:46 +0100 +Thu, 19 Aug 2021 03:32:46 +0100 Updates: V3 blog @@ -28,6 +28,7 @@ forget to subscribe!</p> + <!-- text end --> ]]></description><link>https://gnusocial.rocks/v3/updates-v3-blog.html</link> <guid>https://gnusocial.rocks/v3/./updates-v3-blog.html</guid> @@ -37,90 +38,16 @@ forget to subscribe!</p> Updates: Implement StoreRemoteMedia for v3 and port Embed GNU social comes with two plugins that add important media functionality.

- -

Not talking neither about ImageEncoder nor VideoEncoder this time, but rather -about StoreRemoteMedia and Embed.

+

GNU social comes with two plugins that add relevant media functionality. +Not talking neither about ImageEncoder nor VideoEncoder this time, but rather about StoreRemoteMedia and Embed.

StoreRemoteMedia -fetches remote files when they are Linked in a note. I.e., when the major mimetype isn't text. -It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.

+fetches remote files when they are Linked to in a note. I.e., when the major mime type isn't text. It triggers thumbnail generation.

Embed -attempts to generate a page preview from opengraph and oembed. I.e., acts when the major mimetype is text.

- -

We've changed so much with GNU social v3 that, regarding SRM there was -no possible port, just a full rewrite. The code of both plugins became -much easier of understanding and compact, while promoting the same -functionality with more stability.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +attempts to generate a page preview from open graph and oembed. I.e., acts when the major mime type is text.

+

We've changed so much with GNU social v3 that, regarding SRM there was no possible port, just a complete rewrite. Both plugins became smaller and easier to understand while promoting the same functionality with more stability.

@@ -176,6 +103,7 @@ any remote URL being shared in a note. + ]]>
https://gnusocial.rocks/v3/updates-improve-the-attachments-system.html https://gnusocial.rocks/v3/./updates-improve-the-attachments-system.html @@ -258,6 +186,7 @@ Updates: Finish the Avatar component + @@ -308,6 +237,7 @@ is properly tested, we have the + ]]>https://gnusocial.rocks/v3/milestone-documentation-and-tests-infrastructure.html https://gnusocial.rocks/v3/./milestone-documentation-and-tests-infrastructure.html @@ -360,6 +290,7 @@ The key ones are:

+ ]]>https://gnusocial.rocks/v3/milestone-port-media-handling-from-v2.html https://gnusocial.rocks/v3/./milestone-port-media-handling-from-v2.html diff --git a/v3/milestone-documentation-and-tests-infrastructure.html b/v3/milestone-documentation-and-tests-infrastructure.html index 5762271..fd608d0 100644 --- a/v3/milestone-documentation-and-tests-infrastructure.html +++ b/v3/milestone-documentation-and-tests-infrastructure.html @@ -82,6 +82,7 @@ is properly tested, we have the + diff --git a/v3/milestone-port-media-handling-from-v2.html b/v3/milestone-port-media-handling-from-v2.html index 5ca2944..035f905 100644 --- a/v3/milestone-port-media-handling-from-v2.html +++ b/v3/milestone-port-media-handling-from-v2.html @@ -86,6 +86,7 @@ The key ones are:

+ diff --git a/v3/updates-finish-the-avatar-component.html b/v3/updates-finish-the-avatar-component.html index c1e06d5..b83c217 100644 --- a/v3/updates-finish-the-avatar-component.html +++ b/v3/updates-finish-the-avatar-component.html @@ -116,6 +116,7 @@ GNU social development team + diff --git a/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.html b/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.html index 04ebd71..f3c52c5 100644 --- a/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.html +++ b/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.html @@ -43,90 +43,16 @@ GNU social development team -

GNU social comes with two plugins that add important media functionality.

- -

Not talking neither about ImageEncoder nor VideoEncoder this time, but rather -about StoreRemoteMedia and Embed.

+

GNU social comes with two plugins that add relevant media functionality. +Not talking neither about ImageEncoder nor VideoEncoder this time, but rather about StoreRemoteMedia and Embed.

StoreRemoteMedia -fetches remote files when they are Linked in a note. I.e., when the major mimetype isn't text. -It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.

+fetches remote files when they are Linked to in a note. I.e., when the major mime type isn't text. It triggers thumbnail generation.

Embed -attempts to generate a page preview from opengraph and oembed. I.e., acts when the major mimetype is text.

- -

We've changed so much with GNU social v3 that, regarding SRM there was -no possible port, just a full rewrite. The code of both plugins became -much easier of understanding and compact, while promoting the same -functionality with more stability.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +attempts to generate a page preview from open graph and oembed. I.e., acts when the major mime type is text.

+

We've changed so much with GNU social v3 that, regarding SRM there was no possible port, just a complete rewrite. Both plugins became smaller and easier to understand while promoting the same functionality with more stability.

diff --git a/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.md b/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.md index 06d1a21..1cc6a78 100644 --- a/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.md +++ b/v3/updates-implement-storeremotemedia-for-v3-and-port-embed.md @@ -1,18 +1,13 @@ Updates: Implement StoreRemoteMedia for v3 and port Embed -GNU social comes with two plugins that add important media functionality. - -Not talking neither about ImageEncoder nor VideoEncoder this time, but rather -about StoreRemoteMedia and Embed. +GNU social comes with two plugins that add relevant media functionality. +Not talking neither about ImageEncoder nor VideoEncoder this time, but rather about StoreRemoteMedia and Embed. [StoreRemoteMedia](https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/StoreRemoteMedia) -fetches remote files when they are Linked in a note. I.e., when the major mimetype isn't `text`. -It usually fetches and attempts to generate a thumb, if there are no encoders, it drops. +fetches remote files when they are `Linked` to in a note. I.e., when the major mime type isn't `text`. It triggers thumbnail generation. [Embed](https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/Embed) -attempts to generate a page preview from opengraph and oembed. I.e., acts when the major mimetype is `text`. +attempts to generate a page preview from open graph and oembed. I.e., acts when the major mime type is `text`. + +We've changed so much with GNU social v3 that, regarding SRM there was no possible port, just a complete rewrite. Both plugins became smaller and easier to understand while promoting the same functionality with more stability. -We've changed so much with GNU social v3 that, regarding SRM there was -no possible port, just a full rewrite. The code of both plugins became -much easier of understanding and compact, while promoting the same -functionality with more stability. diff --git a/v3/updates-improve-the-attachments-system.html b/v3/updates-improve-the-attachments-system.html index 7665e60..b4106af 100644 --- a/v3/updates-improve-the-attachments-system.html +++ b/v3/updates-improve-the-attachments-system.html @@ -87,6 +87,7 @@ any remote URL being shared in a note. + diff --git a/v3/updates-v3-blog.html b/v3/updates-v3-blog.html index ae0df21..dc2b02c 100644 --- a/v3/updates-v3-blog.html +++ b/v3/updates-v3-blog.html @@ -62,6 +62,7 @@ forget to subscribe!

+