Wiki Application subscriptions

Hi ,

We had a requirement for wiki application subscription as forum subscription.And using core_v2_applicationSubscription Script API we are trying to create subscriptions which were working fine.

So users who subscribed to wikis should be notified when a new wiki page is created, and when a  comment is added to the wiki. 

1) Do we need to use the Wiki Page After Create Event and retrieve the list of subscribers and send the notification?

2) And for comment do we need to use COmment After Create Event retrieve the list and send the notification? 

And individual page notification should not be fired , so that user wont receive the duplicate notification .

Please let me know what would be the best apporoach .