update full_description.pl

This commit is contained in:
tateisu 2022-12-03 05:30:04 +09:00
parent 3c8e91b7ce
commit 31d9aea684
2 changed files with 6 additions and 4 deletions

View File

@ -13,14 +13,16 @@ my $text = <DATA>;
$text =~ s/[\x00-\x20]+/ /g;
$text =~ s/\A //;
$text =~ s/ \z//;
$text =~ s/> />/g;
$text =~ s/ </</g;
$text =~ s/\/(p|div)> /\/$1>/g;
$text =~ s/br> /br>/g;
$text =~ s/ <(p|br|div)/<$1/g;
open(my $fh,">:utf8",$file) or die "$file $!";
say $fh $text;
close($fh) or die "$file $!";
# apt-cyg install tidy libtidy5
# apt-cyg install tidy libtidy5
system qq(tidy -q -e $file);
__DATA__

View File

@ -1 +1 @@
<p>Mastodon client for Android 8.0 or later.</p><p>Also this app has partially support for Misskey. But it does not include function to use message, drive, reversi, widget.</p><p><b>Multiple accounts, Multiple columns</b></p><ul><li>You can swipe horizontally to switch columns and accounts.</li><li>You can add, remove, rearrange columns.</li><li>Column types: home, notification, local-TL, federate-TL, search, hash tags, conversation, profile, muted, blocked, follow requests, etc.</li></ul><p><b>Cross account action</b></p><ul><li>You can favorite/follow operation as a user different from bind to column.</li></ul><p><b>Other information</b></p><ul><li>source code is here.<a href="https://github.com/tateisu/SubwayTooter">https://github.com/tateisu/SubwayTooter</a></li><li>Some of the icons used in this app is based on the Icons8.<a href="https://icons8.com/license/">https://icons8.com/license/</a></li></ul>
<p>Mastodon client for Android 8.0 or later.</p><p>Also this app has partially support for Misskey. But it does not include function to use message, drive, reversi, widget.</p><p><b>Multiple accounts, Multiple columns</b></p><ul> <li>You can swipe horizontally to switch columns and accounts.</li> <li>You can add, remove, rearrange columns.</li> <li>Column types: home, notification, local-TL, federate-TL, search, hash tags, conversation, profile, muted, blocked, follow requests, etc.</li> </ul><p><b>Cross account action</b></p><ul> <li>You can favorite/follow operation as a user different from bind to column.</li> </ul><p><b>Other information</b></p><ul> <li>source code is here. <a href="https://github.com/tateisu/SubwayTooter">https://github.com/tateisu/SubwayTooter</a></li> <li>Some of the icons used in this app is based on the Icons8. <a href="https://icons8.com/license/">https://icons8.com/license/</a></li> </ul>