From f26e055038d0acef10319f07b61fb8ff5a59d519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 21 Nov 2023 19:29:43 +0100 Subject: [PATCH] Update documentation --- adding-real-time-collaboration-to-umap-second-week.html | 2 +- feeds/.atom.xml | 2 +- feeds/all-en.atom.xml | 2 +- feeds/all.atom.xml | 2 +- feeds/code.atom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adding-real-time-collaboration-to-umap-second-week.html b/adding-real-time-collaboration-to-umap-second-week.html index e92f4e2..1f3793b 100644 --- a/adding-real-time-collaboration-to-umap-second-week.html +++ b/adding-real-time-collaboration-to-umap-second-week.html @@ -127,7 +127,7 @@

Here are some notes about SSE. I’ve learned that:

diff --git a/feeds/.atom.xml b/feeds/.atom.xml index 3241878..71174e9 100644 --- a/feeds/.atom.xml +++ b/feeds/.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul> diff --git a/feeds/all-en.atom.xml b/feeds/all-en.atom.xml index 89bf43a..233431d 100644 --- a/feeds/all-en.atom.xml +++ b/feeds/all-en.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul> diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index b022793..18e0cb3 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul> diff --git a/feeds/code.atom.xml b/feeds/code.atom.xml index c11cffe..4a2dc59 100644 --- a/feeds/code.atom.xml +++ b/feeds/code.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul>