| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <rss version="2.0" |
|---|
| 3 | xmlns:content="http://purl.org/rss/1.0/modules/content/" |
|---|
| 4 | xmlns:wfw="http://wellformedweb.org/CommentAPI/" |
|---|
| 5 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
|---|
| 6 | xmlns:atom="http://www.w3.org/2005/Atom" |
|---|
| 7 | xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" |
|---|
| 8 | xmlns:slash="http://purl.org/rss/1.0/modules/slash/" |
|---|
| 9 | > |
|---|
| 10 | |
|---|
| 11 | <channel> |
|---|
| 12 | <title>[SITE-TITLE] » Seite nicht gefunden</title> |
|---|
| 13 | <atom:link href="http://[DOMAIN]/activity/feed" rel="self" type="application/rss+xml" /> |
|---|
| 14 | <link>http://[DOMAIN]</link> |
|---|
| 15 | <description>some description</description> |
|---|
| 16 | <lastBuildDate>Thu, 05 Nov 2009 15:22:10 +0000</lastBuildDate> |
|---|
| 17 | <generator>http://wordpress.org/?v=2.8.6</generator> |
|---|
| 18 | <language>en</language> |
|---|
| 19 | <sy:updatePeriod>hourly</sy:updatePeriod> |
|---|
| 20 | <sy:updateFrequency>1</sy:updateFrequency> |
|---|
| 21 | </channel> |
|---|
| 22 | </rss> |
|---|