Browse Source

Updated my Mastodon address

pezcurrel 1 month ago
parent
commit
6820be5f61
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      index.php

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ You can also use it without connecting it to your account, but after splitting y
 
 
 Verbose doesn’t save anywhere what you write or paste into it, it doesn’t use third parties’ cookies, it sets some cookies of its own only if you choose to connect it to your account, and it can be used even without Javascript.
 Verbose doesn’t save anywhere what you write or paste into it, it doesn’t use third parties’ cookies, it sets some cookies of its own only if you choose to connect it to your account, and it can be used even without Javascript.
 
 
-If you find issues please let me know [here](https://git.lattuga.net/jones/verbose/issues), or using the e-mail address you can find in my profile page, or directly contacting [me on Mastodon](https://puntarella.party/@j0nes).
+If you find issues please let me know [here](https://git.lattuga.net/jones/verbose/issues), or using the e-mail address you can find in my profile page, or directly contacting [me on Mastodon](https://kolektiva.social/@jones_).
 
 
 ## Setting up Verbose on a webserver
 ## Setting up Verbose on a webserver
 
 

+ 1 - 1
index.php

@@ -317,7 +317,7 @@ $headmsgs='';
 
 
 $intro="<div class=\"normtext\"><p class=\"firstp\">Hello, this is a {$sname} instance, it can split your long post considering <a href=\"https://docs.joinmastodon.org/user/posting/#text\">Mastodon rules</a>: every http(s) link counts for 23 characters and every mention counts only for its username part. Each split post comes with “…” signs where it makes sense and with a counter in “[n/t]” form, where “n” is current post number and “t” is total posts number.</p>
 $intro="<div class=\"normtext\"><p class=\"firstp\">Hello, this is a {$sname} instance, it can split your long post considering <a href=\"https://docs.joinmastodon.org/user/posting/#text\">Mastodon rules</a>: every http(s) link counts for 23 characters and every mention counts only for its username part. Each split post comes with “…” signs where it makes sense and with a counter in “[n/t]” form, where “n” is current post number and “t” is total posts number.</p>
 <p>{$sname} doesn’t save anywhere what you write or paste into it, it doesn’t use third parties’ cookies, it sets some cookies of its own only if you choose to connect it to your account, and it can be used even without Javascript.</p>
 <p>{$sname} doesn’t save anywhere what you write or paste into it, it doesn’t use third parties’ cookies, it sets some cookies of its own only if you choose to connect it to your account, and it can be used even without Javascript.</p>
-<p>If you find issues please report them to <a href=\"https://puntarella.party/@j0nes\">me on Mastodon</a>, or <a href=\"https://git.lattuga.net/jones/verbose/issues\">here</a>.</p></div>\n";
+<p>If you find issues please report them to <a href=\"https://kolektiva.social/@jones_\">me on Mastodon</a>, or <a href=\"https://git.lattuga.net/jones/verbose/issues\">here</a>.</p></div>\n";
 
 
 $postmsgs='';
 $postmsgs='';
 $postsoffset=0;
 $postsoffset=0;