Smith I sent you this in a private message but maybe someone can help me
I'm developing a LFS league management module fos the Xoops CMS and I'd like to ask you for a little reference about LFS Stats.
I use LFS Stats files to automatically upload race results by parsing them. I had taken into consideration DNF and DSQ, but there are more penalties and race situations which I don't know about.
As an example I have this in a file:
16. pilot 1. DNF. (no penalty)
17. pilot 2. +2 laps. (DT penalty)
18. pilot 3. DNF. (no penalty)
19. pilot 4. DNF. (no penalty)
I don't know what that DT penalty is, so I don't know how that pilot should score, as DNF pilots don't score a single point (in my module).
My question is if I could have some kind of reference about the 'penalty' column and its different cases, and other special situations like DNF, DSQ or others that may be shown in other columns.
I could always make it so you can manually alter those results and set it to desired value, but of course the ideal thing would be to have it all done automatically.