tags:

views:

14

answers:

0

I'm working on a product with a plugin architecture and I wanted a way to inject a help book from a plugin into the help book for the main application.

Example: Lets say I have an application called FooShare that allows a user to share videos. Different plugins let the user share to different places like YouTube or Twitvid. I want the user to be able to open up the help for FooShare and see help topics for all the installed plugins.

Is this possible using the Apple Help APIs or would I need to do something crazy like regenerate the help html files in FooShare?