summaryrefslogtreecommitdiff
path: root/packages/atomfeed.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-17 21:23:06 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-17 21:23:06 +0100
commit3ef6d46bf8f86dcb2bb40abcb61f8f31847cc419 (patch)
tree32486be56458a21b500c97e657d5d19c1059c39a /packages/atomfeed.source.sh
parent944b6b1e820542406ccc3fc19808c624a033c608 (diff)
reword comments
Diffstat (limited to 'packages/atomfeed.source.sh')
-rw-r--r--packages/atomfeed.source.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/atomfeed.source.sh b/packages/atomfeed.source.sh
index 3a3e1e73..6d5a8f47 100644
--- a/packages/atomfeed.source.sh
+++ b/packages/atomfeed.source.sh
@@ -1,4 +1,4 @@
-# Retrieves meta data of a given blog post. Generate new meta info if not yet exists.
+# Retrieve meta data of a given blog post. Generate new meta info if not yet exists.
atomfeed::meta () {
local -r gmi_file_path="$1"; shift
local -r meta_file=$($SED 's|gemtext|meta|; s|.gmi$|.meta|;' <<< "$gmi_file_path")
@@ -37,7 +37,7 @@ META
test $is_draft == yes && rm "$meta_file"
}
-# Retrieves the core content as XHTML of the blog post, to include to the feed.
+# Retrieve the core content as XHTML of the blog post.
atomfeed::content () {
local -r gmi_file_path="$1"; shift
log VERBOSE "Retrieving feed content from $gmi_file_path"