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
024-04-16 15:08:44 +0200 committer bptato <nincsnevem662@gmail.com> 2024-04-17 23:19:09 +0200 Update code style' href='/ahoang/chawan/commit/src/html/xmlhttprequest.nim?id=66b9574b165be62e76c7397cf0eaa8d229d42675'>66b9574b ^
3c5aa064 ^
204ec2eb ^







66b9574b ^
204ec2eb ^
3c5aa064 ^












204ec2eb ^
3c5aa064 ^
204ec2eb ^




b5966870 ^
3c5aa064 ^







204ec2eb ^

3c5aa064 ^

204ec2eb ^












b7570a38 ^
204ec2eb ^
b7570a38 ^
204ec2eb ^
66b9574b ^
b5966870 ^
204ec2eb ^
b5966870 ^






204ec2eb ^
b7570a38 ^
204ec2eb ^




66b9574b ^

204ec2eb ^
66b9574b ^
204ec2eb ^
66b9574b ^
204ec2eb ^




3c5aa064 ^




204ec2eb ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118