This is exactly what I was looking for. I needed to create menu items that would display the title and intro text of a content item, with the title linking to the content. With a passing familiarity with PHP and CSS and some patience for experimentation with the format string, this is fairly easy to achieve with this module.
A nice bonus...the module can be used multiple times on the same page. Here's how:
1. Extract all the files in the archive
2. Do a search/replace on the text in each file - replace 'dn' with 'dn1' (or 'dn2', or 'dn3'...depending on the number of times you install it)
3. Rename any filename that contains the string 'dn' to 'dn{X}', as in the previous step
4. Rezip the files (following the same structure as the original archive)
5. Install the archive through Joomla
Cons - I wish it wouldn't strip out the HTML tags of the content by default. This can be prevented by editing Line #55 of mod_dn.php:
Change '$text = strip_tags($text);'
to '//$text = strip_tags($text);'
Also, I don't know why it has its own CSS.
All in all though, no major complaints. : ) Thanks for a great mod!