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)
(9 intermediate revisions by 4 users not shown)
Line 23: Line 23:
 
* [[/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 Test server]
 
* [http://orionhub.org Public Test server]
 
* [[Orion/Documentation/User_Guide|Orion User Guide]]
 
* [[Orion/Documentation/User_Guide|Orion User Guide]]
Line 37: Line 37:
 
**[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]]  
 +
**[[Orion/API Changelog|API Changelog]]
 
**[[/Security|Security]]  
 
**[[/Security|Security]]  
**[[Orion/Plugin API Changes/R0.5|Breaking Plugin API Changes in R0.5]]  
+
**[[/Internationalization|Internationalization]]  
 
*[[Orion/How Tos|How-tos]]  
 
*[[Orion/How Tos|How-tos]]  
 
**[[Orion/How Tos/Install Orion on Localhost|How to install and run Orion]]  
 
**[[Orion/How Tos/Install Orion on Localhost|How to install and run Orion]]  
Line 59: Line 60:
 
*[[Orion/Accessibility]]  
 
*[[Orion/Accessibility]]  
 
*[[Orion/Manual Test Cases]]  
 
*[[Orion/Manual Test Cases]]  
 +
*[[Orion/Metrics]]
 
*[[Orion/User Experience]]
 
*[[Orion/User Experience]]
 
**[[Orion/UX_Issues/R0.5|UX Issues targeted in 0.5]]
 
**[[Orion/UX_Issues/R0.5|UX Issues targeted in 0.5]]
 
**[[Orion/UX_Issues/Selections|Discussion of Selections and Actions]]
 
**[[Orion/UX_Issues/Selections|Discussion of Selections and Actions]]
 
*[[Orion/EditorWishList|Orion Editor Wishlist]]
 
*[[Orion/EditorWishList|Orion Editor Wishlist]]
* 5.0 Development
+
* JavaScript Tooling
**[[Orion/5.0/Replacing_JSLint | Replacing JSLint]]
+
**[[Orion/Dependency resolution | Dependency resolution]]
 +
**[[Orion/ESLint | ESLint]]
 
| width="45%" valign="top" |
 
| width="45%" valign="top" |
  
Line 80: Line 83:
 
== Calendar of Orion development calls ==
 
== Calendar of Orion development calls ==
  
<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]  
+
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]]

Revision as of 11:48, 18 March 2015

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 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

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

You may have to disable protection on this page if you don't see the calendar below (see also bug 434567).

Back to the top