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"

(Development resources)
m (Calendar of Orion development calls)
 
(63 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{Infobox
+
{{Infobox Orion
 
| name      = Orion
 
| name      = Orion
 
| download  = http://download.eclipse.org/orion/
 
| download  = http://download.eclipse.org/orion/
Line 8: Line 8:
 
| product  = Orion
 
| product  = Orion
 
| source    = http://wiki.eclipse.org/Orion/Getting_the_source
 
| source    = http://wiki.eclipse.org/Orion/Getting_the_source
 +
| mattermost = orion
 
}} __NOTOC__  
 
}} __NOTOC__  
  
Orion is an open source project under the [[Eclipse]] top-level project. The project is currently in the [http://www.eclipse.org/projects/dev_process/development_process_2010.php#6_2_3_Incubation Incubation] phase. See the original project [http://eclipse.org/proposals/eclipse.orion/ proposal] for details on the scope and goals of the project.
+
Orion is an open source project under the [[ECD|Eclipse Cloud Development]] 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'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 can be embedded in applications and web pages.  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 20: Line 21:
 
== Project overview ==
 
== Project overview ==
  
 +
* [[/Plan|Project plans]]
 
* [[/Project mission statement|Project mission statement]]
 
* [[/Project mission statement|Project mission statement]]
 
* [[/FAQ|Frequently asked questions]]
 
* [[/FAQ|Frequently asked questions]]
* [[/Development principles|Development principles]]
+
* [[/Development principles|Development principles]] and [[/Architecture|Architecture]]
* [http://orionhub.org Public beta server] ([http://eclipse.org/orion request an account]])
+
* [http://orionhub.org Public Test server]
 
* [[Orion/Documentation/User_Guide|Orion User Guide]]
 
* [[Orion/Documentation/User_Guide|Orion User Guide]]
** [http://eclipse.org/orion/getstarted.php Getting started with Orion]
+
* [[Orion/Getting_Started_with_Orion|Orion Getting Started Guide]]
* [[/Plan|Project plans]]
+
* [[Orion/How Tos/Code Edit|Code Edit Widget Getting Started Guide]]
 +
* [[Orion/Node/Getting_started|Orion Node Getting Started Guide]]
 +
* [[Orion/Testing|Orion Test Script and Test Plans]]
 +
<!--
 
* [[/Buzz|Buzz]] - articles and blog posts on Orion
 
* [[/Buzz|Buzz]] - articles and blog posts on Orion
 
* [[/Evangelism|Evangelism]] - presentations on Orion
 
* [[/Evangelism|Evangelism]] - presentations on Orion
* [[/EditorWishList|Editor wish list]]
+
-->
  
== Development resources ==
+
== Development resources ==
  
* [http://download.eclipse.org/orion/ Downloads]
+
*[http://download.eclipse.org/orion/ Downloads] ([[Orion/Repositories|Repositories]])
* [[Orion/Documentation/Developer_Guide|Orion Developer Guide]]
+
*[[Orion/Documentation/Developer Guide|Orion Developer Guide]]  
** [http://orion.eclipse.org/jsdoc/index.html Client API]
+
**[http://orion.eclipse.org/jsdoc/index.html Client API]  
** [[Orion/Server API|Server API]]
+
**[[Orion/Server API|Server API]]
** [[/Security|Security]]
+
**[[Orion/API Changelog|API Changelog]]
** [[Orion/Plugin API Changes/R0.5|Breaking Plugin API Changes in R0.5]]
+
**[[/Security|Security]]
* [[Orion/How_Tos|How-tos]]
+
**[[Orion/Bug_Triage|Bug Triaging]]
** [[Orion/How_Tos/Install_Orion_on_Localhost|How to install and run Orion]]
+
**[[Orion/How Tos/Code Edit|Code Edit Widget]]
** [[Orion/Getting the source#Self_hosting_setup|How to use Orion to edit Orion]]
+
**[[/Internationalization|Internationalization]]  
** [[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|How-tos]]  
* [[Orion/Coding_conventions|Naming and coding conventions]]
+
**[[Orion/How Tos/Install Orion on Localhost|How to install and run Orion]]  
* [[Orion/Server admin guide|Server administration guide]]
+
**[[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/Visual_Plugin_Strategy|Visual plugin strategy]]
+
**[[Orion/Documentation/Developer_Guide/Simple_plugin_example|How to write a plugin that extends Orion]]
* [[Orion/Page_Layout|Orion Page Anatomy and Layout]]
+
**[[Orion/How_Tos/How_to_write_an_Orion_SDK_plugin|How to write an Orion SDK plugin]]
* [[Orion/Use Cases]]
+
**[[Orion/How_Tos/How_to_brand_Orion|How to brand your own Orion instance]]
* [[Orion/Testing Orion Accessibility]]
+
**Code edit widget with language tooling
* [[Orion/Manual Test Cases]]
+
***[[Orion/How Tos/Code Edit|How to embed the Orion code edit widget in your web page]]  
 +
**Minimal Editor
 +
***[[Orion/How Tos/Editor Build|How to embed the Orion editor in your web page]]  
 +
***[[Orion/How Tos/Editor Theme|How to theme the Orion Editor]]
 +
**Compare widget
 +
***[[Orion/How Tos/Compare_widget_Build|How to embed the Orion compare widget in your web page]]
 +
**Git
 +
***[[Orion/How Tos/Using_Gerrit_in_Orion|Using Gerrit in Orion]]
 +
 
 +
*[[Orion/Coding conventions|Naming and coding conventions]]  
 +
*[[Orion/Server admin guide|Server administration guide]]  
 +
*[[Orion/Bug Triage|How bugs are triaged]]
 +
*[[Orion/Terminal_Administration_Guide|Terminal administration guide]]
 +
*[[Orion/Visual Plugin Strategy|Visual plugin strategy]]  
 +
*[[Orion/Page Layout|Orion Page Anatomy and Layout]]  
 +
*[[Orion/Use Cases]]  
 +
*[[Orion/Accessibility]]  
 +
*[[Orion/Manual Test Cases]]
 +
*[[Orion/Metrics]]
 +
*[[Orion/User Experience]]
 +
**[[Orion/UX_Issues/R0.5|UX Issues targeted in 0.5]]
 +
**[[Orion/UX_Issues/Selections|Discussion of Selections and Actions]]
 +
*[[Orion/EditorWishList|Orion Editor Wishlist]]
 +
*[[Orion/JavaScript|JavaScript Tooling]]
 +
**[[Orion/Dependency resolution | Dependency resolution]]
 +
**[[Orion/ESLint | ESLint]]
 +
**[[Orion/JavaScript/API | Experimental API]]
 +
**[[Orion/JavaScript/Build | Experimental Build Instructions]]
 
| width="45%" valign="top" |
 
| width="45%" valign="top" |
  
 
== Getting involved ==
 
== Getting involved ==
 
* [[Orion/Getting the source|Getting the source (and building it)]]
 
* [[Orion/Selfhosting|Self-hosting on orion.eclipse.org (for Orion committers)]]
 
* [[Orion/Contributing Code|Contributing code changes to Orion (for non-committers)]]
 
* [[Orion/Running the tests|Running the tests]] (and [[Orion/JS Unit Test|writing them]])
 
* [https://dev.eclipse.org/mailman/listinfo/orion-dev Mailing list]
 
* [irc://irc.freenode.net/#eclipse-orion #eclipse-orion] on IRC ([[IRC|IRC Help]])
 
* [[Orion/Meeting minutes|Meeting minutes]]
 
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion Report a bug]
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion Report a bug]
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Orion;classification=Eclipse Query of open bugs]
+
* [https://mattermost.eclipse.org/eclipse/channels/orion Chat on our mattermost channel]
* [[Orion/Planning Meeting|Orion Planning Summit]]
+
* [[Orion/Getting the source|Getting the source (committers and non-committers)]]
 +
* [[Orion/Contributing Code|Contributing your changes]]
 +
* [[Orion/Running the tests|Running the tests]] and [[Orion/JS Unit Test|writing them]]
 +
* [[Orion/Selfhosting|Self-hosting on orion.eclipse.org (committers only)]]
 +
* [[Orion/Meeting minutes|Meeting minutes]]
 
* [[Orion/Documentation|Writing documentation]]
 
* [[Orion/Documentation|Writing documentation]]
 
* [[Orion/Releng_Builds|Orion Build Info]]
 
* [[Orion/Releng_Builds|Orion Build Info]]
Line 69: Line 97:
 
== 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]  
+
There are no regularly scheduled development calls at this time. To contact the developers, please use Mattermost or post on the Orion mailing list.
 +
 
 +
<!--
 +
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]  
 +
 
 +
You may have to [https://support.mozilla.org/en-US/kb/how-does-content-isnt-secure-affect-my-safety?as=u&utm_source=inproduct disable protection on this page] if you don't see the calendar below (see also {{Bug|434567}}).
 +
 
 +
<googlecalendar title="Orion Calendar" mode="AGENDA" height="300" width="100%">orioncloudcoding%40gmail.com</googlecalendar>
  
 
| width="10%" valign="top" |  
 
| width="10%" valign="top" |  
 +
 
|}
 
|}
  
 
[[Category:Orion]]
 
[[Category:Orion]]
 +
 +
-->

Latest revision as of 15:23, 1 April 2019

Orion
Website
Download
Community
Mailing ListForumsMattermostIRC
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse Source

Orion is an open source project under the Eclipse Cloud Development 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 can be embedded in applications and web pages. 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

There are no regularly scheduled development calls at this time. To contact the developers, please use Mattermost or post on the Orion mailing list.


Back to the top