since at this point there is not enough documantation available (or maybe i didn't look too hard), it's kinda hard to write any new modules without undertsanding how basic module should function.
Is there is a generec module available with some absolutely basic functionality, so people like me could experiment with code?
thanks!
Posts: 8601
a quick forum search turns up this.
another good approach is to copy module.inc from a module that does similar things that you want to do (add item actions, add new views, event handlers, add item summary/detail info, etc) and modify it.
click Wiki / development docs to find the little bit of docs we do have.