Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<?php return array ( 'rss' => array ( 'channel' => array ( 'title' => 'My Photoblog', 'link' => 'http://example.com/photoblog/', 'description' => 'Example Feed', 'language' => 'en-us', 'pubDate' => 'Wed, 01 Jul 2009 16:27:46 +0000', 'atom:link' => array ( ), 'atom:link_attr' => array ( 'href' => 'http://example.com/photoblog/rss', 'rel' => 'self', 'type' => 'application/rss+xml', ), 'item' => array ( 0 => array ( 'title' => 'Street Lines', 'link' => 'http://example.com/photoblog/post/3', 'description' => '<img src="http://example.com/photoblog/images/jaywilliams_street_lines.jpg" alt="Street Lines" width="650" height="433" /><br />I am an avid fan of texture. And there is no better place to find it than on a road. ', 'pubDate' => 'Tue, 03 Feb 2009 06:35:41 +0000', 'guid' => 'http://example.com/photoblog/post/3', 'media:title' => 'Street Lines', 'media:description' => 'I am an avid fan of texture. And there is no better place to find it than on a road.', 'media:description_attr' => array ( 'type' => 'html', ), 'media:content' => array ( ), 'media:content_attr' => array ( 'url' => 'http://example.com/photoblog/images/jaywilliams_street_lines.jpg', 'fileSize' => '145263', 'type' => 'image/jpeg', 'width' => '650', 'height' => '433', ), 'media:thumbnail' => array ( ), 'media:thumbnail_attr' => array ( 'url' => 'http://example.com/photoblog/thumbnails/thumb_jaywilliams_street_lines.jpg', 'width' => '150', 'height' => '100', ), ), 1 => array ( 'title' => 'Hands', 'link' => 'http://example.com/photoblog/post/2', 'description' => '<img src="http://example.com/photoblog/images/will-duncan_hands.jpg" alt="Hands" width="650" height="433" /><br />This monkey didn\'t want you to watch him eat! I shot this photo for a class assignment on "hands" and my teacher was not a fan. Please email him for his stupid opinion please. ', 'pubDate' => 'Tue, 03 Feb 2009 06:33:46 +0000', 'guid' => 'http://example.com/photoblog/post/2', 'media:title' => 'Hands', 'media:description' => 'This monkey didn\'t want you to watch him eat! I shot this photo for a class assignment on "hands" and my teacher was not a fan. Please email him for his stupid opinion please.', 'media:description_attr' => array ( 'type' => 'html', ), 'media:content' => array ( ), 'media:content_attr' => array ( 'url' => 'http://example.com/photoblog/images/will-duncan_hands.jpg', 'fileSize' => '117775', 'type' => 'image/jpeg', 'width' => '650', 'height' => '433', ), 'media:thumbnail' => array ( ), 'media:thumbnail_attr' => array ( 'url' => 'http://example.com/photoblog/thumbnails/thumb_will-duncan_hands.jpg', 'width' => '150', 'height' => '100', ), ), 2 => array ( 'title' => 'Skyscraper', 'link' => 'http://example.com/photoblog/post/1', 'description' => '<img src="http://example.com/photoblog/images/jaywilliams_skyscraper.jpg" alt="Skyscraper" width="650" height="433" /><br />During my short trip to Indianapolis, I made sure I set aside some time to go out and take photos of the city. This one was one of my favorites. ', 'pubDate' => 'Tue, 03 Feb 2009 06:32:14 +0000', 'guid' => 'http://example.com/photoblog/post/1', 'media:title' => 'Skyscraper', 'media:description' => 'During my short trip to Indianapolis, I made sure I set aside some time to go out and take photos of the city. This one was one of my favorites.', 'media:description_attr' => array ( 'type' => 'html', ), 'media:content' => array ( ), 'media:content_attr' => array ( 'url' => 'http://example.com/photoblog/images/jaywilliams_skyscraper.jpg', 'fileSize' => '80381', 'type' => 'image/jpeg', 'width' => '650', 'height' => '433', ), 'media:thumbnail' => array ( ), 'media:thumbnail_attr' => array ( 'url' => 'http://example.com/photoblog/thumbnails/thumb_jaywilliams_skyscraper.jpg', 'width' => '150', 'height' => '100', ), ), ), ), ), 'rss_attr' => array ( 'xmlns:dc' => 'http://purl.org/dc/elements/1.1/', 'xmlns:atom' => 'http://www.w3.org/2005/Atom', 'xmlns:media' => 'http://search.yahoo.com/mrss/', 'version' => '2.0', ), ); ?>
This paste will be private.
From the Design Piracy series on my blog: