Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-18 | Allow default compression mode to be set. Go 1.7 introduces a new ↵ | Kurt | |
compression/flate routine that results in different compressed streams than before. Consequently, PDFs generated with go 1.7 are not generally binary-equivalent with those generated with previous versions. Turning off compression for test files removes this variability. However, it does not help with PDFs that contain images. For now, those reference PDFs have been removed to allow tests to proceed. | |||
2016-06-05 | Add Font resource declaration to templates. Thank you geekpex | Kurt | |
2015-10-13 | Use %f rather than %F since earlier versions of Go did not support the ↵ | Kurt Jung | |
latter. Thanks, Marcus. | |||
2015-10-12 | Add reference PDFs for comparison purposes. Document comparison of example ↵ | Kurt Jung | |
documents. | |||
2015-10-11 | Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ↵ | Kurt Jung | |
field in composite literal. | |||
2015-10-11 | Conditionally sort two map iterations in template code; more to come. | Kurt Jung | |
2015-10-10 | Conditionally sort image catalog. Correct small typos. | Kurt Jung | |
2015-08-12 | License and attribution | Marcus Downing | |
2015-08-04 | Templating | Marcus Downing | |