From c37ea67243180a5c593303e83e33b299c1b23da5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 15 Dec 2020 16:32:39 -0300 Subject: Add x-by-category for articles,til,slides,pastebins in en,pt,fr,eo --- _config.yml | 46 +++++++++++++++++++++++++- _includes/link-listing.html | 6 ++++ a-propos.md | 4 --- about.md | 4 +-- aja-par-categorie.md | 13 ++++++++ articles-by-category.md | 13 ++++++++ articles-par-categorie.md | 13 ++++++++ artigos-por-categoria.md | 13 ++++++++ artikoloj-lau-kategorio.md | 13 ++++++++ categorias.md | 13 -------- categories.en.md | 13 -------- categories.fr.md | 13 -------- diapositives-par-categorie.md | 13 ++++++++ eslaides-por-categoria.md | 13 ++++++++ hea-por-categoria.md | 13 ++++++++ hml-lau-kategorio.md | 13 ++++++++ kategorioj.md | 13 -------- locale/eo/LC_MESSAGES/about.po | 12 +++---- locale/eo/LC_MESSAGES/articles-by-category.po | 31 +++++++++++++++++ locale/eo/LC_MESSAGES/pastebins-by-category.po | 31 +++++++++++++++++ locale/eo/LC_MESSAGES/slides-by-category.po | 28 ++++++++++++++++ locale/eo/LC_MESSAGES/til-by-category.po | 28 ++++++++++++++++ locale/fr/LC_MESSAGES/about.po | 12 +++---- locale/fr/LC_MESSAGES/articles-by-category.po | 31 +++++++++++++++++ locale/fr/LC_MESSAGES/pastebins-by-category.po | 28 ++++++++++++++++ locale/fr/LC_MESSAGES/slides-by-category.po | 28 ++++++++++++++++ locale/fr/LC_MESSAGES/til-by-category.po | 28 ++++++++++++++++ locale/pt/LC_MESSAGES/about.po | 12 +++---- locale/pt/LC_MESSAGES/articles-by-category.po | 31 +++++++++++++++++ locale/pt/LC_MESSAGES/pastebins-by-category.po | 28 ++++++++++++++++ locale/pt/LC_MESSAGES/slides-by-category.po | 28 ++++++++++++++++ locale/pt/LC_MESSAGES/til-by-category.po | 28 ++++++++++++++++ lumbildoj-lau-kategorio.md | 13 ++++++++ pastebins-by-category.md | 13 ++++++++ pastebins-lau-kategorio.md | 13 ++++++++ pastebins-par-categorie.md | 13 ++++++++ pastebins-por-categoria.md | 13 ++++++++ pri.md | 4 --- slides-by-category.md | 13 ++++++++ sobre.md | 4 --- til-by-category.md | 13 ++++++++ 41 files changed, 626 insertions(+), 86 deletions(-) create mode 100644 aja-par-categorie.md create mode 100644 articles-by-category.md create mode 100644 articles-par-categorie.md create mode 100644 artigos-por-categoria.md create mode 100644 artikoloj-lau-kategorio.md delete mode 100644 categorias.md delete mode 100644 categories.en.md delete mode 100644 categories.fr.md create mode 100644 diapositives-par-categorie.md create mode 100644 eslaides-por-categoria.md create mode 100644 hea-por-categoria.md create mode 100644 hml-lau-kategorio.md delete mode 100644 kategorioj.md create mode 100644 locale/eo/LC_MESSAGES/articles-by-category.po create mode 100644 locale/eo/LC_MESSAGES/pastebins-by-category.po create mode 100644 locale/eo/LC_MESSAGES/slides-by-category.po create mode 100644 locale/eo/LC_MESSAGES/til-by-category.po create mode 100644 locale/fr/LC_MESSAGES/articles-by-category.po create mode 100644 locale/fr/LC_MESSAGES/pastebins-by-category.po create mode 100644 locale/fr/LC_MESSAGES/slides-by-category.po create mode 100644 locale/fr/LC_MESSAGES/til-by-category.po create mode 100644 locale/pt/LC_MESSAGES/articles-by-category.po create mode 100644 locale/pt/LC_MESSAGES/pastebins-by-category.po create mode 100644 locale/pt/LC_MESSAGES/slides-by-category.po create mode 100644 locale/pt/LC_MESSAGES/til-by-category.po create mode 100644 lumbildoj-lau-kategorio.md create mode 100644 pastebins-by-category.md create mode 100644 pastebins-lau-kategorio.md create mode 100644 pastebins-par-categorie.md create mode 100644 pastebins-por-categoria.md create mode 100644 slides-by-category.md create mode 100644 til-by-category.md diff --git a/_config.yml b/_config.yml index 6050d93..a05d4a3 100644 --- a/_config.yml +++ b/_config.yml @@ -88,6 +88,17 @@ t: pt: "/feed.articles.pt.atom" fr: "/feed.articles.fr.atom" eo: "/feed.articles.eo.atom" + category: + name: + en: "Articles by category" + pt: "Artigos por categoria" + fr: "Articles par catégorie" + eo: "Artikoloj laŭ kategorio" + url: + en: "articles-by-category.md" + pt: "artigos-por-categoria.md" + fr: "articles-par-categorie.md" + eo: "artikoloj-lau-kategorio.md" pastebins: name: en: "Pastebins" @@ -115,6 +126,17 @@ t: pt: "/feed.pastebins.pt.atom" fr: "/feed.pastebins.fr.atom" eo: "/feed.pastebins.eo.atom" + category: + name: + en: "Pastebins by category" + pt: "Pastebins por categoria" + fr: "Pastebins par catégorie" + eo: "Pastebins laŭ kategorio" + url: + en: "pastebins-by-category.md" + pt: "pastebins-por-categoria.md" + fr: "pastebins-par-categorie.md" + eo: "pastebins-lau-kategorio.md" tils: name: en: "TIL" @@ -142,6 +164,17 @@ t: pt: "/feed.tils.pt.atom" fr: "/feed.tils.fr.atom" eo: "/feed.tils.eo.atom" + category: + name: + en: "TIL by category" + pt: "HEA por categoria" + fr: "AJA par catégorie" + eo: "HML laŭ kategorio" + url: + en: "til-by-category.md" + pt: "hea-por-categoria.md" + fr: "aja-par-categorie.md" + eo: "hml-lau-kategorio.md" slides: name: en: "Slides" @@ -161,7 +194,7 @@ t: feed: title: en: "EuAndreh's slides" - pt: "Slides do EuAndreh" + pt: "Eslaides do EuAndreh" fr: "Diapositives d'EuAndreh" eo: "Lumbildoj de EuAndreh" url: @@ -169,6 +202,17 @@ t: pt: "/feed.slides.pt.atom" fr: "/feed.slides.fr.atom" eo: "/feed.slides.eo.atom" + category: + name: + en: "Slides by category" + pt: "Eslaides por categoria" + fr: "Diapositives par catégorie" + eo: "Lumbildoj laŭ kategorio" + url: + en: "slides-by-category.md" + pt: "eslaides-por-categoria.md" + fr: "diapositives-par-categorie.md" + eo: "lumbildoj-lau-kategorio.md" posted_on: en: "Posted on" pt: "Postado em" diff --git a/_includes/link-listing.html b/_includes/link-listing.html index 9252b7b..d0bc891 100644 --- a/_includes/link-listing.html +++ b/_includes/link-listing.html @@ -15,3 +15,9 @@ {% endfor %} + +

