💾 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

View Raw

More Information

-=-=-=-=-=-=-

Feeds in gemini

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.

Json Feeds

The Json Feed Website

{
    "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"
        }
    ]
}

3 colon format (it doesn't really have a name)

yyyy/mm/dd ::: link_to_article ::: title ::: text describing the content \r\n

Gemtext

=> link1 yyyy-mm-dd title1
Description1...
=> link2 yyyy-mm-dd title2
Description2...

CSV

There hasn't been an example of how csv should be used

Gemlog

Home