AmerMathSoc / texml

A repository for texml development
9 stars 2 forks source link

Add `<license/>` and `<ali:free_to_read/>` tags #216

Closed davidmjones closed 2 months ago

davidmjones commented 3 months ago

@pkra I'm going to add <license/> and <ali:free_to_read/> tags at the end of the <permissions/> element, after the copyright. Hopefully this won't affect your code, but let me know if you need me to hold off on this change.

pkra commented 3 months ago

texml-to-html works by allow-list only, so unknown elements will be ignored/stripped. Let me know if we need to do something with these.

davidmjones commented 3 months ago

@pkra Thanks. I don't think you need to do anything with the information. It's just there to make the license more explicit for aggregators.

davidmjones commented 3 months ago

Implemented.