Tweaking RSS feed
Posted: Fri Aug 25, 2006 9:16 pm
Hi
I'm looking for a nice way to make a "diary" print-out of an image-heavy blog. Entries in ascending order and, naturally, with images.
After searching here for articles on blogpdf and hacking that, I've decided the best way would be to open the "export" RSS feed and print from that, either using an RSS->PDF service or printing directly from an RSS reader.
Only one problem: on the blog, and understandably also in the RSS feed, images are shown as thumbnails. In a printed document, they should be of the original quality.
So, I'm looking for the right place to tweak the PHP code so that I could show full-size images in the feed. Preferably only when calling rss.php with the "all" variable set, but any suggestions are welcome.
I know enough PHP to simply parse the ".serendipityThumb" part off of the image link, but not enough to follow where exactly rss.php calls to build it's content.
Thank you in advance for any pointers,
Petri
I'm looking for a nice way to make a "diary" print-out of an image-heavy blog. Entries in ascending order and, naturally, with images.
After searching here for articles on blogpdf and hacking that, I've decided the best way would be to open the "export" RSS feed and print from that, either using an RSS->PDF service or printing directly from an RSS reader.
Only one problem: on the blog, and understandably also in the RSS feed, images are shown as thumbnails. In a printed document, they should be of the original quality.
So, I'm looking for the right place to tweak the PHP code so that I could show full-size images in the feed. Preferably only when calling rss.php with the "all" variable set, but any suggestions are welcome.
I know enough PHP to simply parse the ".serendipityThumb" part off of the image link, but not enough to follow where exactly rss.php calls to build it's content.
Thank you in advance for any pointers,
Petri