Skip to content

Commit

Permalink
Merge pull request #743 from lpugin/main
Browse files Browse the repository at this point in the history
Update the menu and move older versions related links to the archive page
  • Loading branch information
bwbohl authored Feb 5, 2025
2 parents 978605d + 1bcbee1 commit 584a128
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 61 deletions.
16 changes: 7 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,15 @@ menu:
label: 'Documentation'
submenu:
- id: guidelines-v5
label: 'MEI 5 (latest release)'
label: 'MEI 5'
url: '/guidelines/v5'
- id: guidelines-dev
label: 'Development version'
url: '/guidelines/dev'
- id: guidelines-v4
label: 'MEI 4'
url: '/guidelines/v4'
- id: guidelines-v3
label: 'MEI 3'
url: '/guidelines/v3'
label: 'Development versions'
url: '/resources/development.html'
separator: true
- id: guidelines-older
label: 'Older versions'
url: '/archive/#previous-versions-of-mei'
- id: archive
label: 'Archive'
url: '/archive'
Expand Down
3 changes: 2 additions & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

{% for item in entry.submenu %}
{% if forloop.first %} <ul class="menu"> {% endif %}
{% if item.separator %}<hr/>{% endif %}
<li class="menu-item">
<a href="{{entry.url}}{{item.url}}" class="btn btn-link text-left menu-link">
<a href="{{entry.url}}{{item.url}}" disable class="btn btn-link text-left menu-link">
{{item.label}}
</a>
</li>
Expand Down
47 changes: 41 additions & 6 deletions archive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,49 @@ title: "Archive"

Here you will find archived material, such as previous versions of MEI, documentation, workshop materials, posters, presentations, etc. If there is material you feel should be here and isn’t, please [let us know](mailto:[email protected]).

## Past Music Encoding Conferences

* [Programs](/conference/past.html)
* [Proceedings](/conference/proceedings.html)

## Previous Versions of MEI

