From b9fd35d5d9f4c6021d8f444a1dfbe635941a51af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 23 Jul 2023 21:57:18 +0300 Subject: Update content for gemtext --- gemfeed/atom.xml.tmp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gemfeed/atom.xml.tmp') diff --git a/gemfeed/atom.xml.tmp b/gemfeed/atom.xml.tmp index d8cf7b8a..7e3690f3 100644 --- a/gemfeed/atom.xml.tmp +++ b/gemfeed/atom.xml.tmp @@ -1,6 +1,6 @@ - 2023-07-23T21:54:28+03:00 + 2023-07-23T21:57:09+03:00 foo.zone feed To be in the .zone! @@ -88,23 +88,23 @@ http://www.gnu.org/software/src-highlite -->

HTML Mastodon verification support



-The following link explains how URL verification works in Mastadon:
+The following link explains how URL verification works in Mastodon:

https://joinmastodon.org/verification

-So we have to hyperlink to the Mastadon profile to be verified and also to include a rel='me' into the tag. In order to do that add this to the gemtexter.conf (replace the URI to your Mastadon profile accordingly):
+So we have to hyperlink to the Mastodon profile to be verified and also to include a rel='me' into the tag. In order to do that add this to the gemtexter.conf (replace the URI to your Mastodon profile accordingly):

-
declare -xr MASTADON_URI='https://fosstodon.org/@snonux'
+
declare -xr MASTODON_URI='https://fosstodon.org/@snonux'
 

and add the following into your index.gmi:

-=> https://fosstodon.org/@snonux Me at Mastaton
+=> https://fosstodon.org/@snonux Me at Mastodon
 

The resulting line in the HTML output will be something as follows:
@@ -113,7 +113,7 @@ http://www.gnu.org/software/src-highlite --> by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -
<a href='https://fosstodon.org/@snonux' rel='me'>Me at mastadon</a>
+
<a href='https://fosstodon.org/@snonux' rel='me'>Me at Mastodon</a>
 

More


-- cgit v1.2.3