From 6ffa05dd88a81b862ae69fbc422ddb0785f58a2b Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 29 Aug 2020 23:26:58 +0530 Subject: Add links to README --- README | 4 ++++ pyxis.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index f946bed..0bb88c1 100644 --- a/README +++ b/README @@ -10,6 +10,10 @@ Pyxis is a simple twtxt client. [twtxt] is a decentralised, minimalist microblogging service for hackers. +• Website: [https://andinus.nand.sh/pyxis] +• Source: [https://git.tilde.institute/andinus/pyxis] +• Mirror: [https://github.com/andinus/pyxis] + [twtxt] https://github.com/buckket/twtxt diff --git a/pyxis.pl b/pyxis.pl index a0e4cba..3077281 100755 --- a/pyxis.pl +++ b/pyxis.pl @@ -65,7 +65,7 @@ my %dispatch = ( }, timeline => sub { my %twtxt; - for my $feed (path($feeds_dir)->children) { + foreach my $feed (path($feeds_dir)->children) { for my $line ($feed->lines) { chomp $line; next if (substr($line, 0, 1) eq "#" -- cgit 1.4.1-2-gfad0