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"

(5 intermediate revisions by 4 users not shown)
Line 10: Line 10:
 
}} __NOTOC__  
 
}} __NOTOC__  
  
Orion is a Mature open source project under the [[Eclipse]] top-level project.
+
Orion is an open source project under the [[Eclipse]] top-level project.
  
Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development.  Orion components are individually consumable and examples of this are [http://www.mozilla.org/en-US/firefox Mozilla Firefox Scratchpad], [https://github.com/SpringSource/scripted SpringSource stand-alone Editor].  All the components of Orion together can be viewed at the public facing [http://orionhub.org OrionHub] site where anyone can create an account and try Orion out.
+
Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development.  Orion components are individually consumable and examples of this are [http://www.mozilla.org/en-US/firefox Mozilla Firefox Scratchpad], [https://github.com/scripted-editor/scripted/ Scripted Editor].  All the components of Orion together can be viewed at the public facing [http://orionhub.org OrionHub] site where anyone can create an account and try Orion out.
  
 
{| width="100%" cellspacing="6" border="0"
 
{| width="100%" cellspacing="6" border="0"
Line 25: Line 25:
 
* [http://orionhub.org Public Test server]
 
* [http://orionhub.org Public Test server]
 
* [[Orion/Documentation/User_Guide|Orion User Guide]]
 
* [[Orion/Documentation/User_Guide|Orion User Guide]]
* [[Orion/Getting_Started_with_Orion|Orion Getting Started Guid]]
+
* [[Orion/Getting_Started_with_Orion|Orion Getting Started Guide]]
 
* [[/Plan|Project plans]]
 
* [[/Plan|Project plans]]
 
* [[/Buzz|Buzz]] - articles and blog posts on Orion
 
* [[/Buzz|Buzz]] - articles and blog posts on Orion
Line 42: Line 42:
 
**[[Orion/Getting the source#Self_hosting_setup|How to use Orion to edit Orion]]  
 
**[[Orion/Getting the source#Self_hosting_setup|How to use Orion to edit Orion]]  
 
**[[Orion/How Tos/Setup Orion Client Hosted Site on OrionHub|How to define a site on OrionHub where you can host Orion client apps]]  
 
**[[Orion/How Tos/Setup Orion Client Hosted Site on OrionHub|How to define a site on OrionHub where you can host Orion client apps]]  
 +
**[[Orion/Documentation/Developer_Guide/Simple_plugin_example|How to write a plugin that extends Orion]]
 
*[[Orion/Coding conventions|Naming and coding conventions]]  
 
*[[Orion/Coding conventions|Naming and coding conventions]]  
 
*[[Orion/Server admin guide|Server administration guide]]  
 
*[[Orion/Server admin guide|Server administration guide]]  
Line 68: Line 69:
 
== Calendar of Orion development calls ==
 
== Calendar of Orion development calls ==
  
<googlecalendar title="e4 dev calls Calendar" mode="AGENDA" height="300" width="100%">ctri5teoag0n87t2qu9bla8u3g%40group.calendar.google.com</googlecalendar> This calendar is available in the following formats:<br> [[Image:Ical.gif]][http://www.google.com/calendar/ical/ctri5teoag0n87t2qu9bla8u3g%40group.calendar.google.com/public/basic.ics iCal],[[Image:Xml.gif]][http://www.google.com/calendar/feeds/ctri5teoag0n87t2qu9bla8u3g%40group.calendar.google.com/public/basic ATOM News Feed],[[Image:Html.gif]][http://www.google.com/calendar/embed?src=ctri5teoag0n87t2qu9bla8u3g%40group.calendar.google.com&ctz=Canada/Toronto HTML]  
+
<googlecalendar title="Orion Calendar" mode="AGENDA" height="300" width="100%">orioncloudcoding%40gmail.com</googlecalendar> This calendar is available in the following formats:<br> [[Image:Ical.gif]][https://www.google.com/calendar/ical/orioncloudcoding%40gmail.com/public/basic.ics iCal],[[Image:Xml.gif]][https://www.google.com/calendar/feeds/orioncloudcoding%40gmail.com/public/basic ATOM News Feed],[[Image:Html.gif]][https://www.google.com/calendar/embed?src=orioncloudcoding%40gmail.com&ctz=America/New_York HTML]  
  
 
| width="10%" valign="top" |  
 
| width="10%" valign="top" |  

Revision as of 16:27, 15 November 2012

Orion
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Orion is an open source project under the Eclipse top-level project.

Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development. Orion components are individually consumable and examples of this are Mozilla Firefox Scratchpad, Scripted Editor. All the components of Orion together can be viewed at the public facing OrionHub site where anyone can create an account and try Orion out.

Project overview

Development resources

Getting involved

Calendar of Orion development calls

This calendar is available in the following formats:
Ical.gifiCal,Xml.gifATOM News Feed,Html.gifHTML

Back to the top