online rss & atom feed reader for gemini
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
René Wagner b125f8bff2
skip request that require an input
12 months ago
lib update links 2 years ago
.gitignore integrate handling gemini:// uris using gcat 2 years ago
LICENSE implemented basic features 2 years ago
README.md Update 'README.md' 12 months ago
index.pl do not act if a path is set 2 years ago
orrg.pl skip request that require an input 12 months ago
popular.pl use true relative links 2 years ago
recent.pl use true relative links 2 years ago
robots.txt use true relative links 2 years ago

README.md

orrg (online rss feed reader for gemini)

public instance: [gemini://orrg.clttr.info]

orrg is a cgi script for gemini servers. It delivers an easy way to consume atom or rss feeds shipped over gemini or https.

Lists of popular and recently visited feeds as well as viewing a random feed help you discover new things.

features

  • load an atom/rss feed from gemini or https (http is deliberately not supported!) given by user input
  • render feed (channel info & entrys) as a gemini site
    • include links to originating site and every article
    • strip html tags from item description
  • lists of popular and recently visited feeds
  • random feed selector

non-features

orrg will never be a full-fletched feed aggregator with archiving and searching capabilities.

Given this restrictions is not suitable for high traffic feeds which are updated very often. But it should work quite well for slow paced feeds of blogs and so on.

installation

  • setup your geminiserver with cgi enabled
  • git clone the repo to the directory
  • open the capsule in a gemini client

requirements