hey guess what i figured out some unix 101 stuff about how to redirect input and output, and used HEREDOC with ed to inline my edits and transformations to index.md to create the rss feeds for episodes and journal entries!
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
<item>
|
|
<title>{{title}}</title>
|
|
<link>http://tilde.town/~dozens/clericthief/journal.html</link>
|
|
<guid isPermaLink="false">{{time}} {{title}}</guid>
|
|
<pubDate>syscmd(`gdate -d {{time}}')</pubDate>
|
|
<description>
|
|
<![CDATA[
|
|
changequote(<!,!>)dnl Or else `code blocks` confuse m4
|
|
{{note}}
|
|
changequote`'dnl change quotes `back to default'
|
|
]]>
|
|
</description>
|
|
</item>
|