|
5 | 5 | This library can also be used to publish Podcasts.
|
6 | 6 |
|
7 | 7 | [](https://packagist.org/packages/suin/php-rss-writer)
|
8 |
| -[](https://packagist.org/packages/suin/php-rss-writer) |
| 8 | +[](https://packagist.org/packages/suin/php-rss-writer) |
9 | 9 | [](https://packagist.org/packages/suin/php-rss-writer)
|
10 | 10 | [](https://packagist.org/packages/suin/php-rss-writer)
|
11 | 11 | [](https://travis-ci.org/suin/php-rss-writer)
|
|
37 | 37 | ->description('<div>Blog body</div>')
|
38 | 38 | ->contentEncoded('<div>Blog body</div>')
|
39 | 39 | ->url('http://blog.example.com/2012/08/21/blog-entry/')
|
40 |
| - ->author('Hidehito Nozawa') |
| 40 | + ->author('John Smith') |
41 | 41 | ->pubDate(strtotime('Tue, 21 Aug 2012 19:50:37 +0900'))
|
42 | 42 | ->guid('http://blog.example.com/2012/08/21/blog-entry/', true)
|
43 | 43 | ->preferCdata(true) // By this, title and description become CDATA wrapped HTML.
|
@@ -78,7 +78,7 @@ Output:
|
78 | 78 | <content:encoded><![CDATA[<div>Blog body</div>]]></content:encoded>
|
79 | 79 | <guid>http://blog.example.com/2012/08/21/blog-entry/</guid>
|
80 | 80 | <pubDate>Tue, 21 Aug 2012 10:50:37 +0000</pubDate>
|
81 |
| - <author>Hidehito Nozawa</author> |
| 81 | + <author>John Smith</author> |
82 | 82 | </item>
|
83 | 83 | <item>
|
84 | 84 | <title>Some Podcast Entry</title>
|
|
0 commit comments