== Format Standards == Please look at the SAP format specification https://asap.sourceforge.net/sap-format.html for the available tags and their technical specification. == Title and Filename Standards (NAME Tag) == 1. The words "A, An, And, As, By, From, For, In, Of, On, Or, The, To" shall be lowercase in filenames and NAME tags.\\ Exception: The filename begins with such a word. 2. The apostrophe should be omitted in filenames.\\ Example: "Don't Worry Be Happy" -> filename "Dont_Worry_Be_Happy.sap"\\ Example: "I'm in Love" -> filename "Im_in_Love.sap" 3. Omit articles where they are the first word of the title. ('''pg''')\\ Example: "The_Nutty_Professor.sap" -> "Nutty_Professor.sap"\\ Note: This is practiced, but not very consistently.[[BR]]\\ == Author Standards (AUTHOR Tag) == 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.\\ Example: "/Composers/Billyard_Adam/Henri.sap"\\ \\ SAP:\\ {{{ AUTHOR "Adam Billyard" NAME "Henri" }}} STIL:\\ {{{ TITLE: Two-Part Invention No.13, in A minor (BWV 784) ARTIST: Johann Sebastian Bach }}} 2. Use full names, separated by "&" ('''pfusik''')\\ Example: "Jan & David Spilka" -> "Jan Spilka & David Spilka" ?\\ 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". 3. Avoid diminutives ('''pfusik''')\\ Examples: "Johnny" -> "John", "Maciek Szczesniak" -> "Maciej Szcześniak", "Slawek Sledz" -> "Sławomir Śledź" 4. Use " (nickname)" if the real name is unknown ('''pfusik''')\\ Example: AUTHOR "null1024" -> AUTHOR " (null1024)" == Date Standards (DATE Tag) == 1. Use DD/MM/YYYY (preferred), DD-DD/MM/YYYY, MM/YYYY, MM-MM/YYYY, YYYY, YYYY-YYYY ) ('''pfusik''')\\ It is possible to replace the last digits with question marks when they are unknown.