<?xml version="1.0" encoding="UTF-8"?>
<!-- RSS generated by rss.network v0.5.32 on Mon, 20 Jul 2026 19:01:04 GMT -->
<rss version="2.0" xmlns:source="https://source.scripting.com/">
	<channel>
		<title>John Johnston</title>
		<link>https://johnjohnston.info/blog/</link>
		<description>Kicking types and wondering....</description>
		<pubDate>Mon, 20 Jul 2026 09:27:50 GMT</pubDate>
		<language>en-us</language>
		<generator>rss.network v0.5.32</generator>
		<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
		<lastBuildDate>Mon, 20 Jul 2026 19:01:04 GMT</lastBuildDate>
		<cloud domain="rpc.rsscloud.io" port="5337" path="/pleaseNotify" registerProcedure="" protocol="http-post" />
		<image>
			<title>John Johnston</title>
			<url>https://johnjohnston.info/blog/wp-content/uploads/2025/01/cropped-ravenlogo.png</url>
			<link>https://johnjohnston.info/blog/</link>
			<description>Kicking types and wondering....</description>
			</image>
		<source:account service="demo.rss.chat">John</source:account>
		<source:localTime>Mon, July 20, 2026 3:01 PM EDT</source:localTime>
		<source:self>https://demo.rss.chat/users/John/rss.xml</source:self>
		<item>
			<title>Testing inboundRSS</title>
			<description>&lt;p&gt;Just saw &lt;a href=&quot;http://scripting.com/2026/07/19.html#a153823&quot;&gt;the notice&lt;/a&gt; about the &lt;a href=&quot;http://rss.chat&quot;&gt;rss.chat&lt;/a&gt; example &lt;a href=&quot;https://github.com/scripting/rss.chat/tree/main/examples/wordpress/inboundRss&quot;&gt;inboundRss for wordpress&lt;/a&gt; . I must say I hadn't thought about going that way. I had wondered about POSSE from WordPress to rss chat.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;Currently &lt;a href=&quot;http://micro.blog&quot;&gt;micro.blog&lt;/a&gt; does a great job of posting items from my feed to mastodon and bluesky. I've also used FeedWordPress to pull rss feeds from one place to another.&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Where inboundRSS differs is that it runs in a browser served from &lt;em&gt;somewhere&lt;/em&gt;. The notes suggest it could site on a server or be served via node locally. I guess a simple php script could work too? inboundRss also updates edited items in real time (a few seconds).&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;I've run through &lt;a href=&quot;https://github.com/scripting/rss.chat/tree/main/examples/wordpress/inboundRss&quot;&gt;the instructions&lt;/a&gt;, I had a bit of difficulty getting my site id, but got that from the &lt;a href=&quot;https://developer.wordpress.com/docs/api/console/&quot;&gt;WordPress.com API console&lt;/a&gt;&amp;nbsp;using GET&amp;nbsp;/me/sites/&lt;/p&gt;&lt;p&gt;I thimk the problem might be that my site is in a folder not at the top? I tried with a couple of other WordPress sites I run and the documented way worked for them.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;Once I'd filled in the id and my &lt;a href=&quot;http://demo.rss.chat&quot;&gt;demo.rss.chat&lt;/a&gt; feed I run the file with `php -S localhost:8081`&amp;nbsp;&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;All I need today is do now is publish this post and it should also go onto my WordPress site. I'll check that and then test editing here by adding a link...&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;And it worked: &lt;a href=&quot;https://johnjohnston.info/blog/testing-inboundrss/&quot;&gt;Testing&amp;nbsp;inboundRSS&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;I've now made several edits and they are reflected on my site. I put the php snippet for the terminal in backticks, they stayed as backticks on &lt;a href=&quot;http://demo.rss.chat&quot;&gt;demo.rss.chat&lt;/a&gt; but were converted to code tags on my site.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&#10;&#10;&lt;/p&gt;&lt;p&gt;I am now wondering what happens to edits on the WordPress side? If I added categories &amp;amp; tags? Enough for now though. Lots to think about!&lt;/p&gt;</description>
			<pubDate>Mon, 20 Jul 2026 09:27:50 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=189</guid>
			<source:markdown>Just saw [the notice](http://scripting.com/2026/07/19.html#a153823) about the [rss.chat](http://rss.chat) example [inboundRss for wordpress](https://github.com/scripting/rss.chat/tree/main/examples/wordpress/inboundRss) . I must say I hadn't thought about going that way. I had wondered about POSSE from WordPress to rss chat.&#10;&#10;Currently [micro.blog](http://micro.blog) does a great job of posting items from my feed to mastodon and bluesky. I've also used FeedWordPress to pull rss feeds from one place to another.&#10;&#10;Where inboundRSS differs is that it runs in a browser served from _somewhere_. The notes suggest it could site on a server or be served via node locally. I guess a simple php script could work too? inboundRss also updates edited items in real time (a few seconds).&#10;&#10;I've run through [the instructions](https://github.com/scripting/rss.chat/tree/main/examples/wordpress/inboundRss), I had a bit of difficulty getting my site id, but got that from the [WordPress.com API console](https://developer.wordpress.com/docs/api/console/) using GET /me/sites/&#10;&#10;I thimk the problem might be that my site is in a folder not at the top? I tried with a couple of other WordPress sites I run and the documented way worked for them.&#10;&#10;Once I'd filled in the id and my [demo.rss.chat](http://demo.rss.chat) feed I run the file with \`php -S localhost:8081\`&#10;&#10;All I need today is do now is publish this post and it should also go onto my WordPress site. I'll check that and then test editing here by adding a link...&#10;&#10;And it worked: [Testing inboundRSS](https://johnjohnston.info/blog/testing-inboundrss/)&#10;&#10;I've now made several edits and they are reflected on my site. I put the php snippet for the terminal in backticks, they stayed as backticks on [demo.rss.chat](http://demo.rss.chat) but were converted to code tags on my site.&#10;&#10;I am now wondering what happens to edits on the WordPress side? If I added categories &amp; tags? Enough for now though. Lots to think about!</source:markdown>
			<source:comments count="1" feedUrl="https://demo.rss.chat/users/John/comments/189.xml"/>
			</item>
		<item>
			<description>A &lt;a href=&quot;https://johnjohnston.info/blog/rss-chat/&quot;&gt;wee post&lt;/a&gt; about &lt;a href=&quot;http://rss.chat&quot;&gt;rss.chat&lt;/a&gt; based on very little experience.&amp;nbsp;</description>
			<pubDate>Sat, 18 Jul 2026 21:27:20 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=167</guid>
			<source:markdown>A [wee post](https://johnjohnston.info/blog/rss-chat/) about rss.chat based on very little experience.</source:markdown>
			<source:comments count="2" feedUrl="https://demo.rss.chat/users/John/comments/167.xml"/>
			</item>
		<item>
			<description>Thanks Frank, your posts helps put &lt;a href=&quot;http://rss.chat&quot;&gt;rss.chat&lt;/a&gt; in perspective. There are too many questions in my mind at the moment but the appeal of RSS is strong.&amp;nbsp;</description>
			<pubDate>Sat, 18 Jul 2026 21:23:16 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=166</guid>
			<source:markdown>Thanks Frank, your posts helps put rss.chat in perspective. There are too many questions in my mind at the moment but the appeal of RSS is strong.</source:markdown>
			<source:inReplyTo>https://demo.rss.chat/?id=165</source:inReplyTo>
			</item>
		<item>
			<description>Yep 👍</description>
			<pubDate>Fri, 17 Jul 2026 18:48:23 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=141</guid>
			<source:markdown>Yep 👍</source:markdown>
			<source:inReplyTo>https://demo.rss.chat/?id=138</source:inReplyTo>
			</item>
		<item>
			<description>&lt;p&gt;Is this working in &lt;a href=&quot;http://demo.rss.chat&quot;&gt;demo.rss.chat&lt;/a&gt;, I see  %feedUrlEveryone% inside square brackets for the link href here. Safari, mac&lt;/p&gt;</description>
			<pubDate>Fri, 17 Jul 2026 16:02:23 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=137</guid>
			<source:markdown>Is this working in demo.rss.chat, I see  %feedUrlEveryone% inside square brackets for the link href here. Safari, mac</source:markdown>
			<source:inReplyTo>https://demo.rss.chat/?id=134</source:inReplyTo>
			<source:comments count="1" feedUrl="https://demo.rss.chat/users/John/comments/137.xml"/>
			</item>
		<item>
			<description>&lt;p style=&quot;pointer-events: auto;&quot;&gt;Thanks, always a &amp;nbsp;pleasure to see the work. Looking forward to testing &amp;amp; musing.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>
			<pubDate>Fri, 17 Jul 2026 12:38:32 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=130</guid>
			<source:markdown>Thanks, always a  pleasure to see the work. Looking forward to testing &amp; musing.</source:markdown>
			<source:inReplyTo>https://demo.rss.chat/?id=129</source:inReplyTo>
			</item>
		<item>
			<description>&lt;p&gt;All this &lt;em&gt;chat&lt;/em&gt; about RSS is making me think back to when I first found out about it &amp;amp; how excited I was. I assumed everybody would have a blog and read others via RSS. &lt;/p&gt;&#10;&#10;&lt;p&gt;In 2005 I started a podcast with my class of 10 year olds. They had great fun and, I believe learned a lot. Not having a much of an understanding of how to do this I wrote and updated the RSS feed by hand. I then had a php file that used the feed to create the webpage. I had very little understanding of php (still do not) but it worked. &lt;/p&gt;&#10;&#10;&lt;p&gt;I remember, in 2006,  being at an educational conference in Edinburgh. I ended up talking to the keynote speaker on a bus on the way to drinks. He asked me where I thought the technology might be going. I explained my idea that an iPod or similar device could allow audio comments, this would &lt;em&gt;somehow&lt;/em&gt; be uploaded, &lt;em&gt;somewhere&lt;/em&gt;, they would become linked in &lt;em&gt;some sort&lt;/em&gt; of sub element  of the episode in the RSS feed with a time stamp. When you listened to the podcast there would be a wee audio alert when you got to a comment. You could press a button on your iPod if you wanted to pause the episode and listen to the comment.  &lt;/p&gt;&#10;&#10;&lt;p&gt;Podcasting was then a much smaller and simpler thing. I did not imagine we would have podcast that were commercial with millions of listeners.  &lt;/p&gt;</description>
			<pubDate>Fri, 17 Jul 2026 04:26:30 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=127</guid>
			<source:markdown>All this _chat_ about RSS is making me think back to when I first found out about it &amp; how excited I was. I assumed everybody would have a blog and read others via RSS.&#10;&#10;In 2005 I started a podcast with my class of 10 year olds. They had great fun and, I believe learned a lot. Not having a much of an understanding of how to do this I wrote and updated the RSS feed by hand. I then had a php file that used the feed to create the webpage. I had very little understanding of php (still do not) but it worked.&#10;&#10;I remember, in 2006,  being at an educational conference in Edinburgh. I ended up talking to the keynote speaker on a bus on the way to drinks. He asked me where I thought the technology might be going. I explained my idea that an iPod or similar device could allow audio comments, this would _somehow_ be uploaded, _somewhere_, they would become linked in _some sort_ of sub element  of the episode in the RSS feed with a time stamp. When you listened to the podcast there would be a wee audio alert when you got to a comment. You could press a button on your iPod if you wanted to pause the episode and listen to the comment.&#10;&#10;Podcasting was then a much smaller and simpler thing. I did not imagine we would have podcast that were commercial with millions of listeners.</source:markdown>
			<source:comments count="1" feedUrl="https://demo.rss.chat/users/John/comments/127.xml"/>
			</item>
		<item>
			<description>&lt;p&gt;&lt;img src=&quot;https://live.staticflickr.com/65535/55395776646_507e5d9d60_c.jpg&quot; alt=&quot;a faded red admiral butterfly on ragwort&quot; title=&quot;&quot; /&gt;&lt;/p&gt;&#10;&#10;&lt;p&gt;Given the good weather there are quite a lot of butterflies around this week. This looks like quite an old one that has been in the wars, black faded and very ragged. I wonder what tales it  could tell. My &lt;a href=&quot;https://johnjohnston.info/flickrcal/?t=butterfly&quot;&gt;butterfly by month page&lt;/a&gt; is building nicely.&lt;/p&gt;</description>
			<pubDate>Wed, 15 Jul 2026 21:59:33 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=87</guid>
			<source:markdown>![a faded red admiral butterfly on ragwort](https://live.staticflickr.com/65535/55395776646_507e5d9d60_c.jpg)&#10;&#10;Given the good weather there are quite a lot of butterflies around this week. This looks like quite an old one that has been in the wars, black faded and very ragged. I wonder what tales it  could tell. My [butterfly by month page](https://johnjohnston.info/flickrcal/?t=butterfly) is building nicely.</source:markdown>
			</item>
		<item>
			<description>Hello, Just arrived here, very interested to see how this goes. All looks very nice, familiar from Dave’s other recent pieces. Lots of things to think about…</description>
			<pubDate>Wed, 15 Jul 2026 07:03:15 GMT</pubDate>
			<guid>https://demo.rss.chat/?id=48</guid>
			<source:markdown>Hello, Just arrived here, very interested to see how this goes. All looks very nice, familiar from Dave’s other recent pieces. Lots of things to think about…</source:markdown>
			</item>
		</channel>
	</rss>
