Friends.txt
Source CodeFriends.txt is a standard way to communicate over the web who you like, and who they like too! Friends.txt is based around a file you serve on your website of the same name. Here is my /friends.txt! It is really simple. You can then go to the source code and use the friends app to automatically generate a friends page, that you then statically serve on your page. Here is my friends page. It will pull your friends, and also the friends of your friends to help others discovery really cool pages in your friend network.
Installation
To install to your user at ~/.local/bin
curl -sSL https://robertismo.com/releases/friends.txt/install.sh | sh
To install system-wide at /usr/local/bin
curl -sSL https://robertismo.com/releases/friends.txt/install.sh | sudo sh