+ + {{ site.t[include.kind].category.name[page.lang] }} + +

diff --git a/a-propos.md b/a-propos.md index edd33b7..beea3f8 100644 --- a/a-propos.md +++ b/a-propos.md @@ -18,7 +18,3 @@ publique](mailto:~euandreh/public-inbox@lists.sr.ht) Ceci est mon site personnel où j'écris des articles, publie des logicielles et d'autres travaux connexes. - -## Autres - -[Articles par catégorie]({% link categories.fr.md %}). diff --git a/about.md b/about.md index 5b6f639..dc27ea0 100644 --- a/about.md +++ b/about.md @@ -25,6 +25,4 @@ more related work. -## Other things - -[Articles by category]({% link categories.en.md %}). + diff --git a/aja-par-categorie.md b/aja-par-categorie.md new file mode 100644 index 0000000..3fd059b --- /dev/null +++ b/aja-par-categorie.md @@ -0,0 +1,13 @@ +--- + +title: AJA par catégorie + +layout: page + +lang: fr + +ref: til-by-category + +--- + +{% include categories.html kind="til" %} diff --git a/articles-by-category.md b/articles-by-category.md new file mode 100644 index 0000000..ee94e79 --- /dev/null +++ b/articles-by-category.md @@ -0,0 +1,13 @@ +--- + +title: Articles by category + +layout: page + +lang: en + +ref: articles-by-category + +--- + +{% include categories.html kind="articles" %} diff --git a/articles-par-categorie.md b/articles-par-categorie.md new file mode 100644 index 0000000..41d1a97 --- /dev/null +++ b/articles-par-categorie.md @@ -0,0 +1,13 @@ +--- + +title: Articles par catégorie + +layout: page + +lang: fr + +ref: articles-by-category + +--- + +{% include categories.html kind="articles" %} diff --git a/artigos-por-categoria.md b/artigos-por-categoria.md new file mode 100644 index 0000000..138a02d --- /dev/null +++ b/artigos-por-categoria.md @@ -0,0 +1,13 @@ +--- + +title: Artigos por categoria + +layout: page + +lang: pt + +ref: articles-by-category + +--- + +{% include categories.html kind="articles" %} diff --git a/artikoloj-lau-kategorio.md b/artikoloj-lau-kategorio.md new file mode 100644 index 0000000..ca8d518 --- /dev/null +++ b/artikoloj-lau-kategorio.md @@ -0,0 +1,13 @@ +--- + +title: Artikoloj laŭ kategorio + +layout: page + +lang: eo + +ref: articles-by-category + +--- + +{% include categories.html kind="articles" %} diff --git a/categorias.md b/categorias.md deleted file mode 100644 index 7b9300d..0000000 --- a/categorias.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - -title: Artigos por categoria - -layout: page - -lang: pt - -ref: categories - ---- - -{% include categories.html kind="articles" %} diff --git a/categories.en.md b/categories.en.md deleted file mode 100644 index c7cda8f..0000000 --- a/categories.en.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - -title: Articles by category - -layout: page - -lang: en - -ref: categories - ---- - -{% include categories.html kind="articles" %} diff --git a/categories.fr.md b/categories.fr.md deleted file mode 100644 index 56581fe..0000000 --- a/categories.fr.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - -title: Articles par catégorie - -layout: page - -lang: fr - -ref: categories - ---- - -{% include categories.html kind="articles" %} diff --git a/diapositives-par-categorie.md b/diapositives-par-categorie.md new file mode 100644 index 0000000..88186f6 --- /dev/null +++ b/diapositives-par-categorie.md @@ -0,0 +1,13 @@ +--- + +title: Diapositives par catégorie + +layout: page + +lang: fr + +ref: slides-by-category + +--- + +{% include categories.html kind="slides" %} diff --git a/eslaides-por-categoria.md b/eslaides-por-categoria.md new file mode 100644 index 0000000..41aec18 --- /dev/null +++ b/eslaides-por-categoria.md @@ -0,0 +1,13 @@ +--- + +title: Eslaides por categoria + +layout: page + +lang: pt + +ref: slides-by-category + +--- + +{% include categories.html kind="slides" %} diff --git a/hea-por-categoria.md b/hea-por-categoria.md new file mode 100644 index 0000000..d4b1bcc --- /dev/null +++ b/hea-por-categoria.md @@ -0,0 +1,13 @@ +--- + +title: HEA por categoria + +layout: page + +lang: pt + +ref: til-by-category + +--- + +{% include categories.html kind="til" %} diff --git a/hml-lau-kategorio.md b/hml-lau-kategorio.md new file mode 100644 index 0000000..bc6059d --- /dev/null +++ b/hml-lau-kategorio.md @@ -0,0 +1,13 @@ +--- + +title: HML laŭ kategorio + +layout: page + +lang: eo + +ref: til-by-category + +--- + +{% include categories.html kind="til" %} diff --git a/kategorioj.md b/kategorioj.md deleted file mode 100644 index e42a46f..0000000 --- a/kategorioj.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - -title: Artikoloj laŭ kategorio - -layout: page - -lang: eo - -ref: categories - ---- - -{% include categories.html kind="articles" %} diff --git a/locale/eo/LC_MESSAGES/about.po b/locale/eo/LC_MESSAGES/about.po index b335c25..f68c874 100644 --- a/locale/eo/LC_MESSAGES/about.po +++ b/locale/eo/LC_MESSAGES/about.po @@ -30,12 +30,6 @@ msgstr "" "Ĉi tiu estas mia persona retejo, kie mi verkas artikolojn, publikas " "programojn kaj aliajn rilatajn laborojn." -msgid "Other things" -msgstr "Aliaj" - -msgid "[Articles by category]({% link categories.en.md %})." -msgstr "[Artikoloj laŭ kategorio]({% link kategorioj.md %})." - msgid "layout: page" msgstr "layout: page" @@ -48,5 +42,11 @@ msgstr "lang: eo" msgid "ref: about" msgstr "ref: about" +#~ msgid "Other things" +#~ msgstr "Aliaj" + +#~ msgid "[Articles by category]({% link categories.en.md %})." +#~ msgstr "[Artikoloj laŭ kategorio]({% link kategorioj.md %})." + #~ msgid "[Pastebins listing]({% link pastebins.en.md %})." #~ msgstr "[Listo de *pastebins*]({% link pastebins.eo.md %})." diff --git a/locale/eo/LC_MESSAGES/articles-by-category.po b/locale/eo/LC_MESSAGES/articles-by-category.po new file mode 100644 index 0000000..f290f90 --- /dev/null +++ b/locale/eo/LC_MESSAGES/articles-by-category.po @@ -0,0 +1,31 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "title: Articles by category" +msgstr "title: Artikoloj laŭ kategorio" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: eo" + +msgid "{% include categories.html kind=\"articles\" %}" +msgstr "{% include categories.html kind=\"articles\" %}" + +msgid "ref: articles-by-category" +msgstr "ref: articles-by-category" + +#~ msgid "ref: articles-by-categories" +#~ msgstr "ref: articles-by-categories" diff --git a/locale/eo/LC_MESSAGES/pastebins-by-category.po b/locale/eo/LC_MESSAGES/pastebins-by-category.po new file mode 100644 index 0000000..c5ab9ed --- /dev/null +++ b/locale/eo/LC_MESSAGES/pastebins-by-category.po @@ -0,0 +1,31 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: eo" + +msgid "ref: pastebins-by-category" +msgstr "ref: pastebins-by-category" + +msgid "{% include categories.html kind=\"pastebins\" %}" +msgstr "{% include categories.html kind=\"pastebins\" %}" + +msgid "title: Pastebins by category" +msgstr "title: Pastebins laŭ kategorio" + +#~ msgid "title: Articles by category" +#~ msgstr "title: Artikoloj laŭ kategorio" diff --git a/locale/eo/LC_MESSAGES/slides-by-category.po b/locale/eo/LC_MESSAGES/slides-by-category.po new file mode 100644 index 0000000..d817ffd --- /dev/null +++ b/locale/eo/LC_MESSAGES/slides-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: eo" + +msgid "ref: slides-by-category" +msgstr "ref: slides-by-category" + +msgid "{% include categories.html kind=\"slides\" %}" +msgstr "{% include categories.html kind=\"slides\" %}" + +msgid "title: Slides by category" +msgstr "title: Lumbildoj laŭ kategorio" diff --git a/locale/eo/LC_MESSAGES/til-by-category.po b/locale/eo/LC_MESSAGES/til-by-category.po new file mode 100644 index 0000000..8bb1eea --- /dev/null +++ b/locale/eo/LC_MESSAGES/til-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: eo" + +msgid "ref: til-by-category" +msgstr "ref: til-by-category" + +msgid "{% include categories.html kind=\"til\" %}" +msgstr "{% include categories.html kind=\"til\" %}" + +msgid "title: TIL by category" +msgstr "title: HML laŭ kategorio" diff --git a/locale/fr/LC_MESSAGES/about.po b/locale/fr/LC_MESSAGES/about.po index 7a83f5e..115bdf8 100644 --- a/locale/fr/LC_MESSAGES/about.po +++ b/locale/fr/LC_MESSAGES/about.po @@ -31,12 +31,6 @@ msgstr "" "Ceci est mon site personnel où j'écris des articles, publie des logicielles " "et d'autres travaux connexes." -msgid "Other things" -msgstr "Autres" - -msgid "[Articles by category]({% link categories.en.md %})." -msgstr "[Articles par catégorie]({% link categories.fr.md %})." - msgid "layout: page" msgstr "layout: page" @@ -49,5 +43,11 @@ msgstr "lang: fr" msgid "ref: about" msgstr "ref: about" +#~ msgid "Other things" +#~ msgstr "Autres" + +#~ msgid "[Articles by category]({% link categories.en.md %})." +#~ msgstr "[Articles par catégorie]({% link categories.fr.md %})." + #~ msgid "[Pastebins listing]({% link pastebins.en.md %})." #~ msgstr "[Liste de pastebins]({% link pastebins.fr.md %})." diff --git a/locale/fr/LC_MESSAGES/articles-by-category.po b/locale/fr/LC_MESSAGES/articles-by-category.po new file mode 100644 index 0000000..8b064a1 --- /dev/null +++ b/locale/fr/LC_MESSAGES/articles-by-category.po @@ -0,0 +1,31 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "title: Articles by category" +msgstr "title: Articles par catégorie" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "{% include categories.html kind=\"articles\" %}" +msgstr "{% include categories.html kind=\"articles\" %}" + +msgid "ref: articles-by-category" +msgstr "ref: articles-by-category" + +#~ msgid "ref: articles-by-categories" +#~ msgstr "ref: articles-by-categories" diff --git a/locale/fr/LC_MESSAGES/pastebins-by-category.po b/locale/fr/LC_MESSAGES/pastebins-by-category.po new file mode 100644 index 0000000..c08042e --- /dev/null +++ b/locale/fr/LC_MESSAGES/pastebins-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "ref: pastebins-by-category" +msgstr "ref: pastebins-by-category" + +msgid "{% include categories.html kind=\"pastebins\" %}" +msgstr "{% include categories.html kind=\"pastebins\" %}" + +msgid "title: Pastebins by category" +msgstr "title: Pastebins par catégorie" diff --git a/locale/fr/LC_MESSAGES/slides-by-category.po b/locale/fr/LC_MESSAGES/slides-by-category.po new file mode 100644 index 0000000..4da7adf --- /dev/null +++ b/locale/fr/LC_MESSAGES/slides-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "ref: slides-by-category" +msgstr "ref: slides-by-category" + +msgid "{% include categories.html kind=\"slides\" %}" +msgstr "{% include categories.html kind=\"slides\" %}" + +msgid "title: Slides by category" +msgstr "title: Diapositives par catégorie" diff --git a/locale/fr/LC_MESSAGES/til-by-category.po b/locale/fr/LC_MESSAGES/til-by-category.po new file mode 100644 index 0000000..837ce32 --- /dev/null +++ b/locale/fr/LC_MESSAGES/til-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "ref: til-by-category" +msgstr "ref: til-by-category" + +msgid "{% include categories.html kind=\"til\" %}" +msgstr "{% include categories.html kind=\"til\" %}" + +msgid "title: TIL by category" +msgstr "title: AJA par catégorie" diff --git a/locale/pt/LC_MESSAGES/about.po b/locale/pt/LC_MESSAGES/about.po index ccc2040..654481c 100644 --- a/locale/pt/LC_MESSAGES/about.po +++ b/locale/pt/LC_MESSAGES/about.po @@ -31,12 +31,6 @@ msgstr "" "Esse é o meu site pessoal onde eu escrevo artigos, público software e outros" " trabalhos relacionados." -msgid "Other things" -msgstr "Outras coisas" - -msgid "[Articles by category]({% link categories.en.md %})." -msgstr "[Artigos por categoria]({% link categorias.md %})." - msgid "layout: page" msgstr "layout: page" @@ -49,6 +43,12 @@ msgstr "lang: pt" msgid "ref: about" msgstr "ref: about" +#~ msgid "Other things" +#~ msgstr "Outras coisas" + +#~ msgid "[Articles by category]({% link categories.en.md %})." +#~ msgstr "[Artigos por categoria]({% link categorias.md %})." + #~ msgid "[Pastebins listing]({% link pastebins.en.md %})." #~ msgstr "[Lista de pastebins]({% link pastebins.pt.md %})." diff --git a/locale/pt/LC_MESSAGES/articles-by-category.po b/locale/pt/LC_MESSAGES/articles-by-category.po new file mode 100644 index 0000000..cd1c585 --- /dev/null +++ b/locale/pt/LC_MESSAGES/articles-by-category.po @@ -0,0 +1,31 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "title: Articles by category" +msgstr "title: Artigos por categoria" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: pt" + +msgid "{% include categories.html kind=\"articles\" %}" +msgstr "{% include categories.html kind=\"articles\" %}" + +msgid "ref: articles-by-category" +msgstr "ref: articles-by-category" + +#~ msgid "ref: articles-by-categories" +#~ msgstr "ref: articles-by-categories" diff --git a/locale/pt/LC_MESSAGES/pastebins-by-category.po b/locale/pt/LC_MESSAGES/pastebins-by-category.po new file mode 100644 index 0000000..495e5e6 --- /dev/null +++ b/locale/pt/LC_MESSAGES/pastebins-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: pt" + +msgid "ref: pastebins-by-category" +msgstr "ref: pastebins-by-category" + +msgid "{% include categories.html kind=\"pastebins\" %}" +msgstr "{% include categories.html kind=\"pastebins\" %}" + +msgid "title: Pastebins by category" +msgstr "title: Pastebins por categoria" diff --git a/locale/pt/LC_MESSAGES/slides-by-category.po b/locale/pt/LC_MESSAGES/slides-by-category.po new file mode 100644 index 0000000..e5ff03b --- /dev/null +++ b/locale/pt/LC_MESSAGES/slides-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: pt" + +msgid "ref: slides-by-category" +msgstr "ref: slides-by-category" + +msgid "{% include categories.html kind=\"slides\" %}" +msgstr "{% include categories.html kind=\"slides\" %}" + +msgid "title: Slides by category" +msgstr "title: Eslaides por categoria" diff --git a/locale/pt/LC_MESSAGES/til-by-category.po b/locale/pt/LC_MESSAGES/til-by-category.po new file mode 100644 index 0000000..021e934 --- /dev/null +++ b/locale/pt/LC_MESSAGES/til-by-category.po @@ -0,0 +1,28 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: pt" + +msgid "ref: til-by-category" +msgstr "ref: til-by-category" + +msgid "{% include categories.html kind=\"til\" %}" +msgstr "{% include categories.html kind=\"til\" %}" + +msgid "title: TIL by category" +msgstr "title: HEA por categoria" diff --git a/lumbildoj-lau-kategorio.md b/lumbildoj-lau-kategorio.md new file mode 100644 index 0000000..e466554 --- /dev/null +++ b/lumbildoj-lau-kategorio.md @@ -0,0 +1,13 @@ +--- + +title: Lumbildoj laŭ kategorio + +layout: page + +lang: eo + +ref: slides-by-category + +--- + +{% include categories.html kind="slides" %} diff --git a/pastebins-by-category.md b/pastebins-by-category.md new file mode 100644 index 0000000..a425bd9 --- /dev/null +++ b/pastebins-by-category.md @@ -0,0 +1,13 @@ +--- + +title: Pastebins by category + +layout: page + +lang: en + +ref: pastebins-by-category + +--- + +{% include categories.html kind="pastebins" %} diff --git a/pastebins-lau-kategorio.md b/pastebins-lau-kategorio.md new file mode 100644 index 0000000..ef13508 --- /dev/null +++ b/pastebins-lau-kategorio.md @@ -0,0 +1,13 @@ +--- + +title: Pastebins laŭ kategorio + +layout: page + +lang: eo + +ref: pastebins-by-category + +--- + +{% include categories.html kind="pastebins" %} diff --git a/pastebins-par-categorie.md b/pastebins-par-categorie.md new file mode 100644 index 0000000..97c0b11 --- /dev/null +++ b/pastebins-par-categorie.md @@ -0,0 +1,13 @@ +--- + +title: Pastebins par catégorie + +layout: page + +lang: fr + +ref: pastebins-by-category + +--- + +{% include categories.html kind="pastebins" %} diff --git a/pastebins-por-categoria.md b/pastebins-por-categoria.md new file mode 100644 index 0000000..acd5bba --- /dev/null +++ b/pastebins-por-categoria.md @@ -0,0 +1,13 @@ +--- + +title: Pastebins por categoria + +layout: page + +lang: pt + +ref: pastebins-by-category + +--- + +{% include categories.html kind="pastebins" %} diff --git a/pri.md b/pri.md index 821ce1e..79135e2 100644 --- a/pri.md +++ b/pri.md @@ -17,7 +17,3 @@ inbox@lists.sr.ht) ([arkivo](https://lists.sr.ht/~euandreh/public-inbox)). Ĉi tiu estas mia persona retejo, kie mi verkas artikolojn, publikas programojn kaj aliajn rilatajn laborojn. - -## Aliaj - -[Artikoloj laŭ kategorio]({% link kategorioj.md %}). diff --git a/slides-by-category.md b/slides-by-category.md new file mode 100644 index 0000000..e950b10 --- /dev/null +++ b/slides-by-category.md @@ -0,0 +1,13 @@ +--- + +title: Slides by category + +layout: page + +lang: en + +ref: slides-by-category + +--- + +{% include categories.html kind="slides" %} diff --git a/sobre.md b/sobre.md index e899995..fb831a7 100644 --- a/sobre.md +++ b/sobre.md @@ -17,7 +17,3 @@ inbox@lists.sr.ht) ([arquivo](https://lists.sr.ht/~euandreh/public-inbox)). Esse é o meu site pessoal onde eu escrevo artigos, público software e outros trabalhos relacionados. - -## Outras coisas - -[Artigos por categoria]({% link categorias.md %}). diff --git a/til-by-category.md b/til-by-category.md new file mode 100644 index 0000000..6ea8ba7 --- /dev/null +++ b/til-by-category.md @@ -0,0 +1,13 @@ +--- + +title: TIL by category + +layout: page + +lang: en + +ref: til-by-category + +--- + +{% include categories.html kind="til" %} -- cgit v1.2.3