Fossil SCM

Improved appearance of the new CGI URL breakdown Pikchr: colorized it and made use of polygons instead of spindly lines to indicate the parts.

wyoung 2024-02-18 20:31 trunk
Commit 11420bbbdb294e8c5929b42bda9bd25eb84339747f85ed32802ebaab49e2b6dd
1 file changed +40 -23
+40 -23
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -214,36 +214,53 @@
214214
PATH: box "/subdir/three/timeline" mono fit
215215
QUERY: box "?c=55d7e1" mono fit
216216
217217
thickness = 0.01
218218
219
-box at 0.3 below DOMAIN "HTTP_HOST" mono fit invis
220
-line from previous box.n to DOMAIN.sw
221
-line from previous box.n to DOMAIN.se
222
-
223
-box at 0.3 below SCRIPT "SCRIPT_NAME" mono fit invis
224
-line from previous box.n to SCRIPT.sw
225
-line from previous box.n to SCRIPT.se
226
-
227
-box at 0.3 below PATH "PATH_INFO" mono fit invis
228
-line from previous box.n to PATH.sw
229
-line from previous box.n to PATH.se
230
-
231
-box at 0.3 below QUERY "QUERY_STRING" mono fit invis
232
-line from previous box.n to QUERY.sw
233
-line from previous box.n to QUERY.se
234
-
235
-box at 0.5 above PATH "REQUEST_URI" mono fit invis
236
-line from previous box.s to SCRIPT.nw
237
-line from previous box.s to QUERY.ne
219
+DB: box at 0.3 below DOMAIN "HTTP_HOST" mono fit invis
220
+SB: box at 0.3 below SCRIPT "SCRIPT_NAME" mono fit invis
221
+PB: box at 0.3 below PATH "PATH_INFO" mono fit invis
222
+QB: box at 0.3 below QUERY "QUERY_STRING" mono fit invis
223
+RB: box at 0.5 above PATH "REQUEST_URI" mono fit invis
238224
239225
color = lightgray
226
+
240227
box at SCHEME width SCHEME.width height SCHEME.height
241
-box at DOMAIN width DOMAIN.width height DOMAIN.height
242
-box at SCRIPT width SCRIPT.width height SCRIPT.height
243
-box at PATH width PATH.width height PATH.height
244
-box at QUERY width QUERY.width height QUERY.height
228
+line fill 0x7799CC behind QUERY \
229
+ from SCRIPT.nw \
230
+ to RB.sw \
231
+ to RB.se \
232
+ to QUERY.ne \
233
+ close
234
+line fill 0x99CCFF behind DOMAIN \
235
+ from DOMAIN.nw \
236
+ to DOMAIN.sw \
237
+ to DB.n \
238
+ to DOMAIN.se \
239
+ to DOMAIN.ne \
240
+ close
241
+line fill 0xCCEEFF behind SCRIPT \
242
+ from SCRIPT.nw \
243
+ to SCRIPT.sw \
244
+ to SB.n \
245
+ to SCRIPT.se \
246
+ to SCRIPT.ne \
247
+ close
248
+line fill 0x99CCFF behind PATH \
249
+ from PATH.nw \
250
+ to PATH.sw \
251
+ to PB.n \
252
+ to PATH.se \
253
+ to PATH.ne \
254
+ close
255
+line fill 0xCCEEFF behind QUERY \
256
+ from QUERY.nw \
257
+ to QUERY.sw \
258
+ to QB.n \
259
+ to QUERY.se \
260
+ to QUERY.ne \
261
+ close
245262
</verbatim>
246263
247264
<h2>Additional CGI Script Options</h2>
248265
249266
The CGI script can have additional options used to fine-tune
250267
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -214,36 +214,53 @@
214 PATH: box "/subdir/three/timeline" mono fit
215 QUERY: box "?c=55d7e1" mono fit
216
217 thickness = 0.01
218
219 box at 0.3 below DOMAIN "HTTP_HOST" mono fit invis
220 line from previous box.n to DOMAIN.sw
221 line from previous box.n to DOMAIN.se
222
223 box at 0.3 below SCRIPT "SCRIPT_NAME" mono fit invis
224 line from previous box.n to SCRIPT.sw
225 line from previous box.n to SCRIPT.se
226
227 box at 0.3 below PATH "PATH_INFO" mono fit invis
228 line from previous box.n to PATH.sw
229 line from previous box.n to PATH.se
230
231 box at 0.3 below QUERY "QUERY_STRING" mono fit invis
232 line from previous box.n to QUERY.sw
233 line from previous box.n to QUERY.se
234
235 box at 0.5 above PATH "REQUEST_URI" mono fit invis
236 line from previous box.s to SCRIPT.nw
237 line from previous box.s to QUERY.ne
238
239 color = lightgray
 
240 box at SCHEME width SCHEME.width height SCHEME.height
241 box at DOMAIN width DOMAIN.width height DOMAIN.height
242 box at SCRIPT width SCRIPT.width height SCRIPT.height
243 box at PATH width PATH.width height PATH.height
244 box at QUERY width QUERY.width height QUERY.height
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245 </verbatim>
246
247 <h2>Additional CGI Script Options</h2>
248
249 The CGI script can have additional options used to fine-tune
250
--- www/aboutcgi.wiki
+++ www/aboutcgi.wiki
@@ -214,36 +214,53 @@
214 PATH: box "/subdir/three/timeline" mono fit
215 QUERY: box "?c=55d7e1" mono fit
216
217 thickness = 0.01
218
219 DB: box at 0.3 below DOMAIN "HTTP_HOST" mono fit invis
220 SB: box at 0.3 below SCRIPT "SCRIPT_NAME" mono fit invis
221 PB: box at 0.3 below PATH "PATH_INFO" mono fit invis
222 QB: box at 0.3 below QUERY "QUERY_STRING" mono fit invis
223 RB: box at 0.5 above PATH "REQUEST_URI" mono fit invis
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
225 color = lightgray
226
227 box at SCHEME width SCHEME.width height SCHEME.height
228 line fill 0x7799CC behind QUERY \
229 from SCRIPT.nw \
230 to RB.sw \
231 to RB.se \
232 to QUERY.ne \
233 close
234 line fill 0x99CCFF behind DOMAIN \
235 from DOMAIN.nw \
236 to DOMAIN.sw \
237 to DB.n \
238 to DOMAIN.se \
239 to DOMAIN.ne \
240 close
241 line fill 0xCCEEFF behind SCRIPT \
242 from SCRIPT.nw \
243 to SCRIPT.sw \
244 to SB.n \
245 to SCRIPT.se \
246 to SCRIPT.ne \
247 close
248 line fill 0x99CCFF behind PATH \
249 from PATH.nw \
250 to PATH.sw \
251 to PB.n \
252 to PATH.se \
253 to PATH.ne \
254 close
255 line fill 0xCCEEFF behind QUERY \
256 from QUERY.nw \
257 to QUERY.sw \
258 to QB.n \
259 to QUERY.se \
260 to QUERY.ne \
261 close
262 </verbatim>
263
264 <h2>Additional CGI Script Options</h2>
265
266 The CGI script can have additional options used to fine-tune
267

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button