Changes between Version 11 and Version 12 of Standards
- Timestamp:
- Apr 13, 2025, 4:01:49 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Standards
v11 v12 1 1 == Format Standards == 2 2 3 Seethe SAP format specification https://asap.sourceforge.net/sap-format.html for the available tags and their technical specification.3 Please look at the SAP format specification https://asap.sourceforge.net/sap-format.html for the available tags and their technical specification. 4 4 5 5 == Title and Filename Standards (NAME Tag) == … … 18 18 == Author Standards (AUTHOR Tag) == 19 19 20 1. Use full names, separated by "&" ('''pfusik''')\\ 20 1. In the SAP file, specify the author and title of the Atari version. Use the extension in STIL for the original composer and music.\\ 21 Example: "/Composers/Billyard_Adam/Henri.sap"\\ 22 \\ 23 SAP:\\ 24 {{{ 25 AUTHOR "Adam Billyard" 26 NAME "Henri" 27 }}} 28 STIL:\\ 29 {{{ 30 TITLE: Two-Part Invention No.13, in A minor (BWV 784) 31 ARTIST: Johann Sebastian Bach 32 }}} 33 34 2. Use full names, separated by "&" ('''pfusik''')\\ 21 35 Example: "Jan & David Spilka" -> "Jan Spilka & David Spilka" ?\\ 22 36 Reason: Normally, the value of the "AUTHOR" tag is shown to the user without further processing. Exceptions are the ASMA web player and the Windows Explorer plugins, which split authors on " & ", so it will show two authors: "Jan" and "David Spilka". 23 37 24 2. Avoid diminutives ('''pfusik''')\\38 3. Avoid diminutives ('''pfusik''')\\ 25 39 Examples: "Johnny" -> "John", "Maciek Szczesniak" -> "Maciej Szcześniak", "Slawek Sledz" -> "Sławomir Śledź" 26 40 27 3. Use "<?> (nickname)" if the real name is unknown ('''pfusik''')\\41 4. Use "<?> (nickname)" if the real name is unknown ('''pfusik''')\\ 28 42 Example: AUTHOR "null1024" -> AUTHOR "<?> (null1024)" 29 43