Hi all, long time no see
I am making a web page based on Joomla for a friend and I wonder did anyone found a free extension which could solve my problem:
I need to have Categories list with all articles assigned to them from
current section only. I was trying dozen of existing modules and none of them have the simplicity I need. After few hours of trying to make them work my way I have enough, but promised deadline is coming. I believe it shouldn't be hard to code but, recently, I don't have enough nerves for that

The only thing I'd like to see is something like this generated:
<ul clas="xxx">
<li>Category name</li>
<li>
<ul>
<li id="art-$id"><a href="">Article name</a></li>
<li id="art-$id"><a href="">Article name</a></li>
</ul>
</li>
<li>Second Category name</li>
<li>
<ul>
<li id="art-$id"><a href="">Article name</a></li>
</ul>
</li>
</ul>
Will someone give a little help for forgotten member? I would really appreciate any effort.
Thank you in advance.
P.S. If such module could work with JoomFish without glitches it would be pretty awesome.