diff options
author | Matteo Piccina <matteo@beiphone.it> | 2016-06-10 01:19:44 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-06-10 01:19:44 +0000 |
commit | 572b1de0969cf59294e7a0cb6ccfbee452ddb4be (patch) | |
tree | 83f11317862c08693592e60557052ff18bcc01e3 | |
parent | Added tellform to Polls/Events (#563) (diff) | |
download | awesome-selfhosted-572b1de0969cf59294e7a0cb6ccfbee452ddb4be.tar.gz awesome-selfhosted-572b1de0969cf59294e7a0cb6ccfbee452ddb4be.zip |
Added Eclipse Che (#546)
* Added Eclipse Che
* Added Code for Eclipse Che
* update eclipse che license
add entry in the licenses list
Ref https://github.com/Kickball/awesome-selfhosted/pull/546
* Reordered IDE/Tools
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -789,6 +789,7 @@ See **[Ticketing](#ticketing)** ### IDE/Tools * [Codiad](http://codiad.com/) - A web-based IDE framework with a small footprint and minimal requirements. ([Source Code](https://github.com/Codiad/Codiad)) + * [Eclipse Che](http://www.eclipse.org/che/) - Open source workspace server and cloud IDE. ([Source Code](https://github.com/eclipse/che)) `EPLv1` `Docker/Java` * [JS Bin](http://jsbin.com/) - Open source collaborative web development debugging tool. ([Source Code](https://github.com/jsbin/jsbin)) `MIT` `Nodejs` * [Microglark](http://micro.glark.io) - A hacky minimalistic remote pair programming editor. ([Demo](http://micro.glark.io), [Source Code](https://github.com/Bluefinch/microglark)) `AGPLv3` `Javascript` * [Regexr](http://regexr.com/) - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. ([Source Code](https://github.com/gskinner/regexr/)) `MIT` `Nodejs` @@ -931,6 +932,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * `CeCILL-B` - [CEA CNRS INRIA Logiciel Libre](http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt) * `CPALv1` - [Common Public Attribution License Version 1.0](http://opensource.org/licenses/CPAL-1.0) * `ECLv2` - [Educational Community License, Version 2.0 ](http://opensource.org/licenses/ECL-2.0) + * `EPLv1` - [Eclipse Public License, Version 1.0](https://www.eclipse.org/legal/epl-v10.html) * `GPL` - [GNU General Public License](https://www.gnu.org/licenses/gpl-1.0) * `GPLv2` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) * `GPLv3` - [GNU General Public License 3.0](http://www.gnu.org/licenses/gpl-3.0.en.html) |