improve text of post 5
This commit is contained in:
parent
85e55bffb7
commit
2fb0f16e6b
93
v3/feed.rss
93
v3/feed.rss
@ -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/">
|
||||
<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>
|
||||
<lastBuildDate>Thu, 19 Aug 2021 03:21:16 +0100</lastBuildDate>
|
||||
<pubDate>Thu, 19 Aug 2021 03:21:16 +0100</pubDate>
|
||||
<lastBuildDate>Thu, 19 Aug 2021 03:32:46 +0100</lastBuildDate>
|
||||
<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" />
|
||||
<item><title>
|
||||
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
|
||||
</title><description><![CDATA[
|
||||
|
||||
<p>GNU social comes with two plugins that add important media functionality.</p>
|
||||
|
||||
<p>Not talking neither about ImageEncoder nor VideoEncoder this time, but rather
|
||||
about StoreRemoteMedia and Embed.</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><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>.
|
||||
It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.</p>
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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 complete rewrite. Both plugins became smaller and easier to understand while promoting the same functionality with more stability.</p>
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
@ -176,6 +103,7 @@ any remote URL being shared in a note.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
]]></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>
|
||||
@ -258,6 +186,7 @@ Updates: Finish the Avatar component
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
@ -308,6 +237,7 @@ is properly tested, we have the
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
]]></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>
|
||||
@ -360,6 +290,7 @@ The key ones are:</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
]]></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>
|
||||
|
@ -82,6 +82,7 @@ is properly tested, we have the
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
<!-- entry end -->
|
||||
</div>
|
||||
|
@ -86,6 +86,7 @@ The key ones are:</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
<!-- entry end -->
|
||||
</div>
|
||||
|
@ -116,6 +116,7 @@ GNU social development team
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
|
@ -43,90 +43,16 @@ GNU social development team
|
||||
</div>
|
||||
<!-- text begin -->
|
||||
|
||||
<p>GNU social comes with two plugins that add important media functionality.</p>
|
||||
|
||||
<p>Not talking neither about ImageEncoder nor VideoEncoder this time, but rather
|
||||
about StoreRemoteMedia and Embed.</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><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>.
|
||||
It usually fetches and attempts to generate a thumb, if there are no encoders, it drops.</p>
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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 complete rewrite. Both plugins became smaller and easier to understand while promoting the same functionality with more stability.</p>
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
|
@ -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.
|
||||
|
@ -87,6 +87,7 @@ any remote URL being shared in a note.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
<!-- entry end -->
|
||||
</div>
|
||||
|
@ -62,6 +62,7 @@ forget to subscribe!</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
<!-- entry end -->
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user