Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add urlenc, urldec; fix a URL encoding bug; improve trans.cgi | bptato | 2024-01-08 | 2 | -0/+47 |
* 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 |