Created
August 8, 2026 13:22
-
-
Save scripting/9db43f278fa62acb58afe311985b7439 to your computer and use it in GitHub Desktop.
Review of Leaflet RSS feed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <rss version="2.0" | |
| xmlns:dc="http://purl.org/dc/elements/1.1/" | |
| xmlns:content="http://purl.org/rss/1.0/modules/content/" | |
| xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <channel> | |
| <title>Let’s try leaflet</title> | |
| <link>https://davew.leaflet.pub</link> | |
| <description>I want to have a try and hopefully some fun.</description> | |
| <lastBuildDate>Thu, 30 Jul 2026 18:06:57 GMT</lastBuildDate> | |
| <docs>https://validator.w3.org/feed/docs/rss2.html</docs> | |
| <generator>https://github.com/jpmonette/feed</generator> | |
| <language>en</language> | |
| <atom:link href="https://davew.leaflet.pub/rss" rel="self" type="application/rss+xml"/> | |
| <item> | |
| <link>https://davew.leaflet.pub/3mruzs43bys26</link> | |
| <guid isPermaLink="false">https://davew.leaflet.pub/3mruzs43bys26</guid> | |
| <pubDate>Thu, 30 Jul 2026 18:06:57 GMT</pubDate> | |
| <content:encoded> | |
| <![CDATA[<div class="postContent footnote-scope flex flex-col"><p style="font-size:1em"><span class=" ">this is a draft i would like to publish. no title, no optional description</span></p></div>]]> | |
| </content:encoded> | |
| </item> | |
| <item> | |
| <link>https://davew.leaflet.pub/3mruzom5rm223</link> | |
| <guid isPermaLink="false">https://davew.leaflet.pub/3mruzom5rm223</guid> | |
| <pubDate>Thu, 30 Jul 2026 18:05:00 GMT</pubDate> | |
| <content:encoded> | |
| <![CDATA[<div class="postContent footnote-scope flex flex-col"><p style="font-size:1em"><span class=" ">this is a post that has neither a title or description, but it does have a body, let's see how this shows up in RSS. </span></p></div>]]> | |
| </content:encoded> | |
| </item> | |
| <item> | |
| <title> | |
| <![CDATA[This is a text]]> | |
| </title> | |
| <link>https://davew.leaflet.pub/3mrsmwug7j22f</link> | |
| <guid isPermaLink="false">https://davew.leaflet.pub/3mrsmwug7j22f</guid> | |
| <pubDate>Wed, 29 Jul 2026 19:11:39 GMT</pubDate> | |
| <description> | |
| <![CDATA[No sage advice here!]]> | |
| </description> | |
| <content:encoded> | |
| <![CDATA[<div class="postContent footnote-scope flex flex-col"><p style="font-size:1em"><span class=" ">Bingo bongo bingo </span><span class=" italic ">sheesh</span><span class=" "> it rained a lot today.</span></p><p style="font-size:1em"><span class=" ">I was looking for its outgoing RSS feed which Claude assured me is here.</span></p><p style="font-size:1em"><span class=" "></span></p></div>]]> | |
| </content:encoded> | |
| </item> | |
| </channel> | |
| </rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment