Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from eclipse/feature/refine-rexplanation
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lharzenetter authored May 8, 2018
2 parents 9c50b05 + 425bfe9 commit 860c430
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Winery Topologymodeler
# Winery Topologymodeler [![License](https://img.shields.io/badge/License-EPL%202.0-blue.svg)](https://opensource.org/licenses/EPL-2.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[![License](https://img.shields.io/badge/License-EPL%202.0-blue.svg)](https://opensource.org/licenses/EPL-2.0)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
> Angular Component for TOSCA Topology Rendering and Editing
This repository encapsulates the Topology Modeler of Eclipse Winery. It requires [Winery] to run as a backend service.

Winery is a Web-based environment to graphically model TOSCA topologies and plans managing these topologies.
[Winery] is a Web-based environment to graphically model TOSCA topologies and plans managing these topologies.
It is an Eclipse project and thus support is available through its project page <https://eclipse.org/winery>.
Winery is also part of the OpenTOSCA ecosystem where more information is available at <http://www.opentosca.org>.
This project enables stand-alone usage of the Topology Modeling and Editing components.

The aim is to be able to offer a self-contained JSON data set to this Angular component and it renders the topology.

**The code and the linked libraries are NOT approved by Eclipse Legal.**

Expand All @@ -17,7 +16,6 @@ Both development and user documentation is rendered at <https://eclipse.github.i

The source code documentation can be generated by running `npm run doc` which creates a [docs/](docs) folder.


## Quickstart

To run the Winery Topologymodeler, you need to
Expand All @@ -31,8 +29,8 @@ To run the Winery Topologymodeler, you need to

### Developers

As a developer please follow the guidelines provided at <http://eclipse.github.io/winery/dev/>. Everything metiond in <http://eclipse.github.io/winery/dev/angular-ui> also applies to this project.

As a developer please follow the guidelines provided at <http://eclipse.github.io/winery/dev/>.
Everything metioned in <http://eclipse.github.io/winery/dev/angular-ui> also applies to this project.

## Update `repositoryUiDependencies`

Expand All @@ -56,5 +54,4 @@ which is available at https://www.apache.org/licenses/LICENSE-2.0.

SPDX-License-Identifier: EPL-2.0 OR Apache-2.0


[Winery]: github.com/eclipse/winery
[Winery]: https://github.com/eclipse/winery

0 comments on commit 860c430

Please sign in to comment.