Sha256: e0b77f40f8c39d08e73223a29bdbcb7a87b5c6418df61f446ee58c18bc6b4d1b
Contents?: true
Size: 787 Bytes
Versions: 3
Compression:
Stored size: 787 Bytes
Contents
--- layout: nil --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title><%= username %></title> <link href="http://<%= account %>.github.com/atom.xml" rel="self"/> <link href="http://<%= account %>.github.com"/> <updated>{{ site.time | date_to_xmlschema }}</updated> <id><%= account %>.github.com</id> <author> <name><%= username %></name> <email><%= email %></email> </author> {% for post in site.posts %} <entry> <title>{{ post.title }}</title> <link href="http://<%= account %>.github.com{{ post.url }}"/> <updated>{{ post.date | date_to_xmlschema }}</updated> <id>http://<%= account %>.github.com{{ post.id }}</id> <content type="html">{{ post.content | xml_escape }}</content> </entry> {% endfor %} </feed>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mkblog-0.0.7 | templates/atom.xml.erb |
mkblog-0.0.6 | templates/atom.xml.erb |
mkblog-0.0.5 | templates/atom.xml.erb |