UltraStar-Deluxe / format

UltraStar Format Specification
https://usdx.eu/format
MIT License
9 stars 2 forks source link

[Website] Create a view per version on the website #41

Open Baklap4 opened 6 months ago

Baklap4 commented 6 months ago

Suggestion

Currently the latest version is shown on the website. However it'd be nice to add previous version also to the website So we can direct everyone to the correct pages for each specific version

Use case

Extra info/examples/attachments

No response

Baklap4 commented 6 months ago

Hmmm to make this easy i think we can create folders per version:

Latest (1.1.0): `/docs/index.html
0.1.0: `/docs/0.1.0/index.html
0.2.0: `/docs/0.2.0/index.html
0.3.0: `/docs/0.3.0/index.html
1.0.0: `/docs/1.0.0/index.html

I guess we can keep the assets (css, js, images, fonts) within the root docs directory and reference them correctly from our index.html

codello commented 5 months ago

Is there currently a proposed or accepted feature that significantly changes the syntax of the format? If not I think it would be easier to annotate each of the header fields and note types with a Since and/or Deprecated and/or Removed. For example:

#TITLE
Since: Version 0.1.0

#ENCODING
Since: Version 0.2.0
Deprecated: Version 0.3.0
Removed: Version 1.0.0

This would avoid duplication and still make clear which features are available in which version of the format.