Skip to content

Commit c336ef4

Browse files
authored
Update README.md
Updated the links and badges
1 parent 82752ed commit c336ef4

File tree

1 file changed

+25
-39
lines changed

1 file changed

+25
-39
lines changed

README.md

+25-39
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> [!WARNING]
22
> Transfer of the primary content (incl. the issues) from admin-shell-io/aasx-package-explorer is finished!
3-
> Admin-shell-io/aasx-package-explorer will be archived. (date TBA)
4-
> If there is content remaining in admin-shell-io/aasx-package-explore branches that you want our assistance with transferring,
3+
> The admin-shell-io/aasx-package-explorer has been archived.
4+
> If there is any content remaining in admin-shell-io/aasx-package-explore branches that you want our assistance with transferring,
55
> please start an issue here.
66
77
> [!NOTE]
@@ -14,39 +14,20 @@
1414
1515
# Eclipse AASX Package Explorer™
1616

17-
![Build-test-inspect](
18-
https://github.com/admin-shell-io/aasx-package-explorer/actions/workflows/build-test-inspect.yml/badge.svg
19-
) ![Check-style](
20-
https://github.com/admin-shell-io/aasx-package-explorer/actions/workflows/check-style.yml/badge.svg
21-
) ![Check-commit-messages](
22-
https://github.com/admin-shell-io/aasx-package-explorer/actions/workflows/check-commit-messages.yml/badge.svg
23-
) ![Generate-docdev](
24-
https://github.com/admin-shell-io/aasx-package-explorer/workflows/Generate-docdev/badge.svg
25-
) [![Coverage Status](
26-
https://coveralls.io/repos/github/admin-shell-io/aasx-package-explorer/badge.svg?branch=master
27-
)](
28-
https://coveralls.io/github/admin-shell-io/aasx-package-explorer?branch=master
29-
)
17+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/eclipse-aaspe/package-explorer/total)
18+
[![Contributors](https://img.shields.io/github/contributors/eclipse-aaspe/package-explorer)](https://github.com/badges/eclipse-aaspe/package-explorer/contributors)
19+
[![Forks](https://img.shields.io/github/forks/eclipse-aaspe/package-explorer?style=flat)]()
20+
[![Tag](https://img.shields.io/github/v/tag/eclipse-aaspe/package-explorer)]()
21+
[![Commit](https://img.shields.io/github/last-commit/eclipse-aaspe/package-explorer)]()
3022

31-
[![TODOs](
32-
https://admin-shell-io.github.io/aasx-package-explorer/todos/badges/TODOs.svg
33-
)](
34-
https://github.com/admin-shell-io/aasx-package-explorer/blob/gh-pages/todos/task-list/task-list-by-file.md
35-
) [![BUGs](
36-
https://admin-shell-io.github.io/aasx-package-explorer/todos/badges/BUGs.svg
37-
)](
38-
https://github.com/admin-shell-io/aasx-package-explorer/blob/gh-pages/todos/task-list/task-list-by-file.md
39-
) [![HACKs](
40-
https://admin-shell-io.github.io/aasx-package-explorer/todos/badges/HACKs.svg
41-
)](
42-
https://github.com/admin-shell-io/aasx-package-explorer/blob/gh-pages/todos/task-list/task-list-by-file.md
43-
)
23+
[![Release](https://img.shields.io/github/v/release/eclipse-aaspe/package-explorer?include_prereleases)]()
24+
[![Status](https://img.shields.io/github/checks-status/eclipse-aaspe/package-explorer/v2024-05-08.alpha)]()
4425

4526
Eclipse AASX Package Explorer™ is a C# based viewer and editor for the
4627
Asset Administration Shell.
4728

4829
![screenshot](
49-
https://github.com/admin-shell-io/aasx-package-explorer/raw/master/screenshot.png
30+
https://github.com/eclipse-aaspe/package-explorer/raw/master/screenshot.png
5031
)
5132

5233
To help you familiarize with the concept of Asset Administration Shell and editing an Asset Administration Shell with the AASX Package Explorer
@@ -56,38 +37,35 @@ https://admin-shell-io.com/screencasts/.
5637
For V3.0 (including changes to V2.0) please have a look at the tutorials for the Specifications itself at the [Youtube Channel Industrial Digital Twin](https://www.youtube.com/playlist?list=PLCO0zeX96Ia1hsToD9lRPDMI4P-kbt_CT)
5738

5839
The basis for the implementatzion are the [Specifications of the Asset Administration Shell](https://industrialdigitaltwin.org/en/content-hub/aasspecifications
59-
) by [IDTA]A(https://industrialdigitaltwin.org).
40+
) by [IDTA](https://industrialdigitaltwin.org).
6041

6142
We provide a couple of sample admin shells (packaged as .aasx) for you to
6243
test and play with the software at (V2.0):
6344
http://www.admin-shell-io.com/samples/
6445

6546
## Installation
6647

67-
We provide the binaries for Windows 10 in [the releases](
68-
https://github.com/admin-shell-io/aasx-package-explorer/releases).
48+
We provide the binaries for Windows 10+ in [the releases](https://github.com/eclipse-aaspe/package-explorer/releases).
6949

7050
(Remark: In special cases you may like to use a current build.
7151
Please click on a green check mark and select "Check-release" details.)
7252

7353
## Issues
7454

7555
If you want to request new features or report bugs, please
76-
[create an issue](
77-
https://github.com/admin-shell-io/aasx-package-explorer/issues/new/choose).
56+
[create an issue](https://github.com/eclipse-aaspe/package-explorer/issues).
7857

7958
## Contributing
8059

8160
Please see [CONTRIBUTING](CONTRIBUTING.md) for instructions on joining the development and general contribution guidelines.
8261

62+
## Documentation
63+
8364
The documentation for developers is still available at [admin-shell-io](
8465
https://admin-shell-io.github.io/aasx-package-explorer/devdoc/
8566
) and will be migrated to eclipse-aaspe in the near future.
8667

87-
## Documentation
88-
89-
You may find additional documentation in sub-folders, e.g. for
90-
- [BAMM Import](https://github.com/admin-shell-io/aasx-package-explorer/tree/main/src/AasxBammRdfImExport)
68+
You may find additional documentation in sub-projects, e.g. for [BAMM Import](src/AasxBammRdfImExport/README.md).
9169

9270
## Other Open Source Implementations of AAS
9371

@@ -122,6 +100,14 @@ was created. See sub-projects for more projects featuring digital twins and the
122100

123101
The AASX Package Explorer also includes an internal REST server and OPC UA
124102
server for the loaded .AASX. Based on this a separate AASX Server is
125-
available (https://github.com/admin-shell-io/aasx-server) which can host
103+
available (https://github.com/eclipse-aaspe/server) which can host
126104
several .AASX simultaneously (see example https://example.admin-shell-io.com).
127105

106+
---
107+
108+
![build-and-package-release](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/build-and-package-release.yml/badge.svg)
109+
![build-test-inspect](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/build-test-inspect.yml/badge.svg)
110+
![check-commit-messages](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/check-commit-messages.yml/badge.svg)
111+
![check-release](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/check-release.yml/badge.svg)
112+
![check-style](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/check-style.yml/badge.svg)
113+
![generate-doc](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/generate-doc.yml/badge.svg)

0 commit comments

Comments
 (0)