Skip to content

Commit 584a128

Browse files
authored
Merge pull request #743 from lpugin/main
Update the menu and move older versions related links to the archive page
2 parents 978605d + 1bcbee1 commit 584a128

File tree

5 files changed

+58
-61
lines changed

5 files changed

+58
-61
lines changed

_config.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,15 @@ menu:
9393
label: 'Documentation'
9494
submenu:
9595
- id: guidelines-v5
96-
label: 'MEI 5 (latest release)'
96+
label: 'MEI 5'
9797
url: '/guidelines/v5'
9898
- id: guidelines-dev
99-
label: 'Development version'
100-
url: '/guidelines/dev'
101-
- id: guidelines-v4
102-
label: 'MEI 4'
103-
url: '/guidelines/v4'
104-
- id: guidelines-v3
105-
label: 'MEI 3'
106-
url: '/guidelines/v3'
99+
label: 'Development versions'
100+
url: '/resources/development.html'
101+
separator: true
102+
- id: guidelines-older
103+
label: 'Older versions'
104+
url: '/archive/#previous-versions-of-mei'
107105
- id: archive
108106
label: 'Archive'
109107
url: '/archive'

_includes/menu.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
{% for item in entry.submenu %}
1313
{% if forloop.first %} <ul class="menu"> {% endif %}
14+
{% if item.separator %}<hr/>{% endif %}
1415
<li class="menu-item">
15-
<a href="{{entry.url}}{{item.url}}" class="btn btn-link text-left menu-link">
16+
<a href="{{entry.url}}{{item.url}}" disable class="btn btn-link text-left menu-link">
1617
{{item.label}}
1718
</a>
1819
</li>

archive/index.md

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,49 @@ title: "Archive"
66

77
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]).
88

9-
## Past Music Encoding Conferences
10-
11-
* [Programs](/conference/past.html)
12-
* [Proceedings](/conference/proceedings.html)
13-
149
## Previous Versions of MEI
1510

