How to generate a list of Blogs?
I'm trying to get a Blog List, a list of links to the blogs of any user who has posted a blog entry. I see that there is an old Blog List module but it hasn't really been updated to 6.x (the patch that someone added for 6.x is very rough and doesn't really include skinning classes / IDs). I tried to use another method that I found using Views Group By but the group by module doesn't give me the control over the SQL that I need and I end up with issues of either the fields I need to show not being populated with data or duplicates.
I'm really surprised that this doesn't already exist in some capacity as it seems to me something that folks would use a lot. Maybe my searches haven't been that successful and I've missed something that everyone is using that has a less obvious name. Please point me in the right direction.

=-=
consider the views.module for creating lists. For the most part all contrib modules that were designed around the idea of a list have been replaced by views.
Thanks for the reply. As I
Thanks for the reply. As I indicated in my original post, I have tried the Views module. I need some guidance on how to get the fields I want without duplicates.
My intention was to use the Views Group By module to group by UID with a filter on Blog posts. This works great to show a list of users who have blogs. Unfortunately I can't seem to figure out how to get a link to that blog though.