improve text of post 5

This commit is contained in:
Diogo Peralta Cordeiro 2021-08-19 03:33:16 +01:00
parent 85e55bffb7
commit 2fb0f16e6b
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
8 changed files with 28 additions and 171 deletions

View File

@ -2,8 +2,8 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel><title>GNU social V3</title><link>https://gnusocial.rocks/v3/index.html</link> <channel><title>GNU social V3</title><link>https://gnusocial.rocks/v3/index.html</link>
<description>Development blog where we announce our progress.</description><language>en</language> <description>Development blog where we announce our progress.</description><language>en</language>
<lastBuildDate>Thu, 19 Aug 2021 03:21:16 +0100</lastBuildDate> <lastBuildDate>Thu, 19 Aug 2021 03:32:46 +0100</lastBuildDate>
<pubDate>Thu, 19 Aug 2021 03:21:16 +0100</pubDate> <pubDate>Thu, 19 Aug 2021 03:32:46 +0100</pubDate>
<atom:link href="https://gnusocial.rocks/v3/feed.rss" rel="self" type="application/rss+xml" /> <atom:link href="https://gnusocial.rocks/v3/feed.rss" rel="self" type="application/rss+xml" />
<item><title> <item><title>
Updates: V3 blog Updates: V3 blog
@ -28,6 +28,7 @@ forget to subscribe!</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://gnusocial.rocks/v3/updates-v3-blog.html</link> ]]></description><link>https://gnusocial.rocks/v3/updates-v3-blog.html</link>
<guid>https://gnusocial.rocks/v3/./updates-v3-blog.html</guid> <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 Updates: Implement StoreRemoteMedia for v3 and port Embed
</title><description><![CDATA[ </title><description><![CDATA[
<p>GNU social comes with two plugins that add important media functionality.</p> <p>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.</p>
<p>Not talking neither about ImageEncoder nor VideoEncoder this time, but rather
about StoreRemoteMedia and Embed.</p>
<p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/StoreRemoteMedia">StoreRemoteMedia</a> <p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/StoreRemoteMedia">StoreRemoteMedia</a>
fetches remote files when they are Linked in a note. I.e., when the major mimetype isn't <code>text</code>. fetches remote files when they are <code>Linked</code> to in a note. I.e., when the major mime type isn't <code>text</code>. It triggers thumbnail generation.</p>
It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.</p>
<p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/Embed">Embed</a> <p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/Embed">Embed</a>
attempts to generate a page preview from opengraph and oembed. I.e., acts when the major mimetype is <code>text</code>.</p> attempts to generate a page preview from open graph and oembed. I.e., acts when the major mime type is <code>text</code>.</p>
<p>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.</p>
<p>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.</p>
<!-- text end --> <!-- text end -->
@ -176,6 +103,7 @@ any remote URL being shared in a note.</li>
</ul> </ul>
<!-- text end --> <!-- text end -->
]]></description><link>https://gnusocial.rocks/v3/updates-improve-the-attachments-system.html</link> ]]></description><link>https://gnusocial.rocks/v3/updates-improve-the-attachments-system.html</link>
<guid>https://gnusocial.rocks/v3/./updates-improve-the-attachments-system.html</guid> <guid>https://gnusocial.rocks/v3/./updates-improve-the-attachments-system.html</guid>
@ -258,6 +186,7 @@ Updates: Finish the Avatar component
<!-- text end --> <!-- text end -->
@ -308,6 +237,7 @@ is properly tested, we have the
<!-- text end --> <!-- text end -->
]]></description><link>https://gnusocial.rocks/v3/milestone-documentation-and-tests-infrastructure.html</link> ]]></description><link>https://gnusocial.rocks/v3/milestone-documentation-and-tests-infrastructure.html</link>
<guid>https://gnusocial.rocks/v3/./milestone-documentation-and-tests-infrastructure.html</guid> <guid>https://gnusocial.rocks/v3/./milestone-documentation-and-tests-infrastructure.html</guid>
@ -360,6 +290,7 @@ The key ones are:</p>
<!-- text end --> <!-- text end -->
]]></description><link>https://gnusocial.rocks/v3/milestone-port-media-handling-from-v2.html</link> ]]></description><link>https://gnusocial.rocks/v3/milestone-port-media-handling-from-v2.html</link>
<guid>https://gnusocial.rocks/v3/./milestone-port-media-handling-from-v2.html</guid> <guid>https://gnusocial.rocks/v3/./milestone-port-media-handling-from-v2.html</guid>

View File

@ -82,6 +82,7 @@ is properly tested, we have the
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -86,6 +86,7 @@ The key ones are:</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -116,6 +116,7 @@ GNU social development team
<!-- text end --> <!-- text end -->

View File

@ -43,90 +43,16 @@ GNU social development team
</div> </div>
<!-- text begin --> <!-- text begin -->
<p>GNU social comes with two plugins that add important media functionality.</p> <p>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.</p>
<p>Not talking neither about ImageEncoder nor VideoEncoder this time, but rather
about StoreRemoteMedia and Embed.</p>
<p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/StoreRemoteMedia">StoreRemoteMedia</a> <p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/StoreRemoteMedia">StoreRemoteMedia</a>
fetches remote files when they are Linked in a note. I.e., when the major mimetype isn't <code>text</code>. fetches remote files when they are <code>Linked</code> to in a note. I.e., when the major mime type isn't <code>text</code>. It triggers thumbnail generation.</p>
It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.</p>
<p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/Embed">Embed</a> <p><a href="https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/Embed">Embed</a>
attempts to generate a page preview from opengraph and oembed. I.e., acts when the major mimetype is <code>text</code>.</p> attempts to generate a page preview from open graph and oembed. I.e., acts when the major mime type is <code>text</code>.</p>
<p>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.</p>
<p>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.</p>
<!-- text end --> <!-- text end -->

View File

@ -1,18 +1,13 @@
Updates: Implement StoreRemoteMedia for v3 and port Embed Updates: Implement StoreRemoteMedia for v3 and port Embed
GNU social comes with two plugins that add important media functionality. 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.
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) [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`. 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.
It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.
[Embed](https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/v3/plugins/Embed) [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.

View File

@ -87,6 +87,7 @@ any remote URL being shared in a note.</li>
</ul> </ul>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>

View File

@ -62,6 +62,7 @@ forget to subscribe!</p>
<!-- text end --> <!-- text end -->
<!-- entry end --> <!-- entry end -->
</div> </div>