-
byParsing the Wordpress XML file with feedparser strips all of the Wordpress specific data. But it looks like I can use BeautifulSoup (which I'm using elsewhere) to get what I need. The "xml" parser preserves the CData, so I can get the encoded data, too. Progress.
Example of getting content from Wordpress export files with Python -
byShipped full support for checkins and syndication urls . Yay! π Next up is support for importing posts from Wordpress...π¬
-
byI got the web interface working for adding and removing of syndication urls. Nice and simple. Once I've got them marking up properly, I think they're ready to ship!
Adding syndication urls in Tanzawa -
Response to
Whatβs cool about this: you can watch for mentions of whatever you want, and those come to you in the same app where your other feeds live.
Following Twitter searches in NetNewsWire looks super handy. Will have to add the #IndieWeb hashtag once this is released.Β -
byBack to building some base infrastructure again. This time for adding / deleting syndication urls. Deleting is simple enough β it's just a (hidden) checkbox with a small stimulus controller setup to toggle its label text between "Remove" and "Undo".
Adding a secondary form also works. I output an empty formset form into my template then use a small action to copy it, replace the id and update the management form, 5 lines of code, half of which is variable definitions.
My goal is to be able to reuse this whenever I need to add multiple related records to a post without any modifications.