diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi | 10 | ||||
| -rw-r--r-- | gemfeed/atom.xml.tmp | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi index cc150c4a..3c800744 100644 --- a/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi +++ b/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.gmi @@ -65,26 +65,26 @@ Hack is open-source and freely available for use and modification under the MIT ## 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): ```bash -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: ```html -<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 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 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2023-07-23T21:54:28+03:00</updated> + <updated>2023-07-23T21:57:09+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -88,23 +88,23 @@ http://www.gnu.org/software/src-highlite --> <br /> <h2 style='display: inline'>HTML Mastodon verification support</h2><br /> <br /> -<span>The following link explains how URL verification works in Mastadon:</span><br /> +<span>The following link explains how URL verification works in Mastodon:</span><br /> <br /> <a class='textlink' href='https://joinmastodon.org/verification'>https://joinmastodon.org/verification</a><br /> <br /> -<span>So we have to hyperlink to the Mastadon profile to be verified and also to include a <span class='inlinecode'>rel='me'</span> into the tag. In order to do that add this to the <span class='inlinecode'>gemtexter.conf</span> (replace the URI to your Mastadon profile accordingly):</span><br /> +<span>So we have to hyperlink to the Mastodon profile to be verified and also to include a <span class='inlinecode'>rel='me'</span> into the tag. In order to do that add this to the <span class='inlinecode'>gemtexter.conf</span> (replace the URI to your Mastodon profile accordingly):</span><br /> <br /> <!-- Generator: GNU source-highlight 3.1.9 by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<pre><b><font color="#0000FF">declare</font></b> -xr <font color="#009900">MASTADON_URI</font><font color="#990000">=</font><font color="#FF0000">'https://fosstodon.org/@snonux'</font> +<pre><b><font color="#0000FF">declare</font></b> -xr <font color="#009900">MASTODON_URI</font><font color="#990000">=</font><font color="#FF0000">'https://fosstodon.org/@snonux'</font> </pre> <br /> <span>and add the following into your <span class='inlinecode'>index.gmi</span>:</span><br /> <br /> <pre> -=> https://fosstodon.org/@snonux Me at Mastaton +=> https://fosstodon.org/@snonux Me at Mastodon </pre> <br /> <span>The resulting line in the HTML output will be something as follows:</span><br /> @@ -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 --> -<pre><b><font color="#0000FF"><a</font></b> <font color="#009900">href</font><font color="#990000">=</font><font color="#FF0000">'https://fosstodon.org/@snonux'</font> <font color="#009900">rel</font><font color="#990000">=</font><font color="#FF0000">'me'</font><b><font color="#0000FF">></font></b>Me at mastadon<b><font color="#0000FF"></a></font></b> +<pre><b><font color="#0000FF"><a</font></b> <font color="#009900">href</font><font color="#990000">=</font><font color="#FF0000">'https://fosstodon.org/@snonux'</font> <font color="#009900">rel</font><font color="#990000">=</font><font color="#FF0000">'me'</font><b><font color="#0000FF">></font></b>Me at Mastodon<b><font color="#0000FF"></a></font></b> </pre> <br /> <h2 style='display: inline'>More</h2><br /> |
