Skip to content

Commit

Permalink
month reading rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent 8ec416c commit a7ac822
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mkwpp-parser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ <h2>inserting a name</h2>
<div id="insert_the_date"></div>
<h2>inserting a date</h2>
<p>the parser will look for a line that starts with <code>date</code>, to determine the date of the times. dates are read like this: it first looks for four numbers in a row, and reads that as the year. Then it looks at any other string containing numbers, and reads that as the day. Lastly, it looks at the remaining string, and reads that as the month. If there are more than three parts to a date, it will fail with a warning and skip the submission.</p>
<p>Months are read like track names:</p>
<ol>
<li>January: <code>ja</code></li>
<li>February: <code>f</code></li>
<li>March: <code>mar</code></li>
<li>April: <code>ap</code></li>
<li>May: <code>may</code></li>
<li>June: <code>jun</code></li>
<li>July: <code>jul</code></li>
<li>August: <code>au</code></li>
<li>September: <code>s</code></li>
<li>October: <code>o</code></li>
<li>November: <code>n</code></li>
<li>December: <code>d</code></li>
</ol>
<div id="indicating_flap_and_nosc"></div>
<h2>indicating flap and nosc</h2>
<p>There are multiple ways to indicate for flap and nosc. You can set all times as nosc or as flap by writing any of the accepted names before the actual time submissions.</p>
Expand Down

0 comments on commit a7ac822

Please sign in to comment.