aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 23:00:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 23:00:48 +0200
commite991d468ea3ccc944b5e15743e1e8ce5c1728609 (patch)
tree0c0260fa97801679fa7320c3f0cc8ce626b054b2 /static
parentec2f5492af15b2eb68a3bcb5d0f375d99fa87c21 (diff)
downloadmitjafelicijan.com-e991d468ea3ccc944b5e15743e1e8ce5c1728609.tar.gz
Added Microblog RSS link to the main site
Diffstat (limited to 'static')
-rw-r--r--static/yap/feed.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/yap/feed.xml b/static/yap/feed.xml
index 2dec39c..e07a94f 100644
--- a/static/yap/feed.xml
+++ b/static/yap/feed.xml
@@ -15,6 +15,11 @@
15 <!-- October, 2022 --> 15 <!-- October, 2022 -->
16 16
17 <item> 17 <item>
18 <title>Managing all the requirements for Gtk4 development looked more and more like a huge pain, so I moved to Gnome Builder for development of desktop apps. Builder is really impressive piece of software! 👀</title>
19 <pubDate>Sat, 08 Oct 2022 22:53:08 +02:00</pubDate>
20 </item>
21
22 <item>
18 <title>Gtk4 is really missing some quality Python documentation! All that you can find is examples for Gtk3, and it is not really completely compatible with v4. This makes working with it extremely frustrating. 😠</title> 23 <title>Gtk4 is really missing some quality Python documentation! All that you can find is examples for Gtk3, and it is not really completely compatible with v4. This makes working with it extremely frustrating. 😠</title>
19 <pubDate>Sat, 08 Oct 2022 02:42:52 +02:00</pubDate> 24 <pubDate>Sat, 08 Oct 2022 02:42:52 +02:00</pubDate>
20 </item> 25 </item>