|
1 |
| -# `OpenSCD` |
| 1 | +# `OpenSCD CoMPAS Edition` |
2 | 2 |
|
3 |
| -[](https://travis-ci.org/openscd/open-scd) |
4 |
| -[](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenscd%2Fopen-scd?ref=badge_shield) |
5 |
| -[](https://github.com/open-wc) |
6 |
| -[](https://lfenergy.slack.com/archives/C03LH7EUP34) |
| 3 | +[](https://github.com/com-pas/compas-open-scd/actions?query=workflow%3A%22NodeJS+Build%22) |
| 4 | +[](https://bestpractices.coreinfrastructure.org/projects/5925) |
| 5 | +[](http://lfenergy.slack.com/) |
7 | 6 |
|
8 | 7 | Open Substation Communication Designer is an editor for SCL files as described in `IEC 61850-6`.
|
9 | 8 |
|
10 |
| -> Try it out at [openscd.github.io](https://openscd.github.io)! |
| 9 | +> Try it out at [demo.compas.energy](https://demo.compas.energy/)! |
11 | 10 |
|
12 | 11 | Make sure your web browser has enough free memory! If needed, disable plug-ins and close unused browser tabs.
|
13 | 12 |
|
14 | 13 | ## Installation
|
15 | 14 |
|
16 |
| -In order to install OpenSCD on your local device (only for you), simply visit [openscd.github.io](https://openscd.github.io), click the "Install OpenSCD" button in your address bar (Chrome or Edge on desktop) or click the "Add OpenSCD to home screen" notification in any mobile browser. |
17 |
| - |
18 |
| -In order to install your own instance of OpenSCD on your own webserver (e.g. on your company intranet), simply download [our latest release](https://github.com/openscd/open-scd/releases/latest) (`open-scd.zip` or `open-scd.tar.gz`) and extract the archive contents into the "webroot" directory of your web server. |
19 |
| - |
20 |
| -If you don't have your own webserver but still want your own version of OpenSCD hosted locally (e.g. on a system without an internet connection), you can [use a browser plugin that acts as a local webserver](https://github.com/openscd/open-scd/wiki/Install-OpenSCD#offline) (only for you) instead. |
| 15 | +CoMPAS Open Substation Communication Designer is an editor for SCL files as described in `IEC 61850-6`. |
21 | 16 |
|
| 17 | +CoMPAS OpenSCD is a fork of the [OpenSCD](https://github.com/openscd/open-scd) project. The idea is to add functionality |
| 18 | +to use the CoMPAS Backend Service to open and save SCL Files and more. |
22 | 19 |
|
23 | 20 | ## Development
|
24 | 21 |
|
25 | 22 | This repository is a [↗ monorepo](https://en.wikipedia.org/wiki/Monorepo), made up of several packages.
|
26 | 23 | To find out more about the development of each packages, such as the base distribution or the plugins, please refer to their respective READMEs:
|
27 |
| -- [open-scd](packages/open-scd/README.md): provides the base distribution available on [openscd.github.io](https://openscd.github.io) |
| 24 | + |
| 25 | +- [open-scd](packages/open-scd/README.md): provides the (upstream) base distribution available on [openscd.github.io](https://openscd.github.io) |
| 26 | +- [compas-open-scd](packages/compas-open-scd/README.md): provides the base distribution available on [demo.compas.energy](https://demo.compas.energy) |
28 | 27 |
|
29 | 28 | ## Contributing
|
30 | 29 |
|
31 |
| -The easiest way to get in touch is to join the `#open-scd` channel kindly hosted on [the LF Energy Slack server](https://lfenergy.slack.com/archives/C03LH7EUP34). |
32 |
| -If you say "hi" there we will be more than happy to help you find your way around this project. |
| 30 | +A recommended read for every newcomer to the CoMPAS project is [the CoMPAS Contributing guide](https://com-pas.github.io/contributing/). |
| 31 | + |
| 32 | +You can also get in touch by joining the `#compas` channel hosted on [the LF Energy Slack server](https://lfenergy.slack.com/archives/C01926K9D39). |
33 | 33 |
|
34 | 34 | ## Documentation
|
35 | 35 |
|
|
0 commit comments