|
|
@@ -0,0 +1,18 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
|
<rss version="2.0"> |
|
|
|
<channel> |
|
|
|
<title>Drawings by Esteban Manchado</title> |
|
|
|
<description>Drawings by Esteban Manchado</description> |
|
|
|
<link>http://drawings.hcoder.org</link> |
|
|
|
|
|
|
|
<% picture_info.each do |picture| %> |
|
|
|
<item> |
|
|
|
<title><%= picture[:name] %></title> |
|
|
|
<link>http://drawings.hcoder.org/content/<%= picture[:name] %></link> |
|
|
|
<description><%= picture[:description] %><br/><img src="http://drawings.hcoder.org/content/thumbnails/<%= picture[:name] %>" /></description> |
|
|
|
<pubDate><%= File.ctime("source/content/#{picture[:name]}") %></pubDate> |
|
|
|
<guid><%= picture[:id] %></guid> |
|
|
|
</item> |
|
|
|
<% end %> |
|
|
|
</channel> |
|
|
|
</rss> |