💾 Archived View for tilde.team › ~prisonpotato › gemlog › gemini_feeds.gmi captured on 2020-09-24 at 01:19:31. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
2020-09-07
Right now there is some talk on the mailing lists about the format that feeds for gemlogs and suchlike. Right now the defacto standard is atom feeds, however a there are a few new proposals. I just wanted to compile the current proposals if you don't feel like combing through the mailing list archives.
{ "version": "https://jsonfeed.org/version/1.1", "title": "My Example Feed", "home_page_url": "https://example.org/", "feed_url": "https://example.org/feed.json", "items": [ { "id": "2", "content_text": "This is a second item.", "url": "https://example.org/second-item" }, { "id": "1", "content_html": "<p>Hello, world!</p>", "url": "https://example.org/initial-post" } ] }
yyyy/mm/dd ::: link_to_article ::: title ::: text describing the content \r\n
=> link1 yyyy-mm-dd title1 Description1... => link2 yyyy-mm-dd title2 Description2...
There hasn't been an example of how csv should be used