aboutsummaryrefslogtreecommitdiff
path: root/webpage.pl (follow)
Commit message (Collapse)AuthorAge
* Turn <image> tag into <img>.Simon Tatham2015-02-08
| | | | | | | Not sure how I managed to write the former by mistake, but I didn't notice because browsers didn't immediately complain. Still, James Harvey points out, it ought to be turned into the actually standards-compliant spelling of the tag. Ahem.
* And one more whitespace fix.Simon Tatham2015-01-13
| | | | | It's a pain having to commit each of these separately in order to test the script, but there we go. Should be working now.
* Couple of fixes to the new web-page mechanism.Simon Tatham2015-01-13
| | | | | I missed some spaces in the autogenerated <span>s, and I generated the web page components including unfinished puzzles by mistake.
* Script to autogenerate pieces of the web page.Simon Tatham2015-01-13
This should simplify the process of adding a new puzzle, by automating the part where I have to manually edit index.html separately from the main build step.