Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Difference between revisions of "EPP/MPC/Provider Guide"
(→End-User URLs for solutions) |
(→End-User URLs for solutions) |
||
Line 37: | Line 37: | ||
User are now able to drag and drop this link into their running Eclipse instance to install the defined solution. | User are now able to drag and drop this link into their running Eclipse instance to install the defined solution. | ||
+ | |||
+ | === Related Tasks === | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=336154 336154]: solution vendors can obtain a URL facilitating installation of their solution | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=336156 336156]: user can DnD url from web browser into Eclipse to start MPC install sequence |
Latest revision as of 06:28, 7 March 2011
Overview
This guide provides information for providers of marketplace instances that are called by the Eclipse Marketplace Client (MPC).
End-User URLs for solutions
In order to help solution vendors to facilitating installation of their solution, there are three ways for the MPC user to install a solution.
- Inside MPC: Select a marketplace and search for the solution, click Install
- DnD a MPC-enriched hyperlink into the running Eclipse instance
- Navigate to a MPC-enriched hyperlink with the Eclipse-internal browser
For the last two solutions, the marketplace needs to put a link on the web presentation of their solution that contains the necessary information for MPC. Here is an example for such a link:
<p> <a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1376">Simple Install Link</a> </p>
To improve the user expierence, also images can be used to link to the install target:
<p> <a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1376"> <img src="misc/mpcInstall.png" /> </a> </p>
Requirements
- Link needs to to live on the marketplace itself (eg. http://marketplace.eclipse.org)
- Link needs to contain the "mpc_install" parameter with the node id as value (see Marketplace/REST)
- Link can contain text or images
User are now able to drag and drop this link into their running Eclipse instance to install the defined solution.