Edirom / MEIGarage

The MEI Garage is a "workshop" for symbolic music encoding data. It is sharing a code base with the TEI's OxGarage and offers a convenient interface to common tasks for music encoding data, both through Web and REST interfaces. It offers conversion between different formats and customization of the MEI Schema.
https://meigarage.edirom.de/
GNU General Public License v3.0
0 stars 0 forks source link

change download file extensions for customizations #38

Closed kepper closed 2 years ago

kepper commented 2 years ago

In the customization service, when generating any customization, the files to download always use the .xml extension. It would be much better, though, if they could use either .rng or .odd, depending on user selection…

anneferger commented 2 years ago

I think this is a change that needs to be done in https://github.com/Edirom/MEIGarage servlet, note for myself see https://github.com/Edirom/MEIGarage/blob/babd867f2112526067b8ac23df1711e56054ba1d/src/main/java/pl/psnc/dl/ege/webapp/servlet/CustomizationServlet.java#L223

anneferger commented 2 years ago

Note for myself: In Profiler https://meigarage.edirom.de/profiler odd and rng extensions are already used because they are set in the GUI

anneferger commented 2 years ago

Done in https://meigarage.edirom.de/customization