|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<feed xmlns="http://www.w3.org/2005/Atom" |
| 3 | + xmlns:thr="http://purl.org/syndication/thread/1.0" |
| 4 | + xmlns:schema="https://schema.org/" |
| 5 | + xml:lang="en-US"> |
| 6 | + |
| 7 | + <!-- Basic Feed Information --> |
| 8 | + <title>Burnt Orange Nation - Sumedh Joshi</title> |
| 9 | + <link rel="alternate" type="text/html" href="https://www.burntorangenation.com/" /> |
| 10 | + <link rel="self" type="application/atom+xml" href="https://www.burntorangenation.com/rss/stream/21046839" /> |
| 11 | + <id>https://www.burntorangenation.com/rss/stream/21046839</id> |
| 12 | + <updated>2025-01-01T00:00:00Z</updated> |
| 13 | + <subtitle>Latest posts by Sumedh Joshi</subtitle> |
| 14 | + |
| 15 | + <!-- Author Information with Schema.org --> |
| 16 | + <author> |
| 17 | + <name>Sumedh Joshi</name> |
| 18 | + <uri>https://www.burntorangenation.com/users/sumedh-joshi</uri> |
| 19 | + <schema:Person> |
| 20 | + <schema:name>Sumedh Joshi</schema:name> |
| 21 | + <schema:url>https://www.burntorangenation.com/users/sumedh-joshi</schema:url> |
| 22 | + <schema:jobTitle>Content Creator</schema:jobTitle> |
| 23 | + <schema:worksFor> |
| 24 | + <schema:Organization> |
| 25 | + <schema:name>Burnt Orange Nation</schema:name> |
| 26 | + <schema:url>https://www.burntorangenation.com/</schema:url> |
| 27 | + </schema:Organization> |
| 28 | + </schema:worksFor> |
| 29 | + </schema:Person> |
| 30 | + </author> |
| 31 | + |
| 32 | + <!-- Generator Information --> |
| 33 | + <generator uri="https://github.com/yourusername/Inventory" version="1.0"> |
| 34 | + Code Inventory RSS Generator |
| 35 | + </generator> |
| 36 | + |
| 37 | + <!-- Schema.org DataFeed Metadata (embedded as extension) --> |
| 38 | + <schema:DataFeed> |
| 39 | + <schema:name>Burnt Orange Nation - Sumedh Joshi</schema:name> |
| 40 | + <schema:description>RSS/Atom feed for latest posts by Sumedh Joshi on Burnt Orange Nation</schema:description> |
| 41 | + <schema:url>https://www.burntorangenation.com/rss/stream/21046839</schema:url> |
| 42 | + <schema:encodingFormat>application/atom+xml</schema:encodingFormat> |
| 43 | + <schema:dateModified>2025-01-01T00:00:00Z</schema:dateModified> |
| 44 | + <schema:provider> |
| 45 | + <schema:Organization> |
| 46 | + <schema:name>Burnt Orange Nation</schema:name> |
| 47 | + <schema:url>https://www.burntorangenation.com/</schema:url> |
| 48 | + </schema:Organization> |
| 49 | + </schema:provider> |
| 50 | + </schema:DataFeed> |
| 51 | + |
| 52 | + <!-- Example Entry Template (commented out - add actual entries below) --> |
| 53 | + <!-- |
| 54 | + <entry> |
| 55 | + <title>Example Article Title</title> |
| 56 | + <link rel="alternate" type="text/html" href="https://www.burntorangenation.com/article-url" /> |
| 57 | + <id>https://www.burntorangenation.com/article-url</id> |
| 58 | + <published>2025-01-01T00:00:00Z</published> |
| 59 | + <updated>2025-01-01T00:00:00Z</updated> |
| 60 | + <summary>Brief summary of the article content...</summary> |
| 61 | + <content type="html"><![CDATA[Full article content here...]]></content> |
| 62 | +
|
| 63 | + <author> |
| 64 | + <name>Sumedh Joshi</name> |
| 65 | + <uri>https://www.burntorangenation.com/users/sumedh-joshi</uri> |
| 66 | + </author> |
| 67 | +
|
| 68 | + <category term="Sports" /> |
| 69 | + <category term="Football" /> |
| 70 | +
|
| 71 | + <!- - Schema.org Article Metadata - -> |
| 72 | + <schema:Article> |
| 73 | + <schema:headline>Example Article Title</schema:headline> |
| 74 | + <schema:datePublished>2025-01-01T00:00:00Z</schema:datePublished> |
| 75 | + <schema:dateModified>2025-01-01T00:00:00Z</schema:dateModified> |
| 76 | + <schema:author> |
| 77 | + <schema:Person> |
| 78 | + <schema:name>Sumedh Joshi</schema:name> |
| 79 | + <schema:url>https://www.burntorangenation.com/users/sumedh-joshi</schema:url> |
| 80 | + </schema:Person> |
| 81 | + </schema:author> |
| 82 | + <schema:publisher> |
| 83 | + <schema:Organization> |
| 84 | + <schema:name>Burnt Orange Nation</schema:name> |
| 85 | + <schema:url>https://www.burntorangenation.com/</schema:url> |
| 86 | + </schema:Organization> |
| 87 | + </schema:publisher> |
| 88 | + <schema:articleSection>Sports</schema:articleSection> |
| 89 | + <schema:keywords>football, sports, texas</schema:keywords> |
| 90 | + </schema:Article> |
| 91 | + </entry> |
| 92 | + --> |
| 93 | + |
| 94 | +</feed> |
0 commit comments