Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/_downloads/sample-atom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
{exp:rss:feed channel="{master_channel_name}"}

<?xml version="1.0" encoding="{encoding}"?>
<!-- <?xml-stylesheet type="text/xsl" href="{path=site/atom-xsl}"?> -->
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{channel_language}">

<title type="text"><![CDATA[{channel_name}]]></title>
<subtitle type="text"><![CDATA[{channel_name} - {channel_description}]]></subtitle>
<subtitle type="text"><![CDATA[{channel_description}]]></subtitle>
<link rel="alternate" type="text/html" href="{channel_url}" />
<link rel="self" type="application/atom+xml" href="{path='{atom_feed_location}'}" />
<updated>{gmt_edit_date format='%Y-%m-%dT%H:%i:%sZ'}</updated>
<rights>Copyright (c) {gmt_date format="%Y"}, {author}</rights>
<generator uri="https://expressionengine.com/" version="{version}">ExpressionEngine</generator>
<id>tag:{trimmed_url},{gmt_date format="%Y:%m:%d"}</id>
<rights>Copyright (c) {gmt_edit_date format="%Y"}, {author}</rights>
<generator uri="https://expressionengine.com/">ExpressionEngine</generator>
<id>tag:{trimmed_url},{gmt_edit_date format="%Y:%m:%d"}</id>

{exp:channel:entries channel="{master_channel_name}" limit="15" dynamic_start="on" disable="member_data|pagination"}
<entry>
Expand Down