# a list of feed types ## rss => https://web.resource.org/rss/1.0/spec rss 1.0 spec => https://www.rssboard.org/rss-specification rss 2.0 spec XML. I think what I implemented was RSS1 and not RSS2 but.. whatever: examples: => //git.thebackupbox.net/blog/rss git commits => //thebackupbox.net/~epoch/blog/feed.cgi?t=application/rss+xml this blog => https://thebackupbox.net/cgi-bin/links.cgi?t=application/rss+xml my bookmarks ## atom => https://www.ietf.org/rfc/rfc4287.txt XML. examples: => //git.thebackupbox.net/blog/atom git commits => //thebackupbox.net/~epoch/blog/feed.cgi?t=application/atom+xml this blog ## ass => https://tilde.town/~dzwdz/ass/ tab separated values. examples: => //git.thebackupbox.net/blog/ass git commits => //thebackupbox.net/~epoch/blog/feed.cgi?t=text/ass this blog ## jsonfeed => https://www.jsonfeed.org/ json. no examples yet. ## JF2 feed => https://indieweb.org/JF2_Feed json. examples: => //thebackupbox.net/~epoch/blog/feed.cgi?t=application/jf2feed+json this blog => https://thebackupbox.net/cgi-bin/links.cgi?t=application/jf2feed+json my bookmarks ## gemfeed => gemini://geminiprotocol.net/docs/companion/subscription.gmi => https://geminiprotocol.net/docs/companion/subscription.gmi text/gemini file with dates in specific spots examples: => //git.thebackupbox.net/blog/gemfeed git commits for this blog => //thebackupbox.net/~epoch/blog/feed.cgi?t=text/gemini this blog ## twtxt => https://twtxt.readthedocs.io/en/stable/user/twtxtfile.html tab separated values. examples: => //git.thebackupbox.net/blog/twtxt git commits as twtxt # related but not really feeds because missing timestamp ## text/uri-list => https://www.iana.org/assignments/media-types/text/uri-list one URI per line. lines starting with # are ignored. I use anything after the first character that isn't a valid URI-character as the start of a comment. examples: => //thebackupbox.net/~epoch/blog/feed.cgi?t=text/uri-list this blog => https://thebackupbox.net/cgi-bin/links.cgi?t=text/uri-list my bookmarks as text/uri-list