-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I would like to start on a HELP system for OSA.
However, unlike a standard EXE application, OSA is browser based and also has plugins. So the help system will need to be able to accept additional help files from plugin developers. These help files could be included in the plugin package, and copied to their folder during installation.
I have several Ideas of how to accomplish this, but wanted to get some insight from other users and developers before I put in the time and work!
- XML file (Could create a small application that creates the xml file, to make this easier for developers.)
- CHM file that displays all the help for a particular object, plugin, etc....
- Simple Text file that displays in a Pop-Up.
- ScrewTurn Wiki, a .net Wiki application that could be linked to OSA. (example: localhost:8081/Help/Objects)