Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: create manpage directories, fix wrong file modes | bptato | 2023-10-14 | 1 | -6/+8 |
| | | | | | | | * mkdir manpage directories too (not just prefix/bin) * use 0644 file mode instead of the nonsensical 0655 See https://todo.sr.ht/~bptato/chawan/1 | ||||
* | slightly refactor md to man preprocessing, update manpage | bptato | 2023-10-13 | 1 | -4/+1 |
| | |||||
* | makefile fixes | bptato | 2023-10-01 | 1 | -2/+6 |
| | |||||
* | Makefile: fix perms | bptato | 2023-09-30 | 1 | -6/+6 |
| | |||||
* | Makefile: fix manpage copy | bptato | 2023-09-30 | 1 | -1/+1 |
| | |||||
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -1/+3 |
| | | | | yay | ||||
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -10/+14 |
| | | | | | | | | | | | Add w3m-style local CGI support. It is not quite as powerful as w3m's local CGI, because it lacks an equivalent to W3m-control. Not sure if it's worth adding; we certainly shouldn't allow passing JS in headers, but a custom language for headers does not sound like a great idea either... eh, idk. also, TODO add multipart | ||||
* | small Makefile improvement | bptato | 2023-09-26 | 1 | -2/+5 |
| | |||||
* | Build quickjs with bignum enabled | bptato | 2023-09-23 | 1 | -2/+3 |
| | | | | | | | BigInt is standard and widely available in browsers. We have no reason to exclude it. (BigFloat/BigDecimal are not, so we do not add them for now.) | ||||
* | improve manpages | bptato | 2023-09-20 | 1 | -7/+14 |
| | |||||
* | config.md: more preprocessing | bptato | 2023-09-20 | 1 | -1/+3 |
| | |||||
* | add table_rewrite.sh | bptato | 2023-09-20 | 1 | -1/+1 |
| | | | | | | pandoc can only generate manpage tables from markdown tables, but the markdown pipe table syntax is horrible. So instead of rewriting our markdown documentation to use that syntax, just programmatically rewrite it. | ||||
* | add manpages | bptato | 2023-09-20 | 1 | -0/+11 |
| | | | | still needs some work | ||||
* | Makefile: add debugger:native to debug target | bptato | 2023-09-11 | 1 | -1/+1 |
| | |||||
* | Allow overriding libcurl name | bptato | 2023-08-26 | 1 | -1/+1 |
| | | | | for better compatibility with curl-impersonate | ||||
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -0/+8 |
| | | | | Operation "modularize Chawan somewhat" part 1 | ||||
* | makefile: fix qjsobj not being created | bptato | 2023-08-13 | 1 | -1/+2 |
| | |||||
* | Revert "Makefile: add ./ to rm -rf" | bptato | 2023-08-13 | 1 | -1/+1 |
| | | | | | | On a second thought, this makes no sense. This reverts commit 3c8d95fefb678155d0c923aac8240b575ce79d5f. | ||||
* | Makefile: add ./ to rm -rf | bptato | 2023-08-10 | 1 | -1/+1 |
| | | | | just to be sure | ||||
* | Makefile: fix conflicts with directories | bptato | 2023-08-10 | 1 | -8/+8 |
| | |||||
* | Update makefile | bptato | 2023-07-28 | 1 | -4/+8 |
| | | | | small re-organization | ||||
* | Makefile: remove random echo statement | bptato | 2023-06-24 | 1 | -1/+0 |
| | |||||
* | Add dir to qjs target, rename makefile | bptato | 2023-06-23 | 1 | -0/+49 |
| | |||||
* | More css stuff | bptato | 2021-08-04 | 1 | -14/+0 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 1 | -4/+2 |
| | |||||
* | ... | bptato | 2021-03-17 | 1 | -5/+12 |
| | |||||
* | Moved stuff etc | bptato | 2021-03-13 | 1 | -4/+4 |
| | |||||
* | Replaced parser, readline, etc... | bptato | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | something broke again | bptato | 2021-01-22 | 1 | -0/+2 |
| | |||||
* | failed attempt for unicode | bptato | 2021-01-22 | 1 | -3/+5 |
| | |||||
* | some things just never work | bptato | 2021-01-20 | 1 | -0/+2 |
| | |||||
* | Some things work, most things don't | bptato | 2021-01-20 | 1 | -0/+3 |