I did, thanks.
I'm really looking forward to when webadict steals my job.
I'm fairly close to something that's workable, but I had to do some additions for already existing content.
Well, I would, but if you want to spend a lot of manual time adding everything in, it's close to done. If you want a way to automate the input of information, you'll need to fix the formatting on the calendar list, or I'll need to make it work by being less lazy.
The s tag is attached to the line above it in the calendar list:
e.g.
[s]
Pathway from E. Albright[/i] [/s]ventuswings
instead of
[s]Pathway from E. Albright[/i][/s] ventuswings
This really makes it a hassle to identify it through the website parser I'm using, so I'll have to instead parse it out from quoted information instead, which also sucks but for different reasons.
How about we only add future drawings and the orphanage? (the orphanage does not have the [ s ] on the previous line problem)
Also, I don't know if this helps, but what I'm doing is actually "anti-tagging" the name of the recipient. so if you just imagine that everything for a particular day is s-ed and just the name or the orphanage is un-s-ed it should make parsing easier (well, except on the last line). Maybe.