16-
* see [Schemas and Namespace](/resources/schemas.html)
11+
- [MEI v5.0 (2023)](https://github.com/music-encoding/music-encoding/releases/tag/v5.0)
12+
- MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258); DOI: [10.5281/zenodo.10040258](https://doi.org/10.5281/zenodo.10040258))
13+
- RelaxNG schemata:
14+
- [MEI All](https://music-encoding.org/schema/5.0/mei-all.rng)
15+
- [MEI All Anystart](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng)
16+
- [MEI Basic](https://music-encoding.org/schema/5.0/mei-basic.rng)
17+
- [MEI CMN](https://music-encoding.org/schema/5.0/mei-CMN.rng)
18+
- [MEI Mensural](https://music-encoding.org/schema/5.0/mei-Mensural.rng)
19+
- [MEI Neumes](https://music-encoding.org/schema/5.0/mei-Neumes.rng)
20+
- [MEI v4.0.1 (2019)](https://github.com/music-encoding/music-encoding/releases/tag/v4.0.1)
21+
- MEI 4.0.1 Guidelines ([HTML](https://music-encoding.org/guidelines/v4/))
22+
- RelaxNG schemata:
23+
- [MEI All](https://music-encoding.org/schema/4.0.1/mei-all.rng)
24+
- [MEI All Anystart](https://music-encoding.org/schema/4.0.1/mei-all_anyStart.rng)
25+
- [MEI CMN](https://music-encoding.org/schema/4.0.1/mei-CMN.rng)
26+
- [MEI Mensural](https://music-encoding.org/schema/4.0.1/mei-Mensural.rng)
27+
- [MEI Neumes](https://music-encoding.org/schema/4.0.1/mei-Neumes.rng)
28+
- [MEI v3.0.0 (2016)](https://github.com/music-encoding/music-encoding/releases/tag/v3.0.0)
29+
- 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))
30+
- RelaxNG schemata:
31+
- [MEI All](https://music-encoding.org/schema/3.0.0/mei-all.rng)
32+
- [MEI All Anystart](https://music-encoding.org/schema/3.0.0/mei-all_anyStart.rng)
33+
- [MEI CMN](https://music-encoding.org/schema/3.0.0/mei-CMN.rng)
34+
- [MEI Mensural](https://music-encoding.org/schema/3.0.0/mei-Mensural.rng)
35+
- [MEI Neumes](https://music-encoding.org/schema/3.0.0/mei-Neumes.rng)
36+
- [MEI 2013 (v2.1.1)](https://github.com/music-encoding/music-encoding/releases/tag/MEI2013_v2.1.1)
37+
- MEI 2013 Guidelines ([PDF](https://zenodo.org/records/10040218); DOI: [10.5281/zenodo.10040218](https://doi.org/10.5281/zenodo.10040218))
38+
- RelaxNG schemata:
39+
- [MEI All](https://music-encoding.org/schema/2.1.1/mei-all.rng)
40+
- [MEI All Anystart](https://music-encoding.org/schema/2.1.1/mei-all_anyStart.rng)
41+
- [MEI CMN](https://music-encoding.org/schema/2.1.1/mei-CMN.rng)
42+
- [MEI Mensural](https://music-encoding.org/schema/2.1.1/mei-Mensural.rng)
43+
- [MEI Neumes](https://music-encoding.org/schema/2.1.1/mei-Neumes.rng)
44+
- [MEI 2012](https://github.com/music-encoding/music-encoding/releases/tag/MEI2012_v2.0.0)
45+
- MEI 2012 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI2012_v2.0.0.zip))
46+
- MEI 2012 Guidelines ([PDF](https://zenodo.org/records/10040170); DOI: [10.5281/zenodo.10040170](https://doi.org/10.5281/zenodo.10040170))
47+
- [MEI 2011-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2011-05)
48+
- MEI 2011-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2011-05.zip))
49+
- [MEI 2010-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2010-05)
50+
- MEI 2010-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2010-05.zip))
51+
- Tag Library ([PDF](https://zenodo.org/records/10040125); DOI: [10.5281/zenodo.10040125](https://doi.org/10.5281/zenodo.10040125))
1752

1853
## Workshop Materials
1954

resources/development.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: "Guidelines for the development versions"
4+
---
5+
6+
# Guidelines for the development versions
7+
8+
* [MEI-all](/guidelines/dev)

resources/schemas.md

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -31,48 +31,3 @@ In the context of tutorial exercises (or comparable purposes), the `MEI ALL (Any
3131
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).
3232

3333
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)
34-
35-
36-
# Previous Versions of MEI
37-
38-
- [MEI v5.0 (2023)](https://github.com/music-encoding/music-encoding/releases/tag/v5.0)
39-
- MEI 5.0 Guidelines ([PDF](https://zenodo.org/records/10040258); DOI: [10.5281/zenodo.10040258](https://doi.org/10.5281/zenodo.10040258))
40-
- RelaxNG schemata:
41-
- [MEI All](https://music-encoding.org/schema/5.0/mei-all.rng)
42-
- [MEI All Anystart](https://music-encoding.org/schema/5.0/mei-all_anyStart.rng)
43-
- [MEI Basic](https://music-encoding.org/schema/5.0/mei-basic.rng)
44-
- [MEI CMN](https://music-encoding.org/schema/5.0/mei-CMN.rng)
45-
- [MEI Mensural](https://music-encoding.org/schema/5.0/mei-Mensural.rng)
46-
- [MEI Neumes](https://music-encoding.org/schema/5.0/mei-Neumes.rng)
47-
- [MEI v4.0.1 (2019)](https://github.com/music-encoding/music-encoding/releases/tag/v4.0.1)
48-
- MEI 4.0.1 Guidelines (PDF) - not available
49-
- RelaxNG schemata:
50-
- [MEI All](https://music-encoding.org/schema/4.0.1/mei-all.rng)
51-
- [MEI All Anystart](https://music-encoding.org/schema/4.0.1/mei-all_anyStart.rng)
52-
- [MEI CMN](https://music-encoding.org/schema/4.0.1/mei-CMN.rng)
53-
- [MEI Mensural](https://music-encoding.org/schema/4.0.1/mei-Mensural.rng)
54-
- [MEI Neumes](https://music-encoding.org/schema/4.0.1/mei-Neumes.rng)
55-
- [MEI v3.0.0 (2016)](https://github.com/music-encoding/music-encoding/releases/tag/v3.0.0)
56-
- MEI 3.0.0 Guidelines ([PDF](https://zenodo.org/records/10040230); DOI: [10.5281/zenodo.10040230](https://doi.org/10.5281/zenodo.10040230))
57-
- RelaxNG schemata:
58-
- [MEI All](https://music-encoding.org/schema/3.0.0/mei-all.rng)
59-
- [MEI All Anystart](https://music-encoding.org/schema/3.0.0/mei-all_anyStart.rng)
60-
- [MEI CMN](https://music-encoding.org/schema/3.0.0/mei-CMN.rng)
61-
- [MEI Mensural](https://music-encoding.org/schema/3.0.0/mei-Mensural.rng)
62-
- [MEI Neumes](https://music-encoding.org/schema/3.0.0/mei-Neumes.rng)
63-
- [MEI 2013 (v2.1.1)](https://github.com/music-encoding/music-encoding/releases/tag/MEI2013_v2.1.1)
64-
- MEI 2013 Guidelines ([PDF](https://zenodo.org/records/10040218); DOI: [10.5281/zenodo.10040218](https://doi.org/10.5281/zenodo.10040218))
65-
- RelaxNG schemata:
66-
- [MEI All](https://music-encoding.org/schema/2.1.1/mei-all.rng)
67-
- [MEI All Anystart](https://music-encoding.org/schema/2.1.1/mei-all_anyStart.rng)
68-
- [MEI CMN](https://music-encoding.org/schema/2.1.1/mei-CMN.rng)
69-
- [MEI Mensural](https://music-encoding.org/schema/2.1.1/mei-Mensural.rng)
70-
- [MEI Neumes](https://music-encoding.org/schema/2.1.1/mei-Neumes.rng)
71-
- [MEI 2012](https://github.com/music-encoding/music-encoding/releases/tag/MEI2012_v2.0.0)
72-
- MEI 2012 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI2012_v2.0.0.zip))
73-
- MEI 2012 Guidelines ([PDF](https://zenodo.org/records/10040170); DOI: [10.5281/zenodo.10040170](https://doi.org/10.5281/zenodo.10040170))
74-
- [MEI 2011-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2011-05)
75-
- MEI 2011-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2011-05.zip))
76-
- [MEI 2010-05](https://github.com/music-encoding/music-encoding/releases/tag/MEI_release_2010-05)
77-
- MEI 2010-05 Release ([ZIP](https://github.com/music-encoding/music-encoding/archive/MEI_release_2010-05.zip))
78-
- Tag Library ([PDF](https://zenodo.org/records/10040125); DOI: [10.5281/zenodo.10040125](https://doi.org/10.5281/zenodo.10040125))

0 commit comments

Comments
 (0)