Note: This documentation is not API documentation, but user help documentation (WPF app)
Requirements:
- Documentation is done by off-site non-techy persons
- Supports multiple languages
- Should be able to link to help textes from code (typical pop up bubble next to a textbox)
- Help should ideally be maintained from one place by non-techy persons
- Should be easily generated into other formats (PDF etc)
- Available offline | online | printed
- Preferably a standard format and not proprietary
Been reading up and down other threads and have a feeling that there is no good platform for these requirements.
My thought is a help documentation in HTML (non-techy can use a editor), available online (maintained one place), but as the system mostly run offline, a version is downloaded locally (and possibly updated when online again). The biggest problem is to link short help texts within the application to some paragraph in the documentation (say a cryptic textbox parameter you forgot what function is) and at the same time have the right localization.. ideally I'd put small help texts like that in resource files (but would not be maintainable from one place..)
I can see some problems with this solution too, so any good thoughts on this matter?