Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
Imported from Trac ticket #78 reported by patrickmj on 2010-09-15:
The dates reported on the Projects page appear to be the dates for the last item in the project. Adding
<?php the_date(); ?> <?php global $post; echo $post->ID; ?>
for the td for the date shows the difference when you look at the project ID, and when you look at the item IDs within the project.