Hi!
Does anyone know how to make the RoboMaker generate the RSS after one´s wishes? The generated RSS I get by default is:
<item>
<title>...</title>
<link>...</link>
<description>content_from_robomaker.jpg</description>
</item>
But I would like to have something like this (in order to implement some caching solution on my web site):
<item>
<title>...</title>
<title>...</title>
<description><img src="content_from_robomaker.jpg" /></description>
</item>
What I would like to have is the <img> tag within the <description>. Is it possible to tell the RoboMaket to do so?
Thanks!