The help-documentation tag has no usage guidance.
10
votes
5answers
2k views
Alternativates to HTML Help
We currently use a system called AsciiDoc which allows us to create documentation in a simple text markup. From that we can generate multiple output formats. We only make use of the pdf output and chm ...
3
votes
2answers
1k views
How do I add a Help system to my WinForms project?
I have pretty much completed work on a Winforms application, and would like to add a Help feature for users. I cannot send users to a website, and am thinking along the lines of the kind of help you ...
2
votes
2answers
209 views
How can I translate my android app help and keep it up to date?
My Android application is almost done and I spend much time creating a set of very precise help pages in HTML that I display using WebViews. I am now ready for the next step, which is i18n.
...
2
votes
2answers
520 views
Is there any taxonomy/language to describe user interfaces?
I'm currently researching the options which I have, to build an 'Online Help System'. This system should offer the user information about dialogs - which consists mainly out of forms.
So my main ...