* see [Schemas and Namespace](/resources/schemas.html)
- [MEI v5.0 (2023)](https://github.com/music-encoding/music-encoding/releases/tag/v5.0)
- MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258); DOI: [10.5281/zenodo.10040258](https://doi.org/10.5281/zenodo.10040258))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/5.0/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng)
- [MEI Basic](https://music-encoding.org/schema/5.0/mei-basic.rng)
- [MEI CMN](https://music-encoding.org/schema/5.0/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/5.0/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/5.0/mei-Neumes.rng)
- [MEI v4.0.1 (2019)](https://github.com/music-encoding/music-encoding/releases/tag/v4.0.1)
- MEI 4.0.1 Guidelines ([HTML](https://music-encoding.org/guidelines/v4/))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/4.0.1/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/4.0.1/mei-all_anyStart.rng)
- [MEI CMN](https://music-encoding.org/schema/4.0.1/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/4.0.1/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/4.0.1/mei-Neumes.rng)
- [MEI v3.0.0 (2016)](https://github.com/music-encoding/music-encoding/releases/tag/v3.0.0)
- MEI 3.0.0 Guidelines ([HTML](https://music-encoding.org/guidelines/v3/), [PDF](https://zenodo.org/records/10040230); DOI: [10.5281/zenodo.10040230](https://doi.org/10.5281/zenodo.10040230))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/3.0.0/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/3.0.0/mei-all_anyStart.rng)
- [MEI CMN](https://music-encoding.org/schema/3.0.0/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/3.0.0/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/3.0.0/mei-Neumes.rng)
- [MEI 2013 (v2.1.1)](https://github.com/music-encoding/music-encoding/releases/tag/MEI2013_v2.1.1)
- MEI 2013 Guidelines ([PDF](https://zenodo.org/records/10040218); DOI: [10.5281/zenodo.10040218](https://doi.org/10.5281/zenodo.10040218))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/2.1.1/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/2.1.1/mei-all_anyStart.rng)
- [MEI CMN](https://music-encoding.org/schema/2.1.1/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/2.1.1/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/2.1.1/mei-Neumes.rng)
- [MEI 2012](https://github.com/music-encoding/music-encoding/releases/tag/MEI2012_v2.0.0)
- MEI 2012 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI2012_v2.0.0.zip))
- MEI 2012 Guidelines ([PDF](https://zenodo.org/records/10040170); DOI: [10.5281/zenodo.10040170](https://doi.org/10.5281/zenodo.10040170))
- [MEI 2011-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2011-05)
- MEI 2011-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2011-05.zip))
- [MEI 2010-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2010-05)
- MEI 2010-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2010-05.zip))
- Tag Library ([PDF](https://zenodo.org/records/10040125); DOI: [10.5281/zenodo.10040125](https://doi.org/10.5281/zenodo.10040125))

## Workshop Materials

Expand Down
8 changes: 8 additions & 0 deletions resources/development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: "Guidelines for the development versions"
---

# Guidelines for the development versions

* [MEI-all](/guidelines/dev)
45 changes: 0 additions & 45 deletions resources/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,48 +31,3 @@ In the context of tutorial exercises (or comparable purposes), the `MEI ALL (Any
Further detailed customization of a schema, allowing to restrict specific elements or attributes, can be done with the MEI Garage profiler: [https://meigarage.edirom.de/profiler](https://meigarage.edirom.de/profiler).

A detailed overview of the changes for the MEI 5.1 schema is available here: [https://music-encoding.org/archive/comparison-5.1.html](../archive/comparison-5_1.html)


# Previous Versions of MEI

- [MEI v5.0 (2023)](https://github.com/music-encoding/music-encoding/releases/tag/v5.0)
- MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258); DOI: [10.5281/zenodo.10040258](https://doi.org/10.5281/zenodo.10040258))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/5.0/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng)
- [MEI Basic](https://music-encoding.org/schema/5.0/mei-basic.rng)
- [MEI CMN](https://music-encoding.org/schema/5.0/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/5.0/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/5.0/mei-Neumes.rng)
- [MEI v4.0.1 (2019)](https://github.com/music-encoding/music-encoding/releases/tag/v4.0.1)
- MEI 4.0.1 Guidelines (PDF) - not available
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/4.0.1/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/4.0.1/mei-all_anyStart.rng)
- [MEI CMN](https://music-encoding.org/schema/4.0.1/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/4.0.1/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/4.0.1/mei-Neumes.rng)
- [MEI v3.0.0 (2016)](https://github.com/music-encoding/music-encoding/releases/tag/v3.0.0)
- MEI 3.0.0 Guidelines ([PDF](https://zenodo.org/records/10040230); DOI: [10.5281/zenodo.10040230](https://doi.org/10.5281/zenodo.10040230))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/3.0.0/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/3.0.0/mei-all_anyStart.rng)
- [MEI CMN](https://music-encoding.org/schema/3.0.0/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/3.0.0/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/3.0.0/mei-Neumes.rng)
- [MEI 2013 (v2.1.1)](https://github.com/music-encoding/music-encoding/releases/tag/MEI2013_v2.1.1)
- MEI 2013 Guidelines ([PDF](https://zenodo.org/records/10040218); DOI: [10.5281/zenodo.10040218](https://doi.org/10.5281/zenodo.10040218))
- RelaxNG schemata:
- [MEI All](https://music-encoding.org/schema/2.1.1/mei-all.rng)
- [MEI All Anystart](https://music-encoding.org/schema/2.1.1/mei-all_anyStart.rng)
- [MEI CMN](https://music-encoding.org/schema/2.1.1/mei-CMN.rng)
- [MEI Mensural](https://music-encoding.org/schema/2.1.1/mei-Mensural.rng)
- [MEI Neumes](https://music-encoding.org/schema/2.1.1/mei-Neumes.rng)
- [MEI 2012](https://github.com/music-encoding/music-encoding/releases/tag/MEI2012_v2.0.0)
- MEI 2012 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI2012_v2.0.0.zip))
- MEI 2012 Guidelines ([PDF](https://zenodo.org/records/10040170); DOI: [10.5281/zenodo.10040170](https://doi.org/10.5281/zenodo.10040170))
- [MEI 2011-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2011-05)
- MEI 2011-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2011-05.zip))
- [MEI 2010-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2010-05)
- MEI 2010-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2010-05.zip))
- Tag Library ([PDF](https://zenodo.org/records/10040125); DOI: [10.5281/zenodo.10040125](https://doi.org/10.5281/zenodo.10040125))

0 comments on commit 584a128

Please sign in to comment.