From bbd4792ef7085d28a8098baedbf822dc40c740fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Dani=C5=82o?= Date: Mon, 19 Apr 2021 10:09:33 +0200 Subject: [PATCH] Update README.md (https://github.com/enso-org/ide/pull/1487) Original commit: https://github.com/enso-org/ide/commit/defe6347ab7df4b6a402c9278a64630f78052705 --- gui/README.md | 114 +++++--------------------------------------------- 1 file changed, 10 insertions(+), 104 deletions(-) diff --git a/gui/README.md b/gui/README.md index 657f4552d9..f83bc148d0 100644 --- a/gui/README.md +++ b/gui/README.md @@ -1,109 +1,15 @@ -

If you came here looking for Enso's community hub, it's found in the Enso repository instead. We'll be glad to see you there!

- -

-
- - Enso Visual Environmment - -
-
- - Enso Language - -
-
-
-

- -### Overview - -

- - Chat - - - License - - - License - - - Actions Status - - - Coverage - -

- -Enso is an open source visual data science language selected by Singularity -University and NASA as one of 20 most unique technologies worldwide. Enso -consists of several sub-projects, including the -[Enso Language Compiler](https://github.com/enso-org/enso), the -[Enso Integrated Development Environment (IDE)](https://github.com/enso-org/ide), -and -[a high performance WebGL UI framework (EnsoGL)](https://github.com/enso-org/ide/tree/main/src/rust/ensogl). -
-### Getting Started +

+ THIS IS NOT THE MAIN ENSO REPOSITORY. +
+ GO TO 👉 github.com/enso-org/enso 👈 INSTEAD. +

-Enso is distributed both in form of -[pre-build packages for MacOS, Windows, or Linux](https://github.com/enso-org/ide/releases), -as well as the [source code](https://github.com/enso-org). See the -[demo scenes](http://TODO), and read the [documentation](docs/product) to learn -more. - -Currently to start IDE you have to run **Enso Project Manager** first. For more -information and packages see -[Enso repository](https://github.com/enso-org/enso). +This repository contains the source code of Enso interface only. If you are +interested in how the interface is build or you want to develop it with us, you +are in the right place. See the +[development and contributing guidelines](docs/CONTRIBUTING.md) to learn more +about the code structure and the development process.
- -### Building - -The project builds on MacOS, Linux, and Windows. Simply run `node ./run build` -to build it and use `node ./run --help` to learn about other available commands -and options. Read the detailed [development guide](docs/CONTRIBUTING.md) to -learn more. - -
- -### License - -The Enso Language Compiler is released under the terms of the -[Apache v2 License](https://github.com/enso-org/enso/blob/main/LICENSE). The -Enso Graphical Interface and it's rendering engine are released under the terms -of the [AGPL v3 License](https://github.com/enso-org/ide/blob/main/LICENSE). -This license set was choosen to both provide you with a complete freedom to use -Enso, create libraries, and release them under any license of your choice, while -also allowing us to release commercial products on top of the platform, -including Enso Cloud and Enso Enterprise on-premise server managers. - -
- -### Contributing - -Enso is a community-driven open source project which is and will always be open -and free to use. We are committed to a fully transparent development process and -highly appreciate every contribution. If you love the vision behind Enso and you -want to redefine the data processing world, join us and help us track down bugs, -implement new features, improve the documentation or spread the word! Join our -community on a [Discord chat](http://chat.enso.org) and read the -[development and contributing guidelines](docs/CONTRIBUTING.md). - - - -