summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-01-13 02:24:26 -0500
committerjake <jake@jakes-mail.top>2022-01-13 02:24:26 -0500
commit872d9c323dead343dbee22d4a3e228d924c6be50 (patch)
tree7323278acf2d84d596969078c20a52a915572250
parent83f7b1dc2f27acced24cb99963b985c0b05d3f09 (diff)
More comments for future me
-rwxr-xr-xgmi.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/gmi.pl b/gmi.pl
index 3012dda..6affa9b 100755
--- a/gmi.pl
+++ b/gmi.pl
@@ -9,9 +9,13 @@ use bytes;
use feature qw(refaliasing);
no warnings qw(experimental::refaliasing);
-our $VERSION = 'v0.0.9';
+our $VERSION = 'v0.0.10';
-#TODO: back() only works once; should fix this
+#TODO:
+# back() only works once; should fix this
+# nav() should add current_url's root before links that don't
+# have a scheme since that implies the author is linking
+# to himself eg: '=> /data/stuff.gmi'
# Modules
use IO::Socket::SSL; # CPAN