Skip to content

Commit

Permalink
Merge pull request music-encoding#1453 from rettinghaus/fix/readme
Browse files Browse the repository at this point in the history
docs: fix link in README
  • Loading branch information
musicEnfanthen authored Apr 23, 2024
2 parents b56c1d3 + f8d8c7c commit f975e11
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ In this document, you will learn how to contribute to the development of MEI by

This repository contains all the source code of the MEI Schema and Guidelines:

* [.github](.github): Configuration files for GitHub Actions workflows.
* [customizations](customizations): TEI ODD files that allow you to build customized MEI schemata.
* [source](source): Contains the source code, as expressed in TEI ODD. This includes the source code for the MEI Guidelines and the MEI schema modules.
* [submodules](submodules): A container for Git Submodules: third-party developments that are needed, e.g., for building this repository's contents, but which are not part of our codebase.
* [tests](tests): Unit tests for the MEI Schemata.
* [utils](utils): Helper scripts e.g. for compiling schemata and guidelines from this repository.

**!ATTENTION!**

For the sake of the continuous integration (CI) workflow, the build artifacts of the schemata and guidelines are no longer included in this repository, but are generated on every commit to the develop branch and automatically pushed to their dedicated repositories. For more information please see the section [Additional Resources](#additional-resources) below.

Nevertheless, it is possible to (build)[#building-mei] any customization locally in your working copy of this repository.
* [.github](.github): Configuration files for GitHub Actions workflows.
* [customizations](customizations): TEI ODD files that allow you to build customized MEI schemata.
* [source](source): Contains the source code, as expressed in TEI ODD. This includes the source code for the MEI Guidelines and the MEI schema modules.
* [submodules](submodules): A container for Git Submodules: third-party developments that are needed, e.g., for building this repository's contents, but which are not part of our codebase.
* [tests](tests): Unit tests for the MEI Schemata.
* [utils](utils): Helper scripts e.g. for compiling schemata and guidelines from this repository.

> [!IMPORTANT]
> For the sake of the continuous integration (CI) workflow, the build artifacts of the schemata and guidelines are no longer included in this repository, but are generated on every commit to the develop branch and automatically pushed to their dedicated repositories. For more information please see the section [Additional Resources](#additional-resources) below.
>
> Nevertheless, it is possible to [build](#building-mei) any customization locally in your working copy of this repository.
## Validating MEI files against an MEI Schema

Expand Down

0 comments on commit f975e11

Please sign in to comment.