Skip to content

Commit fe24630

Browse files
documentation: update extension readmes
- the following commit updates individual extension readmes to include `Eclipse Theia` instead of `Theia` following the foundation rules. Signed-off-by: vince-fugnitto <[email protected]>
1 parent fedb5f3 commit fe24630

File tree

43 files changed

+97
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+97
-46
lines changed

dev-packages/application-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - APPLICATION-MANAGER</h2>
7+
<h2>ECLIPSE THEIA - APPLICATION-MANAGER</h2>
88

99
<hr />
1010

dev-packages/application-package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - APPLICATION-PACKAGE</h2>
7+
<h2>ECLIPSE THEIA - APPLICATION-PACKAGE</h2>
88

99
<hr />
1010

dev-packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - CLI</h2>
7+
<h2>ECLIPSE THEIA - CLI</h2>
88

99
<hr />
1010

dev-packages/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - ELECTRON</h2>
7+
<h2>ECLIPSE THEIA - ELECTRON</h2>
88

99
<hr />
1010

dev-packages/ext-scripts/README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
# Shared NPM script for Theia packages.
1+
<div align='center'>
22

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

5+
<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />
6+
7+
<h2>ECLIPSE THEIA -EXT-SCRIPTS</h2>
8+
9+
<hr />
10+
11+
</div>
12+
13+
## Description
14+
15+
16+
`theiaext` is a command line tool to run shared npm scripts in Theia packages.\
517
For instance, if you want add a new `hello` script that prints `Hello World`:
618

719
- add a new script to [package.json](./package.json) with the `ext:` prefix.
@@ -42,3 +54,17 @@ For instance, if you want add a new `hello` script that prints `Hello World`:
4254
}
4355
}
4456
```
57+
58+
## Additional Information
59+
60+
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
61+
- [Theia - Website](https://theia-ide.org/)
62+
63+
## License
64+
65+
- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
66+
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
67+
68+
## Trademark
69+
"Theia" is a trademark of the Eclipse Foundation
70+
https://www.eclipse.org/theia

examples/api-samples/README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
1-
# Theia - Examples - API Samples - Label Provider
1+
<div align='center'>
22

3-
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.
3+
<br />
44

5-
The examples here are all deactivated by default. Commands are provided that toggles on the example behavior. These commands are prefixed with "API Sample".
5+
<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />
6+
7+
<h2>ECLIPSE THEIA - API SAMPLES</h2>
8+
9+
<hr />
10+
11+
</div>
12+
13+
## Description
14+
15+
The `@theia/api-samples` extension contains programming examples on how to use internal APIs.
16+
The purpose of the extension is to:
17+
- provide developers with real-world coding examples using internal APIs, dependency injection, etc.
18+
- provide easy-to-use and test examples for features when reviewing pull-requests.
19+
20+
The extension is for reference and test purposes only and is not published on `npm` (`private: true`).
21+
22+
## Additional Information
23+
24+
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
25+
- [Theia - Website](https://theia-ide.org/)
626

727
## License
28+
829
- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
930
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
31+
32+
## Trademark
33+
"Theia" is a trademark of the Eclipse Foundation
34+
https://www.eclipse.org/theia

packages/callhierarchy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - CALL HIERARCHY EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - CALL HIERARCHY EXTENSION</h2>
88

99
<hr />
1010

packages/console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - CONSOLE EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - CONSOLE EXTENSION</h2>
88

99
<hr />
1010

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - CORE EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - CORE EXTENSION</h2>
88

99
<hr />
1010

packages/debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - DEBUG EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - DEBUG EXTENSION</h2>
88

99
<hr />
1010

packages/editor-preview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - EDITOR-PREVIEW EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - EDITOR-PREVIEW EXTENSION</h2>
88

99
<hr />
1010

packages/editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - EDITOR EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - EDITOR EXTENSION</h2>
88

99
<hr />
1010

packages/file-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - FILE-SEARCH EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - FILE-SEARCH EXTENSION</h2>
88

99
<hr />
1010

packages/filesystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - FILESYSTEM EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - FILESYSTEM EXTENSION</h2>
88

99
<hr />
1010

packages/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - GETTING-STARTED EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - GETTING-STARTED EXTENSION</h2>
88

99
<hr />
1010

packages/git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - GIT EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - GIT EXTENSION</h2>
88

99
<hr />
1010

packages/keymaps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - KEYMAPS EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - KEYMAPS EXTENSION</h2>
88

99
<hr />
1010

packages/markers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - MARKERS EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - MARKERS EXTENSION</h2>
88

99
<hr />
1010

packages/messages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - MESSAGES EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - MESSAGES EXTENSION</h2>
88

99
<hr />
1010

packages/metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - METRICS EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - METRICS EXTENSION</h2>
88

99
<hr />
1010

packages/mini-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - MINI-BROWSER EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - MINI-BROWSER EXTENSION</h2>
88

99
<hr />
1010

packages/monaco/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - MONACO EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - MONACO EXTENSION</h2>
88

99
<hr />
1010

packages/navigator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - NAVIGATOR EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - NAVIGATOR EXTENSION</h2>
88

99
<hr />
1010

packages/outline-view/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - OUTLINE-VIEW EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - OUTLINE-VIEW EXTENSION</h2>
88

99
<hr />
1010

packages/output/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - OUTPUT EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - OUTPUT EXTENSION</h2>
88

99
<hr />
1010

packages/plugin-dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PLUGIN-DEVELOPMENT EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PLUGIN-DEVELOPMENT EXTENSION</h2>
88

99
<hr />
1010

packages/plugin-ext-vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>
88

99
<hr />
1010

packages/plugin-ext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PLUGIN-EXT EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PLUGIN-EXT EXTENSION</h2>
88

99
<hr />
1010

packages/plugin-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PLUGIN-EXT-VSCODE EXTENSION</h2>
88

99
<hr />
1010

packages/plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PLUGIN EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PLUGIN EXTENSION</h2>
88

99
<hr />
1010

packages/preferences/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PREFERENCES EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PREFERENCES EXTENSION</h2>
88

99
<hr />
1010

packages/preview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PREVIEW EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PREVIEW EXTENSION</h2>
88

99
<hr />
1010

packages/process/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - PROCESS EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - PROCESS EXTENSION</h2>
88

99
<hr />
1010

packages/scm-extra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - SCM-EXTRA EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - SCM-EXTRA EXTENSION</h2>
88

99
<hr />
1010

packages/scm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - SCM EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - SCM EXTENSION</h2>
88

99
<hr />
1010

packages/search-in-workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - SEARCH-IN-WORKSPACE EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - SEARCH-IN-WORKSPACE EXTENSION</h2>
88

99
<hr />
1010

packages/task/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<h2>THEIA - TASK EXTENSION</h2>
7+
<h2>ECLIPSE THEIA - TASK EXTENSION</h2>
88

99
<hr />
1010

0 commit comments

Comments
 (0)