Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Accessing a help TOC on remote server via http

You can register remote help infocenters in the Preferences:
http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.user/reference/help_preferences_content.htm

It might be possible to equip a product with plugin_customization.ini to have some remote help servers
pre-registered (but I didn't test that).

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6


-----Original Message-----
From: platform-dev-bounces@xxxxxxxxxxx [mailto:platform-dev-bounces@xxxxxxxxxxx] On Behalf Of Stasik0
Sent: Tuesday, July 26, 2011 8:11 AM
To: Eclipse platform general developers list.
Subject: Re: [platform-dev] Accessing a help TOC on remote server via http

Hi,

so i will have to write a plugin which downloads the stuff? Is there some alternative? Maybe a different extension point?

Regards
Sten

On 25 July 2011 22:55, Chris Goldthorpe <cgold@xxxxxxxxxx> wrote:
> That is not going to work, the file attribute only accepts a path 
> which is on the file system, and uses that path to open a java.io.File.
>
> Chris Goldthorpe
>
>
>
> From:        Stasik0 <stasik0@xxxxxxxx>
> To:        platform-dev@xxxxxxxxxxx
> Date:        07/25/2011 01:40 PM
> Subject:        [platform-dev] Accessing a help TOC on remote server 
> via http Sent by:        platform-dev-bounces@xxxxxxxxxxx 
> ________________________________
>
>
> Hi,
>
> I'd like to link my help toc and contents from remote server. Ideally, 
> I'd like to implement something like:
>
> <extension point="org.eclipse.help.toc">
>   <toc file="http://www.server.com/toc.xml
> " primary="true" />
> </extension>
>
> Is it possible? Do I need a different extention point?
>
> Best Regards
> Sten
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-dev
>
>
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-dev
>
>
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-dev


Back to the top