Skip to content

Rss generator shell script for single static HTML home pages

Notifications You must be signed in to change notification settings

orymate/rssgen.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a small shell script, which generates semi-automagically RSS feeds for
single static HTML pages.

Its most specific requirement is `date -R` for RFC compliant date format, and
`diff -u`.
It uses your text editor from $VISUAL envvar, defaults to vi.

Use it like this:
cd public_html
vim news.html
echo BASE='http://example.org/news.html' > rssgen.conf # only once ofc
./rssgen news.html rss.xml

You might use a Makefile:
rss.xml: news.html
	./rssgen $< $@


About

Rss generator shell script for single static HTML home pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages