diff options
author | joe <rbo@gmx.us> | 2025-10-06 23:02:39 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-06 23:02:39 +0200 |
commit | 11fcfb4afa57bfd44f7ef743c52de57f28e41740 (patch) | |
tree | d723083f3d7b053bdcd3a4c0436e29921b142af7 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-11fcfb4afa57bfd44f7ef743c52de57f28e41740.tar.gz dotfiles-bsd-11fcfb4afa57bfd44f7ef743c52de57f28e41740.tar.bz2 dotfiles-bsd-11fcfb4afa57bfd44f7ef743c52de57f28e41740.tar.xz dotfiles-bsd-11fcfb4afa57bfd44f7ef743c52de57f28e41740.tar.zst dotfiles-bsd-11fcfb4afa57bfd44f7ef743c52de57f28e41740.zip |
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/idea | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/.local/bin/idea b/.local/bin/idea index 7f92e23..91f8244 100755 --- a/.local/bin/idea +++ b/.local/bin/idea @@ -22,17 +22,13 @@ html_fmt='\t\t\t\t<h3>'"${title}"'</h3>\ \t\t\t\t</p>\ ' rss_fmt='\\t<item>\ -\t <title>'"${title}"'</title>\ -\t <pubDate>'"${date} $(date '+%Z')"'</pubDate>\ -\t <link>http://jozan.org/thoughts.html</link>\ -\t <guid isPermalink="false">'"$(uuidgen)"'</guid>\ -\t <description>\ -\t\t<![CDATA[\ -\t\t\t\t<p>\ -'"${thought}"' -\t\t\t\t</p>\ -\t\t]]>\ -\t </description>\ +\t\t<title>'"${title}"'</title>\ +\t\t<pubDate>'"${date} $(date '+%Z')"'</pubDate>\ +\t\t<author>joe</author> +\t\t<guid isPermalink="false">'"$(uuidgen)"'</guid>\ +\t\t<description>\ +\t\t\t'"${thought}"' +\t\t</description>\ \t</item> ' |