Skip to content

Commit

Permalink
documentation: update extension readmes
Browse files Browse the repository at this point in the history
- the following commit updates individual extension readmes to include
`Eclipse Theia` instead of `Theia` following the foundation rules.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Jul 30, 2020
1 parent 82c4ad3 commit 0270c21
Show file tree
Hide file tree
Showing 44 changed files with 98 additions and 47 deletions.
2 changes: 1 addition & 1 deletion dev-packages/application-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - APPLICATION-MANAGER</h2>
<h2>ECLIPSE THEIA - APPLICATION-MANAGER</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion dev-packages/application-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - APPLICATION-PACKAGE</h2>
<h2>ECLIPSE THEIA - APPLICATION-PACKAGE</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion dev-packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - CLI</h2>
<h2>ECLIPSE THEIA - CLI</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion dev-packages/electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - ELECTRON</h2>
<h2>ECLIPSE THEIA - ELECTRON</h2>

<hr />

Expand Down
30 changes: 28 additions & 2 deletions dev-packages/ext-scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Shared NPM script for Theia packages.
<div align='center'>

`theiaext` is a command line tool to run shared npm scripts in Theia packages.
<br />

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>ECLIPSE THEIA -EXT-SCRIPTS</h2>

<hr />

</div>

## Description


`theiaext` is a command line tool to run shared npm scripts in Theia packages.\
For instance, if you want add a new `hello` script that prints `Hello World`:

- add a new script to [package.json](./package.json) with the `ext:` prefix.
Expand Down Expand Up @@ -42,3 +54,17 @@ For instance, if you want add a new `hello` script that prints `Hello World`:
}
}
```

## Additional Information

- [Theia - GitHub](https://github.com/eclipse-theia/theia)
- [Theia - Website](https://theia-ide.org/)

## License

- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)

## Trademark
"Theia" is a trademark of the Eclipse Foundation
https://www.eclipse.org/theia
31 changes: 28 additions & 3 deletions examples/api-samples/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# Theia - Examples - API Samples - Label Provider
<div align='center'>

This package contains examples of how to use Theia's internal API. The examples here can provide code that enables new features to be tested. The examples also show how to use certain API.
<br />

The examples here are all deactivated by default. Commands are provided that toggles on the example behavior. These commands are prefixed with "API Sample".
<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>ECLIPSE THEIA - API SAMPLES</h2>

<hr />

</div>

## Description

The `@theia/api-samples` extension contains programming examples on how to use internal APIs.
The purpose of the extension is to:
- provide developers with real-world coding examples using internal APIs, dependency injection, etc.
- provide easy-to-use and test examples for features when reviewing pull-requests.

The extension is for reference and test purposes only and is not published on `npm` (`private: true`).

## Additional Information

- [Theia - GitHub](https://github.com/eclipse-theia/theia)
- [Theia - Website](https://theia-ide.org/)

## License

- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)

## Trademark
"Theia" is a trademark of the Eclipse Foundation
https://www.eclipse.org/theia
2 changes: 1 addition & 1 deletion packages/callhierarchy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - CALL HIERARCHY EXTENSION</h2>
<h2>ECLIPSE THEIA - CALL HIERARCHY EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - CONSOLE EXTENSION</h2>
<h2>ECLIPSE THEIA - CONSOLE EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - CORE EXTENSION</h2>
<h2>ECLIPSE THEIA - CORE EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - DEBUG EXTENSION</h2>
<h2>ECLIPSE THEIA - DEBUG EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/editor-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - EDITOR-PREVIEW EXTENSION</h2>
<h2>ECLIPSE THEIA - EDITOR-PREVIEW EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - EDITOR EXTENSION</h2>
<h2>ECLIPSE THEIA - EDITOR EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/file-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - FILE-SEARCH EXTENSION</h2>
<h2>ECLIPSE THEIA - FILE-SEARCH EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - FILESYSTEM EXTENSION</h2>
<h2>ECLIPSE THEIA - FILESYSTEM EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - GETTING-STARTED EXTENSION</h2>
<h2>ECLIPSE THEIA - GETTING-STARTED EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - GIT EXTENSION</h2>
<h2>ECLIPSE THEIA - GIT EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/keymaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - KEYMAPS EXTENSION</h2>
<h2>ECLIPSE THEIA - KEYMAPS EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/languages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use VS Code extensions to contribute language smartness: https://code.visualstud

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - LANGUAGES EXTENSION</h2>
<h2>ECLIPSE THEIA - LANGUAGES EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/markers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - MARKERS EXTENSION</h2>
<h2>ECLIPSE THEIA - MARKERS EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - MESSAGES EXTENSION</h2>
<h2>ECLIPSE THEIA - MESSAGES EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - METRICS EXTENSION</h2>
<h2>ECLIPSE THEIA - METRICS EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/mini-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - MINI-BROWSER EXTENSION</h2>
<h2>ECLIPSE THEIA - MINI-BROWSER EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/monaco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - MONACO EXTENSION</h2>
<h2>ECLIPSE THEIA - MONACO EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/navigator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - NAVIGATOR EXTENSION</h2>
<h2>ECLIPSE THEIA - NAVIGATOR EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/outline-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - OUTLINE-VIEW EXTENSION</h2>
<h2>ECLIPSE THEIA - OUTLINE-VIEW EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - OUTPUT EXTENSION</h2>
<h2>ECLIPSE THEIA - OUTPUT EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PLUGIN-DEVELOPMENT EXTENSION</h2>
<h2>ECLIPSE THEIA - PLUGIN-DEVELOPMENT EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ext-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>
<h2>ECLIPSE THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PLUGIN-EXT EXTENSION</h2>
<h2>ECLIPSE THEIA - PLUGIN-EXT EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>
<h2>ECLIPSE THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PLUGIN EXTENSION</h2>
<h2>ECLIPSE THEIA - PLUGIN EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/preferences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PREFERENCES EXTENSION</h2>
<h2>ECLIPSE THEIA - PREFERENCES EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PREVIEW EXTENSION</h2>
<h2>ECLIPSE THEIA - PREVIEW EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - PROCESS EXTENSION</h2>
<h2>ECLIPSE THEIA - PROCESS EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/scm-extra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - SCM-EXTRA EXTENSION</h2>
<h2>ECLIPSE THEIA - SCM-EXTRA EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/scm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - SCM EXTENSION</h2>
<h2>ECLIPSE THEIA - SCM EXTENSION</h2>

<hr />

Expand Down
2 changes: 1 addition & 1 deletion packages/search-in-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - SEARCH-IN-WORKSPACE EXTENSION</h2>
<h2>ECLIPSE THEIA - SEARCH-IN-WORKSPACE EXTENSION</h2>

<hr />

Expand Down
Loading

0 comments on commit 0270c21

Please sign in to comment.