tweaks to author

This commit is contained in:
Never Gude 2026-02-12 02:03:08 +01:00
parent 5721fe56ac
commit 6218c3b0af
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@
<atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/> <atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/>
<item> <item>
<title>Using rsync on Android to syncronise my Music library</title> <title>Using rsync on Android to syncronise my Music library</title>
<author>n.gude@posteo.de</author> <author>n.gude@posteo.de (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html</link> <link>https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html</link>
<description>As Spotify is getting enshittified by capitalism, keeping a <description>As Spotify is getting enshittified by capitalism, keeping a
music library is kind of essential. Here I use rsync to syncronise my music library is kind of essential. Here I use rsync to syncronise my
@ -23,7 +23,7 @@ library with my Android smartphone.</description>
</item> </item>
<item> <item>
<title>Latex Endeavors</title> <title>Latex Endeavors</title>
<author>n.gude@posteo.de</author> <author>n.gude@posteo.de (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html</link> <link>https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html</link>
<description>Latex undoubtedly has some quirks. Some of them have a <description>Latex undoubtedly has some quirks. Some of them have a
rather unintuitive solution. In this article I cover some quirks and rather unintuitive solution. In this article I cover some quirks and
@ -33,7 +33,7 @@ solutions I have encountered.</description>
</item> </item>
<item> <item>
<title>Random linux utilities</title> <title>Random linux utilities</title>
<author>n.gude@posteo.de</author> <author>n.gude@posteo.de (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html</link> <link>https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html</link>
<description>Tricks and tools I learned about, while tweaking my Linux <description>Tricks and tools I learned about, while tweaking my Linux
sytem or trying to do productive things.</description> sytem or trying to do productive things.</description>

View file

@ -34,7 +34,7 @@ $if(articles.title)$
<title>$articles.title$</title> <title>$articles.title$</title>
$endif$ $endif$
$if(articles.email)$ $if(articles.email)$
<author>$articles.email$</author> <author>$articles.email$ $if(articles.author)$($articles.author$)$endif$</author>
$endif$ $endif$
$if(articles.filename)$ $if(articles.filename)$
<link>$link$/$articles.filename$.html</link> <link>$link$/$articles.filename$.html</link>

View file

@ -13,7 +13,7 @@
<atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/> <atom:link href="https://www.rssboard.org/files/sample-rss-2.xml" rel="self" type="application/rss+xml"/>
<item> <item>
<title>Using rsync on Android to syncronise my Music library</title> <title>Using rsync on Android to syncronise my Music library</title>
<author>n.gude@posteo.de</author> <author>n.gude@posteo.de (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html</link> <link>https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html</link>
<description>As Spotify is getting enshittified by capitalism, keeping a <description>As Spotify is getting enshittified by capitalism, keeping a
music library is kind of essential. Here I use rsync to syncronise my music library is kind of essential. Here I use rsync to syncronise my
@ -23,7 +23,7 @@ library with my Android smartphone.</description>
</item> </item>
<item> <item>
<title>Latex Endeavors</title> <title>Latex Endeavors</title>
<author>n.gude@posteo.de</author> <author>n.gude@posteo.de (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html</link> <link>https://nevereverever.de/eh/eh/eh/eh-eh/latex-endeavors.html</link>
<description>Latex undoubtedly has some quirks. Some of them have a <description>Latex undoubtedly has some quirks. Some of them have a
rather unintuitive solution. In this article I cover some quirks and rather unintuitive solution. In this article I cover some quirks and
@ -33,7 +33,7 @@ solutions I have encountered.</description>
</item> </item>
<item> <item>
<title>Random linux utilities</title> <title>Random linux utilities</title>
<author>n.gude@posteo.de</author> <author>n.gude@posteo.de (Never)</author>
<link>https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html</link> <link>https://nevereverever.de/eh/eh/eh/eh-eh/random-linux-utils.html</link>
<description>Tricks and tools I learned about, while tweaking my Linux <description>Tricks and tools I learned about, while tweaking my Linux
sytem or trying to do productive things.</description> sytem or trying to do productive things.</description>