NAME

App::BookmarkFeed - Create a RSS feed from Markdown files

SYNOPSIS

use App::BookmarkFeed;
App::BookmarkFeed::main(@ARGV);

DESCRIPTION

The bookmark-feed turns external links in a bunch of Markdown pages into a RSS feed.

The arguments are all file names. All but the last file are existing Markdown files to be checked for new links. The last file is the resulting feed file. It is overwritten.

SEE ALSO

bookmark-feed documents the details of how the Markdown pages are processed.

REFERENCES

RSS 2.0 Specification