Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | md2html: convert & to & in code | bptato | 2024-02-21 | 1 | -0/+1 |
| | |||||
* | md2html: add indentation-based code blocks | bptato | 2024-02-19 | 1 | -2/+52 |
| | |||||
* | md2html: add support for strikethrough | bptato | 2024-02-05 | 1 | -1/+7 |
| | |||||
* | md2html: improved underscore ignoring rules | bptato | 2024-02-01 | 1 | -2/+4 |
| | | | | Only ignore when prev/next chars are not alnum. | ||||
* | md2html: skip space after list item start | bptato | 2024-02-01 | 1 | -2/+2 |
| | |||||
* | md2html: detect lists starting with dash | bptato | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | Add default md2html converter | bptato | 2024-01-30 | 1 | -0/+380 |
| | |||||
* | gmi2html: rewrite | bptato | 2023-12-22 | 2 | -241/+69 |
| | | | | | | | | * Rewrite in Nim * This time, do not use a state machine (it was a very bad idea) * Do not emit <br> for every line; use CSS instead * Avoid double-newline caused by margins using CSS * Properly support list items | ||||
* | gopher2html: do not use streams | bptato | 2023-12-21 | 1 | -4/+2 |
| | |||||
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -18/+1 |
| | | | | | | | | | | | | Now it is (technically) no longer mandatory to link to libcurl. Also, Chawan is at last completely protocol and network backend agnostic :) * Implement multipart requests in local CGI * Implement simultaneous download of CGI data * Add REQUEST_HEADERS env var with all headers * cssparser: add a missing check in consumeEscape | ||||
* | Move gopher to adapter/ | bptato | 2023-12-12 | 1 | -15/+1 |
| | | | | Also, move default urimethodmap config to res. | ||||
* | adapter/: re-structure | bptato | 2023-12-12 | 2 | -0/+375 |