I have a RCP application which has a help plugin which defines some
org.eclipse.help.toc extensions to provide help contents. It works fine.
But I would like know a few more things about help :
- I don't know in details how the eclipse help system work but it seems to
be based on a local web server running on the port 52437. Would it be
possible to configure the help of my RCP app to a remote web server which
would always provide up to date help ? If so, what should I do to configure
the remote web server and how could I configure my RCP app to retrieve help
contents from it ?
- At least, even if I cannot use distant help contents, I would still like
to publish the whole help contents on a web site. Just like eclipse.org does
it from the URL http://help.eclipse.org/help33/index.jsp which reproduces
the help of the eclipse platform. Is it possible ? Could anyone point me to
any articles about this please ?
I have googled to find anything on the topic, but the "help" keyword seem to
be quite confusing for search engines...