From 217afcaf15f70a9c223333356867ec70728a62de Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 24 Nov 2020 15:42:51 +0530 Subject: Bump version to v0.2.2 --- draco.1 | 7 ++----- draco.pl | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/draco.1 b/draco.1 index 0363e07..c0396de 100644 --- a/draco.1 +++ b/draco.1 @@ -38,11 +38,8 @@ interpret it as a new heading so we add a space before every new line. All text will be wrapped at 76 characters, including 2 spaces before every new line the maximum number of columns becomes 78. .Pp -The date of archive is saved under :PROPERTIES: of the post as -:ARCHIVE_DATE:. -.Pp -Total number of top level comments is saved under :PROPERTIES: of the -post as :TOTAL_TOP_LEVEL_COMMENTS:. +Check :PROPERTIES: section under Post & Comments. They include useful +information. .Sh WHY? I reference things from the web in my Journal & don't want those links to break so I save them locally. Previously I used to manually archive diff --git a/draco.pl b/draco.pl index 4a85384..cca6408 100755 --- a/draco.pl +++ b/draco.pl @@ -17,7 +17,7 @@ binmode(STDOUT, "encoding(UTF-8)"); die "usage: draco [-dhv] \n" unless scalar @ARGV; my $DEBUG; -my $VERSION = "v0.2.1"; +my $VERSION = "v0.2.2"; # Dispatch table to be parsed before url. my %dispatch = ( '-v' => sub { print "Draco $VERSION\n"; exit; }, -- cgit 1.4.1-2-gfad0