antenna is a tool for working with RSS feeds and rendering a link blog. It is inspired by Dave Winer’s Textcasting and FeedLand and my own experimental website, antenna.
The approach I am taking is to make it easy to curate feeds and generated a static website using a simple command line tool. I believe that a link blog which can consume and generate RSS can be a basis for a truly distributed social web. It avoids the complexity of solutions like ATProto and ActivityPub.
Features:
The ability to harvest feed items means we can read what others post on the web. The Markdown content can be added to a feed allows us to comment on the items read (thus being social).
Through YAML configuration files you can customize the HTML rendered by antenna on a per collection basis. That means it is possible to recreate a “news paper” like experience.
A static website using antenna can grow through either enhancing the HTML markup defined in the YAML configuration or through manipulation of the collection contents in the SQLite3 database. This provides opportunities to integrate with other static website tools like PageFind and FlatLake. You can even use {app_name} to augment your existing blog.
There is an experimental installer.sh script that can be run with the following command to install latest table release. This may work for macOS, Linux and if you’re using Windows with the Unix subsystem. This would be run from your shell (e.g. Terminal on macOS).
curl https://rsdoiel.github.io/antennaApp/installer.sh | sh
This will install the programs included in antennaApp in your
$HOME/bin directory.
If you are running Windows 10 or 11 use the Powershell command below.
irm https://rsdoiel.github.io/antennaApp/installer.ps1 | iexYou may get security warnings if you are using macOS or Windows. See the notes for the specific operating system you’re using to fix issues.
antennaApp directorygit clone https://github.com/rsdoiel/antennaApp
cd antennaApp
make
make test
make install