Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | urldec: merge into urlenc | bptato | 2024-08-11 | 1 | -6/+0 |
| | | | | also, move the ln command to make all | ||||
* | Add urlenc, urldec; fix a URL encoding bug; improve trans.cgi | bptato | 2024-01-08 | 1 | -0/+6 |
* Fix incorrect internal definition of the fragment percent-encode set * urlenc, urldec: these are simple utility programs mainly for use with shell local CGI scripts. (Sadly the printf + xargs solution is not portable.) * Pass libexec directory as an env var to local CGI scripts * Update trans.cgi to use urldec and add an example for combining it with selections |