github.com/SpiffyEight77/magefiles@v0.6.8/releases/testdata/atom-template.xml (about)

     1  <feed xmlns="http://www.w3.org/2005/Atom">
     2      <id>https://porter.sh</id>
     3      <title>Porter Mixins</title>
     4      <updated>{{Updated}}</updated>
     5      <link rel="self" href="https://cdn.porter.sh/mixins/atom.xml"/>
     6      <author>
     7          <name>Porter Authors</name>
     8          <uri>https://porter.sh/mixins</uri>
     9      </author>
    10      {{#Mixins}}
    11      <category term="{{.}}"/>
    12      {{/Mixins}}
    13      {{#Entries}}
    14      <entry>
    15          <id>https://cdn.porter.sh/mixins/{{Mixin}}/{{Version}}</id>
    16          <title>{{Mixin}} @ {{Version}}</title>
    17          <updated>{{Updated}}</updated>
    18          <category term="{{Mixin}}"/>
    19          <content>{{Version}}</content>
    20          {{#Files}}
    21          <link rel="download" href="https://cdn.porter.sh/mixins/{{Mixin}}/{{Version}}/{{File}}" />
    22          {{/Files}}
    23      </entry>
    24      {{/Entries}}
    25  </feed>