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

Difference between revisions of "Orion/Documentation/User Guide/Reference/Greasemonkey scripts"

Line 3: Line 3:
 
= Greasemonkey scripts =
 
= Greasemonkey scripts =
  
Using [http://en.wikipedia.org/wiki/Greasemonkey Greasemonkey] scripts, clonning git repositories into Orion is now much even easier then it used to be.
+
With [http://en.wikipedia.org/wiki/Greasemonkey Greasemonkey] scripts, clonning a git repository into Orion is now even easier then it used to be.
  
To install in Firefox ...
+
To install a script of your choice in Firefox, you need to install [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey Add-on] first, and then follow the script "Install" link. For Chrome, visiting the link should be enough.
To install in Chrome ...
+
  
 
== github.com ==
 
== github.com ==
  
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js install]
+
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js 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.
 +
 
 +
[[Image:Orion-github-scripted.png]]
  
 
== git.eclipse.org ==
 
== git.eclipse.org ==
  
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/git.eclipse.org/cloneIntoOrion.user.js install]
+
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.
 +
 
 +
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/git.eclipse.org/cloneIntoOrion.user.js Install]
 +
 
 +
[[Image:Orion-giteclipseorg-scripted.png]]
  
 
== bugs.eclipse.org ==
 
== bugs.eclipse.org ==
  
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/bugs.eclipse.org/cloneIntoOrion.user.js install]
+
[http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.git.greasemonkey/bugs.eclipse.org/cloneIntoOrion.user.js 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.

Revision as of 11:32, 31 January 2012

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