Skip to content

Commit 9481af8

Browse files
committed
Updated readme
Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
1 parent 9391adb commit 9481af8

File tree

1 file changed

+7
-33
lines changed

1 file changed

+7
-33
lines changed

README.md

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div id="badges" align="center">
99

10-
[![Gitpod - Code Now](https://img.shields.io/badge/Gitpod-code%20now-blue.svg?longCache=true)](https://gitpod.io#https://github.com/eclipse-theia/theia)
10+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/eclipse-theia/theia)
1111
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-curved)](https://github.com/eclipse-theia/theia/labels/help%20wanted)
1212
[![Spectrum](https://img.shields.io/badge/Chat-on%20Spectrum-blue.svg)](https://spectrum.chat/theia)
1313
[![Build Status](https://travis-ci.com/eclipse-theia/theia.svg?branch=master)](https://travis-ci.com/eclipse-theia/theia)
@@ -17,6 +17,8 @@
1717

1818
Eclipse Theia is an extensible platform to develop full-fledged multi-language Cloud & Desktop IDE-like products with state-of-the-art web technologies.
1919

20+
**Theia 1.0 has been released. Read the [announcement](https://dev.to/svenefftinge/theia-1-0-finally-a-good-browser-ide-3ok0).**
21+
2022
</div>
2123

2224
<div style='margin:0 auto;width:80%;'>
@@ -31,7 +33,6 @@
3133
- [**Contributing**](#contributing)
3234
- [**Feedback**](#feedback)
3335
- [**Documentation**](#documentation)
34-
- [**Roadmap**](#roadmap)
3536
- [**License**](#license)
3637
- [**Trademark**](#trademark)
3738

@@ -40,11 +41,10 @@
4041
[Visit the Theia website](http://www.theia-ide.org) for more [documentation](http://www.theia-ide.org/doc).
4142

4243
## Scope
43-
- Establish a platform to build IDE-like products
44-
- Provide the end-user with a full-fledged multi-language IDE (not just a smart editor)
45-
- Support equally the paradigm of Cloud IDE and Desktop IDE
46-
- Provide support for multiple languages via the language and debug server protocols
47-
- Provide modern GUI with javascript UI libraries
44+
- Support building browser-based and desktop IDEs
45+
- Provide a highly flexible architecture for adopters
46+
- Support VS Code Extension protocol
47+
- Develop under vendor-neutral open-source governance
4848

4949
## Getting Started
5050
Here you can find guides and examples for common scenarios:
@@ -85,32 +85,6 @@ Read below how to engage with Theia community:
8585
- [Coding Guidelines](https://github.com/eclipse-theia/theia/wiki/Coding-Guidelines)
8686
- [Code Organization](https://github.com/eclipse-theia/theia/wiki/Code-Organization)
8787

88-
## Roadmap
89-
90-
- __Debugging__
91-
92-
A visual debugger leveraging the Debug Server Protocol defined by the VS Code team.
93-
94-
- __Plug-in System__
95-
96-
A plug-in system supporting VS Code extensions.
97-
98-
- __Workbench Improvements__
99-
100-
Theia's workbench shell will be improved, such that the user can drag and drop widgets from the side bar to the main area and vice-versa.
101-
102-
- __Test Adapter Support__
103-
104-
Integration with testing frameworks, based on a Test Adapter Protocol.
105-
106-
- __Robustness and Improved UX__
107-
108-
We will further work on simplifying Theia and its UI / UX, improve the performance and keep working on bug reports that are rolling in.
109-
110-
- __More__
111-
112-
Any contributors might want to work on additional things. At least this happened in 2017 and is likely to increase with a growing community. :)
113-
11488
## License
11589

11690
- [Eclipse Public License 2.0](LICENSE)

0 commit comments

Comments
 (0)