about summary refs log tree commit diff stats
path: root/bonus/trans.cgi
Commit message (Collapse)AuthorAgeFilesLines
* trans.cgi: set content type to text/x-ansibptato2024-03-161-2/+2
|
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-12/+20
| | | | | | | | | | * 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
* bonus: add magnet.cgibptato2023-12-111-0/+0
|
* trans.cgi: minor fixbptato2023-10-091-1/+1
|
* improve trans.cgibptato2023-10-091-5/+23
| | | | document, simplify, ...
* Add urimethodmap supportbptato2023-09-301-0/+13
yay