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

Orion/Documentation/User Guide/Reference/Greasemonkey scripts

Warning2.png
Work in progress
The page hasn't been finished yet.


Greasemonkey scripts

With Greasemonkey scripts, clonning a git repository into Orion is now even easier then it used to be.

To install a script of your choice in Firefox, you need to install Greasemonkey Add-on first, and then follow the script "Install" link. For Chrome, visiting the link should be enough.

github.com

Install

The script adds a button to Github repo landing page. When pressed, you're taken to orionhub.org with cloning dialog already populated and ready to be started.

Orion-github-scripted.png

git.eclipse.org

The scripts converts git URLs at the bottom of a repo page into links. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started.

Install

Orion-giteclipseorg-scripted.png

bugs.eclipse.org

Install

The script adds a link next to the Component field. When clicked, you're taken to orionhub.org with cloning dialog already populated and ready to be started. The link is added only for limited number of components within Orion and Platform projects.

Back to the top