diff --git a/mkwpp-parser/index.html b/mkwpp-parser/index.html index b4b1b71..3f609f0 100644 --- a/mkwpp-parser/index.html +++ b/mkwpp-parser/index.html @@ -35,10 +35,10 @@

about colons..

Colons are no longer necessary. this parser splits with spaces and new lines, much like programming languages do during tokenization.

inserting a name

-

the parser will look for a line that starts with name, to determine if there's a new submission to deal with.

+

the parser will look for a line that starts with name.

inserting a date

-

the parser will look for a line that starts with date, 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.

+

the parser will look for a line that starts with date, to determine the date of the times and more importantly if there's a new submission to deal with. 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.

Months are read like track names:

  1. January: ja