-
Notifications
You must be signed in to change notification settings - Fork 0
/
bulive.wordpress.2012-03-25.xml
833 lines (819 loc) · 45.5 KB
/
bulive.wordpress.2012-03-25.xml
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!-- on the site. For each author, you may choose to map to an -->
<!-- existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
<!-- contained in this file into your site. -->
<!-- generator="WordPress/3.3.1" created="2012-03-25 23:48" -->
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.1/excerpt/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.1/"
>
<channel>
<title>BUlive</title>
<link>http://localhost:8888/bulive</link>
<description>Just another WordPress site</description>
<pubDate>Sun, 25 Mar 2012 23:48:17 +0000</pubDate>
<language>en</language>
<wp:wxr_version>1.1</wp:wxr_version>
<wp:base_site_url>http://localhost:8888/bulive</wp:base_site_url>
<wp:base_blog_url>http://localhost:8888/bulive</wp:base_blog_url>
<wp:author><wp:author_id>1</wp:author_id><wp:author_login>ralphsaunders</wp:author_login><wp:author_email>[email protected]</wp:author_email><wp:author_display_name><![CDATA[ralphsaunders]]></wp:author_display_name><wp:author_first_name><![CDATA[]]></wp:author_first_name><wp:author_last_name><![CDATA[]]></wp:author_last_name></wp:author>
<wp:category><wp:term_id>4</wp:term_id><wp:category_nicename>academic</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[Academic]]></wp:cat_name></wp:category>
<wp:category><wp:term_id>3</wp:term_id><wp:category_nicename>campus</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[Campus]]></wp:cat_name></wp:category>
<wp:category><wp:term_id>5</wp:term_id><wp:category_nicename>community</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[Community]]></wp:cat_name></wp:category>
<wp:category><wp:term_id>1</wp:term_id><wp:category_nicename>uncategorized</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[Uncategorized]]></wp:cat_name></wp:category>
<wp:term><wp:term_id>6</wp:term_id><wp:term_taxonomy>nav_menu</wp:term_taxonomy><wp:term_slug>navigation</wp:term_slug><wp:term_name><![CDATA[Navigation]]></wp:term_name></wp:term>
<generator>http://wordpress.org/?v=3.3.1</generator>
<item>
<title>Hello world!</title>
<link>http://localhost:8888/bulive/uncategorized/hello-world/</link>
<pubDate>Sun, 25 Mar 2012 17:33:00 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=1</guid>
<description></description>
<content:encoded><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>1</wp:post_id>
<wp:post_date>2012-03-25 17:33:00</wp:post_date>
<wp:post_date_gmt>2012-03-25 17:33:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hello-world</wp:post_name>
<wp:status>trash</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="uncategorized"><![CDATA[Uncategorized]]></category>
<wp:postmeta>
<wp:meta_key>_wp_trash_meta_status</wp:meta_key>
<wp:meta_value><![CDATA[publish]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_trash_meta_time</wp:meta_key>
<wp:meta_value><![CDATA[1332700427]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_trash_meta_comments_status</wp:meta_key>
<wp:meta_value><![CDATA[a:1:{i:1;s:1:"1";}]]></wp:meta_value>
</wp:postmeta>
<wp:comment>
<wp:comment_id>1</wp:comment_id>
<wp:comment_author><![CDATA[Mr WordPress]]></wp:comment_author>
<wp:comment_author_email></wp:comment_author_email>
<wp:comment_author_url>http://wordpress.org/</wp:comment_author_url>
<wp:comment_author_IP></wp:comment_author_IP>
<wp:comment_date>2012-03-25 17:33:00</wp:comment_date>
<wp:comment_date_gmt>2012-03-25 17:33:00</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.]]></wp:comment_content>
<wp:comment_approved>post-trashed</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
</item>
<item>
<title>Sample Page</title>
<link>http://localhost:8888/bulive/sample-page/</link>
<pubDate>Sun, 25 Mar 2012 17:33:00 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?page_id=2</guid>
<description></description>
<content:encoded><![CDATA[This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:
<blockquote>Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin' caught in the rain.)</blockquote>
...or something like this:
<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>
As a new WordPress user, you should go to <a href="http://localhost:8888/bulive/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>2</wp:post_id>
<wp:post_date>2012-03-25 17:33:00</wp:post_date>
<wp:post_date_gmt>2012-03-25 17:33:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>sample-page</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Campus Post</title>
<link>http://localhost:8888/bulive/campus/campus-post/</link>
<pubDate>Sun, 25 Mar 2012 18:35:14 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=5</guid>
<description></description>
<content:encoded><![CDATA[This post was made in the campus category]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>5</wp:post_id>
<wp:post_date>2012-03-25 18:35:14</wp:post_date>
<wp:post_date_gmt>2012-03-25 18:35:14</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>campus-post</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="campus"><![CDATA[Campus]]></category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[9]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Screen Shot 2012-02-29 at 03.02.10</title>
<link>http://localhost:8888/bulive/campus/campus-post/attachment/screen-shot-2012-02-29-at-03-02-10/</link>
<pubDate>Sun, 25 Mar 2012 18:34:51 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-02-29-at-03.02.10.png</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>6</wp:post_id>
<wp:post_date>2012-03-25 18:34:51</wp:post_date>
<wp:post_date_gmt>2012-03-25 18:34:51</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>screen-shot-2012-02-29-at-03-02-10</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>5</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-02-29-at-03.02.10.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/Screen-Shot-2012-02-29-at-03.02.10.png]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:4:"1322";s:6:"height";s:3:"769";s:14:"hwstring_small";s:23:"height='74' width='128'";s:4:"file";s:46:"2012/03/Screen-Shot-2012-02-29-at-03.02.10.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-02-29-at-03.02.10-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:46:"Screen-Shot-2012-02-29-at-03.02.10-300x174.png";s:5:"width";s:3:"300";s:6:"height";s:3:"174";}s:5:"large";a:3:{s:4:"file";s:47:"Screen-Shot-2012-02-29-at-03.02.10-1024x595.png";s:5:"width";s:4:"1024";s:6:"height";s:3:"595";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"Screen-Shot-2012-02-29-at-03.02.10-1000x288.png";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:47:"Screen-Shot-2012-02-29-at-03.02.10-1000x288.png";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-02-29-at-03.02.10-500x290.png";s:5:"width";s:3:"500";s:6:"height";s:3:"290";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Screen Shot 2012-03-13 at 16.06.59</title>
<link>http://localhost:8888/bulive/campus/campus-post/attachment/screen-shot-2012-03-13-at-16-06-59/</link>
<pubDate>Sun, 25 Mar 2012 18:38:17 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-13-at-16.06.59.png</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>9</wp:post_id>
<wp:post_date>2012-03-25 18:38:17</wp:post_date>
<wp:post_date_gmt>2012-03-25 18:38:17</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>screen-shot-2012-03-13-at-16-06-59</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>5</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-13-at-16.06.59.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/Screen-Shot-2012-03-13-at-16.06.59.png]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:3:"664";s:6:"height";s:3:"723";s:14:"hwstring_small";s:22:"height='96' width='88'";s:4:"file";s:46:"2012/03/Screen-Shot-2012-03-13-at-16.06.59.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-13-at-16.06.59-300x200.png";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:6:"medium";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-13-at-16.06.59-275x300.png";s:5:"width";s:3:"275";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-13-at-16.06.59-664x288.png";s:5:"width";s:3:"664";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-13-at-16.06.59-664x288.png";s:5:"width";s:3:"664";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-13-at-16.06.59-275x300.png";s:5:"width";s:3:"275";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Academic Post Long Title For Testing</title>
<link>http://localhost:8888/bulive/academic/academic-post/</link>
<pubDate>Sun, 25 Mar 2012 18:54:20 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=11</guid>
<description></description>
<content:encoded><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.
Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.
Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna a ullamcorper laoreet, lectus arcu pulvinar risus, vitae facilisis libero dolor a purus. Sed vel lacus. Mauris nibh felis, adipiscing varius, adipiscing in, lacinia vel, tellus. Suspendisse ac urna. Etiam pellentesque mauris ut lectus. Nunc tellus ante, mattis eget, gravida vitae, ultricies ac, leo. Integer leo pede, ornare a, lacinia eu, vulputate vel, nisl.
Suspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit amet mi ullamcorper vehicula. Integer adipiscing risus a sem. Nullam quis massa sit amet nibh viverra malesuada. Nunc sem lacus, accumsan quis, faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer sagittis. Vivamus a mauris eget arcu gravida tristique. Nunc iaculis mi in ante. Vivamus imperdiet nibh feugiat est.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>11</wp:post_id>
<wp:post_date>2012-03-25 18:54:20</wp:post_date>
<wp:post_date_gmt>2012-03-25 18:54:20</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>academic-post</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="academic"><![CDATA[Academic]]></category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[14]]></wp:meta_value>
</wp:postmeta>
<wp:comment>
<wp:comment_id>2</wp:comment_id>
<wp:comment_author><![CDATA[ralphsaunders]]></wp:comment_author>
<wp:comment_author_email>[email protected]</wp:comment_author_email>
<wp:comment_author_url></wp:comment_author_url>
<wp:comment_author_IP>::1</wp:comment_author_IP>
<wp:comment_date>2012-03-25 23:33:11</wp:comment_date>
<wp:comment_date_gmt>2012-03-25 23:33:11</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Imma Comment]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>1</wp:comment_user_id>
</wp:comment>
<wp:comment>
<wp:comment_id>3</wp:comment_id>
<wp:comment_author><![CDATA[ralphsaunders]]></wp:comment_author>
<wp:comment_author_email>[email protected]</wp:comment_author_email>
<wp:comment_author_url></wp:comment_author_url>
<wp:comment_author_IP>::1</wp:comment_author_IP>
<wp:comment_date>2012-03-25 23:33:21</wp:comment_date>
<wp:comment_date_gmt>2012-03-25 23:33:21</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Does this comment look OK?]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>2</wp:comment_parent>
<wp:comment_user_id>1</wp:comment_user_id>
</wp:comment>
<wp:comment>
<wp:comment_id>4</wp:comment_id>
<wp:comment_author><![CDATA[ralphsaunders]]></wp:comment_author>
<wp:comment_author_email>[email protected]</wp:comment_author_email>
<wp:comment_author_url></wp:comment_author_url>
<wp:comment_author_IP>::1</wp:comment_author_IP>
<wp:comment_date>2012-03-25 23:33:27</wp:comment_date>
<wp:comment_date_gmt>2012-03-25 23:33:27</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Seems to.]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>1</wp:comment_user_id>
</wp:comment>
</item>
<item>
<title>Screen Shot 2012-02-29 at 02.17.18</title>
<link>http://localhost:8888/bulive/academic/academic-post/attachment/screen-shot-2012-02-29-at-02-17-18/</link>
<pubDate>Sun, 25 Mar 2012 18:59:29 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-02-29-at-02.17.18.png</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>14</wp:post_id>
<wp:post_date>2012-03-25 18:59:29</wp:post_date>
<wp:post_date_gmt>2012-03-25 18:59:29</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>screen-shot-2012-02-29-at-02-17-18</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>11</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-02-29-at-02.17.18.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/Screen-Shot-2012-02-29-at-02.17.18.png]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:4:"1280";s:6:"height";s:3:"800";s:14:"hwstring_small";s:23:"height='80' width='128'";s:4:"file";s:46:"2012/03/Screen-Shot-2012-02-29-at-02.17.18.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-02-29-at-02.17.18-300x200.png";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:6:"medium";a:3:{s:4:"file";s:46:"Screen-Shot-2012-02-29-at-02.17.18-300x187.png";s:5:"width";s:3:"300";s:6:"height";s:3:"187";}s:5:"large";a:3:{s:4:"file";s:47:"Screen-Shot-2012-02-29-at-02.17.18-1024x640.png";s:5:"width";s:4:"1024";s:6:"height";s:3:"640";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"Screen-Shot-2012-02-29-at-02.17.18-1000x288.png";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:47:"Screen-Shot-2012-02-29-at-02.17.18-1000x288.png";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-02-29-at-02.17.18-480x300.png";s:5:"width";s:3:"480";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Community Post :D</title>
<link>http://localhost:8888/bulive/community/community-post-d/</link>
<pubDate>Sun, 25 Mar 2012 19:17:33 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=17</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>17</wp:post_id>
<wp:post_date>2012-03-25 19:17:33</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:17:33</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>community-post-d</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="community"><![CDATA[Community]]></category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[18]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Screen Shot 2012-03-11 at 17.39.15</title>
<link>http://localhost:8888/bulive/community/community-post-d/attachment/screen-shot-2012-03-11-at-17-39-15/</link>
<pubDate>Sun, 25 Mar 2012 19:17:25 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-11-at-17.39.15.png</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>18</wp:post_id>
<wp:post_date>2012-03-25 19:17:25</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:17:25</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>screen-shot-2012-03-11-at-17-39-15</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>17</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-11-at-17.39.15.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/Screen-Shot-2012-03-11-at-17.39.15.png]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:4:"1394";s:6:"height";s:3:"846";s:14:"hwstring_small";s:23:"height='77' width='128'";s:4:"file";s:46:"2012/03/Screen-Shot-2012-03-11-at-17.39.15.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-11-at-17.39.15-300x200.png";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:6:"medium";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-11-at-17.39.15-300x182.png";s:5:"width";s:3:"300";s:6:"height";s:3:"182";}s:5:"large";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-11-at-17.39.15-1024x621.png";s:5:"width";s:4:"1024";s:6:"height";s:3:"621";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-11-at-17.39.15-1000x288.png";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-11-at-17.39.15-1000x288.png";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-11-at-17.39.15-494x300.png";s:5:"width";s:3:"494";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Another Academic Post Woop Woop</title>
<link>http://localhost:8888/bulive/academic/another-academic-post-woop-woop/</link>
<pubDate>Sun, 25 Mar 2012 19:20:47 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=20</guid>
<description></description>
<content:encoded><![CDATA[derqasfasf]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>20</wp:post_id>
<wp:post_date>2012-03-25 19:20:47</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:20:47</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>another-academic-post-woop-woop</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="academic"><![CDATA[Academic]]></category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[21]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>purple-colori</title>
<link>http://localhost:8888/bulive/academic/another-academic-post-woop-woop/attachment/purple-colori/</link>
<pubDate>Sun, 25 Mar 2012 19:20:37 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/purple-colori.jpg</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>21</wp:post_id>
<wp:post_date>2012-03-25 19:20:37</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:20:37</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>purple-colori</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>20</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/purple-colori.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/purple-colori.jpg]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:4:"2008";s:6:"height";s:4:"1934";s:14:"hwstring_small";s:22:"height='96' width='99'";s:4:"file";s:25:"2012/03/purple-colori.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"purple-colori-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:6:"medium";a:3:{s:4:"file";s:25:"purple-colori-300x288.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"288";}s:5:"large";a:3:{s:4:"file";s:26:"purple-colori-1024x986.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"986";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"purple-colori-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:26:"purple-colori-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:25:"purple-colori-311x300.jpg";s:5:"width";s:3:"311";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Lorem Ipsum</title>
<link>http://localhost:8888/bulive/campus/lorem-ipsum/</link>
<pubDate>Sun, 25 Mar 2012 19:21:45 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=23</guid>
<description></description>
<content:encoded><![CDATA[Dolor sit amet.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>23</wp:post_id>
<wp:post_date>2012-03-25 19:21:45</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:21:45</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>lorem-ipsum</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="campus"><![CDATA[Campus]]></category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[24]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Screen Shot 2012-03-17 at 18.34.38</title>
<link>http://localhost:8888/bulive/campus/lorem-ipsum/attachment/screen-shot-2012-03-17-at-18-34-38/</link>
<pubDate>Sun, 25 Mar 2012 19:21:31 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-17-at-18.34.38.png</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>24</wp:post_id>
<wp:post_date>2012-03-25 19:21:31</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:21:31</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>screen-shot-2012-03-17-at-18-34-38</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>23</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-17-at-18.34.38.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/Screen-Shot-2012-03-17-at-18.34.38.png]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:3:"302";s:6:"height";s:3:"314";s:14:"hwstring_small";s:22:"height='96' width='92'";s:4:"file";s:46:"2012/03/Screen-Shot-2012-03-17-at-18.34.38.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-17-at-18.34.38-300x200.png";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:6:"medium";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-17-at-18.34.38-288x300.png";s:5:"width";s:3:"288";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-17-at-18.34.38-302x288.png";s:5:"width";s:3:"302";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-17-at-18.34.38-302x288.png";s:5:"width";s:3:"302";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:46:"Screen-Shot-2012-03-17-at-18.34.38-288x300.png";s:5:"width";s:3:"288";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title></title>
<link>http://localhost:8888/bulive/uncategorized/27/</link>
<pubDate>Sun, 25 Mar 2012 19:38:24 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=27</guid>
<description></description>
<content:encoded><![CDATA[ ]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>27</wp:post_id>
<wp:post_date>2012-03-25 19:38:24</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:38:24</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>27</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>2</wp:menu_order>
<wp:post_type>nav_menu_item</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="nav_menu" nicename="navigation"><![CDATA[Navigation]]></category>
<wp:postmeta>
<wp:meta_key>_menu_item_type</wp:meta_key>
<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_menu_item_parent</wp:meta_key>
<wp:meta_value><![CDATA[0]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object_id</wp:meta_key>
<wp:meta_value><![CDATA[3]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object</wp:meta_key>
<wp:meta_value><![CDATA[category]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_target</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_classes</wp:meta_key>
<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_xfn</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_url</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title></title>
<link>http://localhost:8888/bulive/uncategorized/28/</link>
<pubDate>Sun, 25 Mar 2012 19:38:24 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=28</guid>
<description></description>
<content:encoded><![CDATA[ ]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>28</wp:post_id>
<wp:post_date>2012-03-25 19:38:24</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:38:24</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>28</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>3</wp:menu_order>
<wp:post_type>nav_menu_item</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="nav_menu" nicename="navigation"><![CDATA[Navigation]]></category>
<wp:postmeta>
<wp:meta_key>_menu_item_type</wp:meta_key>
<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_menu_item_parent</wp:meta_key>
<wp:meta_value><![CDATA[0]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object_id</wp:meta_key>
<wp:meta_value><![CDATA[4]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object</wp:meta_key>
<wp:meta_value><![CDATA[category]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_target</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_classes</wp:meta_key>
<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_xfn</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_url</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title></title>
<link>http://localhost:8888/bulive/uncategorized/29/</link>
<pubDate>Sun, 25 Mar 2012 19:38:25 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=29</guid>
<description></description>
<content:encoded><![CDATA[ ]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>29</wp:post_id>
<wp:post_date>2012-03-25 19:38:25</wp:post_date>
<wp:post_date_gmt>2012-03-25 19:38:25</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>29</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>4</wp:menu_order>
<wp:post_type>nav_menu_item</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="nav_menu" nicename="navigation"><![CDATA[Navigation]]></category>
<wp:postmeta>
<wp:meta_key>_menu_item_type</wp:meta_key>
<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_menu_item_parent</wp:meta_key>
<wp:meta_value><![CDATA[0]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object_id</wp:meta_key>
<wp:meta_value><![CDATA[5]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object</wp:meta_key>
<wp:meta_value><![CDATA[category]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_target</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_classes</wp:meta_key>
<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_xfn</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_url</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>My New Post</title>
<link>http://localhost:8888/bulive/community/my-new-post/</link>
<pubDate>Sun, 25 Mar 2012 20:06:00 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=31</guid>
<description></description>
<content:encoded><![CDATA[It's very posty.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>31</wp:post_id>
<wp:post_date>2012-03-25 20:06:00</wp:post_date>
<wp:post_date_gmt>2012-03-25 20:06:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>my-new-post</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="community"><![CDATA[Community]]></category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[32]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Screen Shot 2012-03-17 at 18.34.38</title>
<link>http://localhost:8888/bulive/community/my-new-post/attachment/screen-shot-2012-03-17-at-18-34-38-2/</link>
<pubDate>Sun, 25 Mar 2012 20:05:49 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-17-at-18.34.381.png</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>32</wp:post_id>
<wp:post_date>2012-03-25 20:05:49</wp:post_date>
<wp:post_date_gmt>2012-03-25 20:05:49</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>screen-shot-2012-03-17-at-18-34-38-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>31</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>http://localhost:8888/bulive/wp-content/uploads/2012/03/Screen-Shot-2012-03-17-at-18.34.381.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value><![CDATA[2012/03/Screen-Shot-2012-03-17-at-18.34.381.png]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:5:"width";s:3:"302";s:6:"height";s:3:"314";s:14:"hwstring_small";s:22:"height='96' width='92'";s:4:"file";s:47:"2012/03/Screen-Shot-2012-03-17-at-18.34.381.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-17-at-18.34.381-300x200.png";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:6:"medium";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-17-at-18.34.381-288x300.png";s:5:"width";s:3:"288";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-17-at-18.34.381-302x288.png";s:5:"width";s:3:"302";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-17-at-18.34.381-302x288.png";s:5:"width";s:3:"302";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:47:"Screen-Shot-2012-03-17-at-18.34.381-288x300.png";s:5:"width";s:3:"288";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Aggregate Content</title>
<link>http://localhost:8888/bulive/aggregate-content/</link>
<pubDate>Sun, 25 Mar 2012 22:44:05 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?page_id=35</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>35</wp:post_id>
<wp:post_date>2012-03-25 22:44:05</wp:post_date>
<wp:post_date_gmt>2012-03-25 22:44:05</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>aggregate-content</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[aggregate-template.php]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Home</title>
<link>http://localhost:8888/bulive/uncategorized/home-2/</link>
<pubDate>Sun, 25 Mar 2012 22:44:41 +0000</pubDate>
<dc:creator>ralphsaunders</dc:creator>
<guid isPermaLink="false">http://localhost:8888/bulive/?p=38</guid>
<description></description>
<content:encoded><![CDATA[]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>38</wp:post_id>
<wp:post_date>2012-03-25 22:44:41</wp:post_date>
<wp:post_date_gmt>2012-03-25 22:44:41</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>home-2</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>1</wp:menu_order>
<wp:post_type>nav_menu_item</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="nav_menu" nicename="navigation"><![CDATA[Navigation]]></category>
<wp:postmeta>
<wp:meta_key>_menu_item_type</wp:meta_key>
<wp:meta_value><![CDATA[post_type]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_menu_item_parent</wp:meta_key>
<wp:meta_value><![CDATA[0]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object_id</wp:meta_key>
<wp:meta_value><![CDATA[35]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_object</wp:meta_key>
<wp:meta_value><![CDATA[page]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_target</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_classes</wp:meta_key>
<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_xfn</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_menu_item_url</wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
</item>
</channel>
</rss>