Skip to content

Commit c817137

Browse files
NikolaiFaNikolaiFa
authored andcommitted
Add SSP_dark.svg; Change Readme format to markdown
1 parent f4a31fc commit c817137

File tree

3 files changed

+226
-26
lines changed

3 files changed

+226
-26
lines changed

README.adoc

Lines changed: 0 additions & 26 deletions
This file was deleted.

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/SSP_dark.svg" style="width:70%;">
3+
<source media="(prefers-color-scheme: light)" srcset="docs/images/SSP.svg" style="width:70%;">
4+
<img alt="System Structure and Parameterization" src="docs/images/SSP.svg" style="width:70%;">
5+
</picture>
6+
7+
# System Structure and Parameterization (SSP)
8+
9+
The System Structure and Parameterization (SSP) standard is a free standard that defines a tool-independent format for the description, packaging and exchange of system structures and their parameterization.
10+
It is currently supported by [8](https://ssp-standard.org/tools/) tools and maintained as a [Modelica Association Project](https://modelica.org/projects).
11+
12+
[Releases](https://ssp-standard.org/) and the [latest development version](https://ssp-standard.org/docs/main/) of the specification are available on the [SSP website](https://ssp-standard.org/).
13+
14+
## Repository Structure
15+
16+
- `docs` -- sources of the specification document
17+
- `schema` -- XML schemas of the specified file formats
18+
- [CONTRIBUTING.adoc](CONTRIBUTING.adoc) -- information on contributing to the project and building the specification document
19+
- [README.md](README.md) -- this document
20+
21+
## Branches
22+
23+
- `main` -- development of the next release
24+
- `support/v{1|2}.0.x` -- maintenance of the 1.0 and 2.0 releases
25+
26+
## Copyright and License
27+
28+
XML schemas and documentation copyright &copy; 2016 - 2025 the Modelica Association Project SSP.
29+
XML schemas released under the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause).
30+
Documentation released under [Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).

0 commit comments

Comments
 (0)