diff options
author | pux <pux@raumdock.pux.dom> | 2023-01-07 14:17:56 +0100 |
---|---|---|
committer | pux <pux@raumdock.pux.dom> | 2023-01-07 14:17:56 +0100 |
commit | 6a0dd29d364844b24f1b6dc4beb2e20b5a634ac2 (patch) | |
tree | d84e36efce0fa74989c4b31978069dc8f81fcc54 /data/template_rss_header.xml | |
parent | 407572b5f49d89baad3dd0ef3d50b89a3b1ae451 (diff) | |
download | muckedout-6a0dd29d364844b24f1b6dc4beb2e20b5a634ac2.tar.gz muckedout-6a0dd29d364844b24f1b6dc4beb2e20b5a634ac2.tar.bz2 muckedout-6a0dd29d364844b24f1b6dc4beb2e20b5a634ac2.zip |
update from pub-docs
Diffstat (limited to 'data/template_rss_header.xml')
-rw-r--r-- | data/template_rss_header.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/template_rss_header.xml b/data/template_rss_header.xml new file mode 100644 index 0000000..d15dbc9 --- /dev/null +++ b/data/template_rss_header.xml @@ -0,0 +1,11 @@ +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>$TITLE$</title> + <link>$TITLE_LINK$</link> + <description>$TITLE_DESC$</description> + <generator></generator> + <language>en-us</language> + <lastBuildDate></lastBuildDate> + <atom:link href="$MY_URL$" rel="self" type="application/rss+xml" /> + + |