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-21 05:11:05 +0100
commit6aee04354e443e2121bf6c558be227388a10e7b2 (patch)
treef3fe1faccbcc3fb1ecffcb8ba75d74379d25537a /packages/atomfeed.source.sh
parentf6deb276c7c5e7b3617d9ecd35193b43ae32ccbf (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 3a3e1e7..6d5a8f4 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"