From 87a6f46e5672f98020c9258d0ea8e3c77538abed Mon Sep 17 00:00:00 2001 From: roughnecks Date: Tue, 4 Jun 2024 05:21:00 +0200 Subject: [PATCH 1/3] favicon 16x16 --- conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index afa9dff..a78b1f2 100644 --- a/conf.py +++ b/conf.py @@ -936,10 +936,9 @@ IMAGE_FOLDERS = {'images': 'images'} # FAVICONS contains (name, file, size) tuples. # Used to create favicon link like this: # -# FAVICONS = ( -# ("icon", "/favicon.ico", "16x16"), -# ("icon", "/icon_128x128.png", "128x128"), -# ) +FAVICONS = ( + ("icon", "/images/favicon.ico", "16x16"), +) # Show teasers (instead of full posts) in indexes? Defaults to False. # INDEX_TEASERS = False -- 2.45.2 From 8fa16b695dd07462a251c60c18313487e977fed1 Mon Sep 17 00:00:00 2001 From: roughnecks Date: Tue, 4 Jun 2024 05:23:04 +0200 Subject: [PATCH 2/3] Uploaded favicon.ico --- images/favicon.ico | Bin 0 -> 1150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/favicon.ico diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..061f6e2a2caa39821d64bad5d511d519af9ee290 GIT binary patch literal 1150 zcmZQzU<5(|0R|wcz>vYhz#zuJz@P!dKp~(AL>x#BYQP$C-ICQ|-exx6y&a6v4_G*T zc4o3#^zLD`?A^lwWOGGaux7RB*#p9CZfoW;GBU#b17fq-%{mDb_|GKi`ky1}h6|VD zygm>ggh6cH(31f$K8s1~6=eNDaRyemb(BOv4_#332iBI=GN9eg2c8`tSF#T+{)3*WH zZ~*cNo8Q4iHjfQuY_6;3GwYTA1PX!O&SE*?4O{eGK^E&N4`5>KKD!!#Y&Zb>-?a4# zPynn4Ml)+<{9_Bf5XlyDHk(Pp2`tB~p7x(5`kp>qGmwFNWA?gvbcCda9_qBcOR=um)9cC|N4?J4H8huX;Xm=8eapM=5UKWFz zAFR=L^-wfJIY2jQ0kJWA^le8@zx@@gc5^N<$@szj!>pG259p6nMixN~?I8EFTJ~IF z60`o##IFU{1GiVd{1;pB=?ua6ix_%A0ucYVV1}PU*nd{1rKeaUZ<{f4sbJL$)6eF# z_&BR!^#@jyrsu3y6VI}{ubaXeb<0sW?h+!Q;xqv$5%my^1!J$_Q$=;T|G>}!;RDP# WFgs8jg!zG39*FIMxE`Vhqz?c#bjUCO literal 0 HcmV?d00001 -- 2.45.2 From 78089a52f0eeb84037dea0a4d2c8700876056c7a Mon Sep 17 00:00:00 2001 From: "Schimon Jehudah, Adv." Date: Tue, 4 Jun 2024 12:59:08 +0300 Subject: [PATCH 3/3] Add a link to Profanity chat client --- posts/slixfeed-syndication-news-bot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/slixfeed-syndication-news-bot.rst b/posts/slixfeed-syndication-news-bot.rst index f35b0c6..a780347 100644 --- a/posts/slixfeed-syndication-news-bot.rst +++ b/posts/slixfeed-syndication-news-bot.rst @@ -52,7 +52,7 @@ The additional interface which makes use of `Data Forms `_ and `monocles chat `_; both are available free of charge on the `F-Droid `_ software repository. -Other XMPP clients which support the visual interface are `Converse `_, `Gajim `_, `Movim `_, `Poezio `_, `Psi `_ and `Psi+ `_. +Other XMPP clients which support the visual interface are `Converse `_, `Gajim `_, `Movim `_, `Poezio `_, `Profanity `_, `Psi `_ and `Psi+ `_. Preview ======= -- 2.45.2