webcalendar
webcalendar copied to clipboard
Convert to HTML5
Also, a few upgrades for PHP5.
This PR has some good HTML 5 changes in it. However, I waited too long to merge and how it has too many conflicts. Some of the changes were made in other commits, but we definitely did not get all of these changes. I know there are still a lot of tags that have improper closings for HTML 5 ("").
Well, HTML5 is pretty forgiving about closing tags. And other things. Mostly the changes were to cut several kb off the overall file size for faster loading.
I forgot to mention, the doctype for the pages has to be HTML5. The rest can updated as we go.