summaryrefslogtreecommitdiff
path: root/template.html
AgeCommit message (Collapse)Author
2015-01-12Moved templates, makespec.py, and specfilter.hs -> tools/.John MacFarlane
2015-01-04Use cmark itself to build spec.html.John MacFarlane
Removes build dependency on pandoc. Closes #256. Note: we have lost "smart punctuation," but we can either (a) add an option to do this in the cmark renderer, or (b) insert unicode punctuation in the spec as needed. Not an urgent issue in any case.
2014-12-31Omit footer on template.John MacFarlane
2014-12-31Added CC-BY-SA license to documentation.John MacFarlane
Closes #55.
2014-11-08template.html changes needed to make visible spaces work.John MacFarlane
2014-11-08Spec: better system for designating definitions of terms.John MacFarlane
`[foo](@foo)` turns into an anchor with id `foo` that links to itself and has class `definition`. This allows us to remove the manual `<a>` tags in `spec.txt`. A simple regex substitution in the Makefile handles the transformation. I believe this addresses some of the concerns in #141 by giving the definitions a prominent appearance. Note that we want definitions to link to themselves, to allow users to quickly generate a link to the relevant bit of the spec.
2014-10-27Fixed watermark.John MacFarlane
- No longer shows blank watermark on recent version. - Fixed broken Makefile.
2014-10-27Improved (interact) links in spec.John MacFarlane
- Link now has pointer cursor. - → is converted to tab. Closes #174.
2014-10-27Watermark old versions of the spec.John MacFarlane
2014-10-26Added (interact) links to spec, to open examples in dingus.John MacFarlane
2014-10-24Spec: Made background color for code spans work more consistently.John MacFarlane
Closes #162.
2014-10-24Tweaked CSS in spec template so inline code has background color.John MacFarlane
2014-08-13Color scheme tweak in spec.John MacFarlane
2014-08-13Use template for HTML version of README.John MacFarlane
2014-08-13Initial commitJohn MacFarlane