diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-07 20:28:56 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-07 20:28:56 +0300 |
commit | b1400c5dd10713b4b11e4918dcccb75bebf7dba9 (patch) | |
tree | 636c08af332654a9cc8d8dab4b861dec78a76e9e /feed.rss | |
parent | 6e4c3357ea19d94c3df53ae7c26edad3031cd57b (diff) |
Rebuild tags
Diffstat (limited to 'feed.rss')
-rw-r--r-- | feed.rss | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -2,10 +2,24 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>Блог самохостера Lotigara</title><link>https://www.lotigara.ru/blog/index.html</link> <description>Заметки какого-то школьника на тему ИТ</description><language>en</language> -<lastBuildDate>Fri, 30 May 2025 23:12:27 +0300</lastBuildDate> -<pubDate>Fri, 30 May 2025 23:12:27 +0300</pubDate> +<lastBuildDate>Sat, 07 Jun 2025 20:28:55 +0300</lastBuildDate> +<pubDate>Sat, 07 Jun 2025 20:28:55 +0300</pubDate> <atom:link href="https://www.lotigara.ru/blog/feed.rss" rel="self" type="application/rss+xml" /> <item><title> +Download mods for a Steam game from the Steam Workshop +</title><description><![CDATA[ + +<pre alt="sh"> +steamcmd "+login $USERID" $(for i in $MODLIST; do echo "+download_item $APPID $i"; done) +</pre> + +<p>Метки: <a href='tag_sh.html'>sh</a>, <a href='tag_steam.html'>steam</a></p> +<!-- text end --> +]]></description><link>https://www.lotigara.ru/blog/download-mods-for-a-steam-game-from-the-steam-workshop.html</link> +<guid>https://www.lotigara.ru/blog/./download-mods-for-a-steam-game-from-the-steam-workshop.html</guid> +<dc:creator>Ivan Davydov</dc:creator> +<pubDate>Sat, 07 Jun 2025 20:28:51 +0300</pubDate></item> +<item><title> Pubnix - Установка Prosody с PAM-авторизацией </title><description><![CDATA[ |