Before the date was taken on the destination files, since they are generated
in the right order, lists based on last modified date were right but with
the wrong date.
Now rivet creates another list during the creation of the main object list just
for storing dates of the source files. There is a 1:1 correspondance between
the files in the objlist and the dates in the objdate lists so they can be
retrived with the same counter.
Another change is that now shortened dates are displayed in the index link
list.
Fixed missing newlines in help message and made it so that setting the -m flag
to 0 incudes all files in the atom feed. Also madde this behaviur the default
changes:
- rivet now generates an atom feed with the last 3 (configurable)
modified articles
- rivet now generates links in the index list to html files in srcdir
- Articles with unkown title will have their filename as the title
- minor code refractor