-
Notifications
You must be signed in to change notification settings - Fork 2
orymate/rssgen.sh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published