diff --git a/content/feeds.md b/content/feeds.md index 2920198..bba7c22 100644 --- a/content/feeds.md +++ b/content/feeds.md @@ -3,6 +3,6 @@ # Feeds -- All English content: [RSS](https://blog.jutty.dev/rss.xml) [Atom](https://blog.jutty.dev/atom.xml) -- Blog posts only: [RSS](https://blog.jutty.dev/posts/rss.xml) [Atom](https://blog.jutty.dev/posts/atom.xml) -- Links only: [RSS](https://blog.jutty.dev/links/rss.xml) [Atom](https://blog.jutty.dev/links/atom.xml) +- [All English content](https://blog.jutty.dev/atom.xml) +- [Blog posts only](https://blog.jutty.dev/posts/atom.xml) +- [Links only](https://blog.jutty.dev/links/atom.xml) diff --git a/content/feeds.pt.md b/content/feeds.pt.md index b9f87f2..8deab7a 100644 --- a/content/feeds.pt.md +++ b/content/feeds.pt.md @@ -3,7 +3,6 @@ # Feeds -- Todo o conteúdo em português: [RSS](https://blog.jutty.dev/pt/rss.xml) [Atom](https://blog.jutty.dev/pt/atom.xml) -- Apenas posts: [RSS](https://blog.jutty.dev/pt/posts/rss.xml) [Atom](https://blog.jutty.dev/pt/posts/atom.xml) -- Apenas links: [RSS](https://blog.jutty.dev/pt/links/rss.xml) [Atom](https://blog.jutty.dev/pt/links/atom.xml) - - O feed de links terá apenas links com comentários (neste caso, em português). O feed principal de links ([RSS](https://blog.jutty.dev/links/rss.xml) [Atom](https://blog.jutty.dev/links/atom.xml)) é onde aparecem todos os links. +- [Todo o conteúdo em português](https://blog.jutty.dev/pt/atom.xml) +- [Apenas posts](https://blog.jutty.dev/pt/posts/atom.xml) +- [Apenas links](https://blog.jutty.dev/links/atom.xml) diff --git a/content/posts/notice-on-rss-feeds.md b/content/posts/notice-on-rss-feeds.md new file mode 100644 index 0000000..75cb0b6 --- /dev/null +++ b/content/posts/notice-on-rss-feeds.md @@ -0,0 +1,19 @@ ++++ +title = "[Meta] Notice on RSS feeds" +date = 2024-09-01 ++++ + +For those subscribing to this blog's RSS feeds: + +First, if you are getting links but would rather only be notified about posts, you are probably subscribed to an "all content" feed. You can find all feed options in the [feeds](/feeds) page. + +Second, as per a [recent thread](https://mastodon.bsd.cafe/@jutty/113013450769036273) I started on Mastodon, I am planning on keeping only the Atom feeds in the future. + +Currently, all feeds are served in two formats, for example: + +- +- + +On a much later date, I plan on retiring the `rss.xml` feeds, so if that's what you are subscribed to, consider changing to the equivalent `atom.xml` feed sometime in the future. + +Both formats will keep working for now. The only immediate change will be that only the `atom.xml` ones will be advertised on the [feeds](/feeds) page and on HTML meta tags. diff --git a/content/posts/notice-on-rss-feeds.pt.md b/content/posts/notice-on-rss-feeds.pt.md new file mode 100644 index 0000000..0e3e351 --- /dev/null +++ b/content/posts/notice-on-rss-feeds.pt.md @@ -0,0 +1,19 @@ ++++ +title = "[Meta] Aviso sobre os feeds RSS" +date = 2024-09-01 ++++ + +Para quem está assinando o feed RSS desse blog: + +Primeiro, se você está recebendo links mas prefere apenas os posts, você provavelmente se inscreveu em um feed de "todo o conteúdo". Todas as opções de feeds estão na página [feeds](/feeds). + +Segundo, conforme um [fio recente](https://mastodon.bsd.cafe/@jutty/113013450769036273) que fiz no Mastodon, estou planejando manter apenas os feeds Atom futuramente. + +Atualmente, todos os feeds são oferecidos em dois formatos. Por exemplo: + +- +- + +Após um bom tempo, irei eventualmente desativar os feeds que acabam em `rss.xml`, então, se é um desses em que você se inscreveu, considere mudar para o equivalente com `atom.xml` no final. + +Os dois formatos vão continuar a funcionar por hora. A única mudança imediata será que apenas os feeds `atom.xml` vão continuar listados na [página de feeds](/feeds) e nas tags de metadados do código HTML. diff --git a/templates/base.html b/templates/base.html index d6e871f..64a6efd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,10 +50,8 @@ {%- set locale_all_content = "All content" %} {%- set locale_language_name = "English" %} {%- endif -%} - - - - + + {%- endblock %} {%- block extra_head %}{% endblock %} diff --git a/templates/link-page.html b/templates/link-page.html index 7d4d672..402906f 100644 --- a/templates/link-page.html +++ b/templates/link-page.html @@ -1,8 +1,7 @@ {% extends "base.html" %} {%- block extra_head %} - - + {%- endblock %} {%- block content %} diff --git a/templates/links.html b/templates/links.html index 66b35d6..5eb021e 100644 --- a/templates/links.html +++ b/templates/links.html @@ -1,8 +1,7 @@ {% extends "base.html" %} {%- block extra_head %} - - + {%- endblock %} {%- block content %}