known_feeds.gmi (427B)
1 {% include 'fragments/header.gmi' %} 2 3 4 ## Known Gemini Feeds 5 6 Below are the public feeds of which geminispace.info is aware. This list is auto-generated from the index, so if your feed is not showing up here, please use the link at the bottom of this page to submit a crawl request for your feed URL. 7 8 {% for feed in known_feeds %} 9 {{ "=> {} {}".format(feed.url, feed.url) }} 10 {% endfor %} 11 12 {% include 'fragments/footer.gmi' %}