fmj
fmj is an rss feed generator. it takes a directory of config files that describe the posts and outputs xml.
the file format is more concise than handwriting xml:
title = s/discord/???
description = on replacing discord
link = https://bear.o7moon.dev/sdiscord/
anything that isnt one of the defined options is a comment
it does not yet properly handle utf-8 input but should eventually.
usage examples:
fmj tests/examples -will output to stdoutfmj tests/noconf filename.xmlwill output tofilename.xmlfmj tests/defaultauthorwill output torss.xml
building / platform support:
fmj.c is the only source file. if you have libc, and a dirent.h on your system then it should work.
build.sh is what i use on my desktop to compile it, as an example.
miscellaneous:
the name fmj comes from my favorite band, but i will lie and say its stands for "Feed m Jenerator" or something.
Description
Languages
C
95.2%
Shell
4.8%