Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a Lua PDF generator | Přemysl Eric Janouch | 2025-01-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | Publishing my old invoice layouter in a reusable scripting-based form, rather than an annoyingly fixed binary. Because Lua compiled for C++ might be hard to find, we provide a wrap. Curiously, only GitHub releases seem to contain onelua.c, which is a very handy file. We could have also subprojected libqr, which is in the public domain, however the other main dependencies are also LGPL like libqrencode is. And it is likely to be installed. The user manual also serves as a test. | ||||
* | README.adoc: actually make the extfs name match | Přemysl Eric Janouch | 2024-02-04 | 1 | -1/+1 |
| | |||||
* | README.adoc: fix and improve Go instructions | Přemysl Eric Janouch | 2024-02-04 | 1 | -3/+16 |
| | |||||
* | Go: add PDF 1.5 cross-reference stream support | Přemysl Eric Janouch | 2024-02-04 | 1 | -1/+2 |
| | | | | This is not particularly complete, but it works (again) for Cairo. | ||||
* | README.adoc: update package information | Přemysl Eric Janouch | 2023-07-01 | 1 | -0/+7 |
| | |||||
* | Fix tests, document new limitation | Přemysl Eric Janouch | 2023-06-28 | 1 | -1/+2 |
| | |||||
* | Update documentation | Přemysl Eric Janouch | 2021-12-09 | 1 | -0/+5 |
| | |||||
* | README.adoc: add a PkgGoDev badge | Přemysl Eric Janouch | 2020-09-11 | 1 | -0/+2 |
| | |||||
* | Add an instructive man page | Přemysl Eric Janouch | 2020-09-05 | 1 | -19/+7 |
| | |||||
* | Make it possible to change the signature reservation | Přemysl Eric Janouch | 2020-09-04 | 1 | -2/+4 |
| | |||||
* | Avoid downgrading the document's PDF version | Přemysl Eric Janouch | 2020-09-04 | 1 | -2/+0 |
| | |||||
* | Return errors rather than mangle documents | Přemysl Eric Janouch | 2020-09-04 | 1 | -2/+2 |
| | |||||
* | Add a Go port | Přemysl Janouch | 2018-10-04 | 1 | -2/+6 |
| | | | | It should be roughly at feature parity. | ||||
* | Clarify libcrypto API version in README | Přemysl Janouch | 2018-08-03 | 1 | -1/+1 |
| | |||||
* | Update README | Přemysl Janouch | 2018-06-24 | 1 | -5/+5 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -7/+2 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | Initial commit | Přemysl Janouch | 2017-11-08 | 1 | -0/+54 |