diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-18 21:38:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-18 21:38:21 +0300 |
| commit | b522ff9a59593889d3143cffe604febdaca804aa (patch) | |
| tree | 0f187fc04fb9e0d9691d4553aa229da30310af63 /lib/atomfeed.source.sh | |
| parent | da57388a774af0e16028efaf2196f12606d3db55 (diff) | |
idea
Diffstat (limited to 'lib/atomfeed.source.sh')
| -rw-r--r-- | lib/atomfeed.source.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/atomfeed.source.sh b/lib/atomfeed.source.sh index 9392e95..4b598a7 100644 --- a/lib/atomfeed.source.sh +++ b/lib/atomfeed.source.sh @@ -1,3 +1,5 @@ +# TODO: Idea, could also cache .html and .md files, so they don't need to be re-generated +# every time! So the caching can be more generic. atomfeed::_from_cache () { local -r gmi_file_path="$1"; shift local -r cache_file_path="$1"; shift |
