diff options
author | Andinus <andinus@nand.sh> | 2020-11-24 15:42:51 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-24 15:42:51 +0530 |
commit | 217afcaf15f70a9c223333356867ec70728a62de (patch) | |
tree | 27da421c9e8e09dd8f28560b4fb643b6a5246553 | |
parent | ac04e42afd57ab34e29a2fb19017773c21793541 (diff) | |
download | draco-217afcaf15f70a9c223333356867ec70728a62de.tar.gz |
Bump version to v0.2.2 v0.2.2
-rw-r--r-- | draco.1 | 7 | ||||
-rwxr-xr-x | 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] <url>\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; }, |