text/gemini; lang=en
# parabola
This is a command line program that takes a gmisub url (on gemini), such as Antenna, follows all the links, and prints an Atom feed with all the post included and converted to HTML to stdout.
Any links in them retain the gemini:// scheme so you can open your Gemini browser from your Atom reader if you wanna browse around further.
It can also take a tinylog url instead.
## Usage
```Code
PARALOG=yes parabola --date-limit 691200 gemini://my-boring.url/example 1> feed.xml 2>> /tmp/paralog.log
```
Or, without logging:
```Code
parabola gemini://my-boring.url/example > feed.xml
```
Please don’t store this generated feed where web crawlers can find it since a lot of Gemini writers don’t want to be on the WWW.
## Source code
For a repo,
```Code
git clone https://idiomdrottning.org/parabola
```
This content has been proxied by September (ba2dc).