Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?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',
  ),
);



?>