Skip to main content

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.

Jump to: navigation, search

EPP/MPC/Provider Guide

< EPP‎ | MPC
Revision as of 19:34, 25 February 2011 by B.muskalla.gmail.com (Talk | contribs) (New page: = 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 t...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

  • Select the right marketplace and search for the solution
  • 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

User are now able to drag and drop this link into their running Eclipse instance to install the defined solution.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.