💾 Archived View for gmn.clttr.info › sources › orrg.git captured on 2022-03-01 at 15:03:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2022-04-28)

🚧 View Differences

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

git clone https://src.clttr.info/rwa/orrg.git

commits/

refs/

tree/

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 http(s) within gemini.

gemini

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

features

* include links to originating site and every article

* strip html tags from item description

gemini-protocol-support is currently implemented using gcat till popular perl libs have catched up. :)

gcat

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

requirements

* URI::Escape

* XML::FeedPP

* DateTime

* DateTime::Format::ISO8601

* HTML::Strip