get.porter.sh/porter@v1.3.0/pkg/pkgmgmt/feed/templates/atom-template.xml (about) 1 <feed xmlns="http://www.w3.org/2005/Atom"> 2 <id>https://example.com/mixins</id> 3 <title>Example Mixins</title> 4 <updated>{{Updated}}</updated> 5 <link rel="self" href="https://example.com/mixins/atom.xml"/> 6 {{#Mixins}} 7 <category term="{{.}}"/> 8 {{/Mixins}} 9 {{#Entries}} 10 <entry> 11 <id>https://example.com/mixins/{{Version}}/{{Mixin}}</id> 12 <title>{{Mixin}} @ {{Version}}</title> 13 <updated>{{Updated}}</updated> 14 <category term="{{Mixin}}"/> 15 <content>{{Version}}</content> 16 {{#Files}} 17 <link rel="download" href="https://example.com/mixins/{{Version}}/{{File}}" /> 18 {{/Files}} 19 </entry> 20 {{/Entries}} 21 </feed>