Kitten Technologies
Check-in [1a9c052fb2]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated to new Fossil on love, updated CSS (note: CSS is now embedded in the fossil repo skins directly, but I do that by copy-pasting the generated CSS in out/kitten-technologies.css from src/kitten-technologies.scss)
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1a9c052fb2f298de895d7858e15ad56d51b9703a
User & Date: alaric 2018-11-30 14:30:38
Context
2019-03-05
16:35
Logo and stencils check-in: 2bb400715d user: alaric tags: trunk
2018-11-30
14:30
Updated to new Fossil on love, updated CSS (note: CSS is now embedded in the fossil repo skins directly, but I do that by copy-pasting the generated CSS in out/kitten-technologies.css from src/kitten-technologies.scss) check-in: 1a9c052fb2 user: alaric tags: trunk
2017-12-28
21:15
Added bokbok check-in: df30f24b91 user: alaric tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/kitten-technologies.scss.

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
;; -*- mode: Scheme; -*-
()

(let ((header-margin-top "0.3em")
      (header-margin-bottom "0.2em"))
  `(css
    (import "https://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic")
    (import "https://fonts.googleapis.com/css?family=Droid+Sans+Mono")

    ((html body div span applet object iframe
	   h1 h2 h3 h4 h5 h6 p blovkquote pre
	   a abbr acronym address big cite code
	   del dfn em img ins kbd q s samp
	   small strike strong sub sup tt var
	   b u i center
	   dl dt dd ol ul li
	   fieldest form label legend
	   table caption tbody tfoot thead tr th td
	   article aside canvas details embed
	   figure figcaption footer header hgroup
	   menu nav output ruby section summary
	   time mark audio video)
     (margin "0")
     (padding "0")
     (border "0")
     (font-size "100%")
     (font: "inherit")
     (vertical-align: "baseline"))

    ((article aside details figcaption figure
	      footer header hgroup menu nav section)
     (display "block"))

    ((ol ul)
     (list-style "none"))

    ((blockquote q)
     (quotes "none"))










|
|
|
|
|
|
|
|
|
|
|
|




|
|


|







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
;; -*- mode: Scheme; -*-
()

(let ((header-margin-top "0.3em")
      (header-margin-bottom "0.2em"))
  `(css
    (import "https://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic")
    (import "https://fonts.googleapis.com/css?family=Droid+Sans+Mono")

    ((html body div span applet object iframe
           h1 h2 h3 h4 h5 h6 p blovkquote pre
           a abbr acronym address big cite code
           del dfn em img ins kbd q s samp
           small strike strong sub sup tt var
           b u i center
           dl dt dd ol ul li
           fieldest form label legend
           table caption tbody tfoot thead tr th td
           article aside canvas details embed
           figure figcaption footer header hgroup
           menu nav output ruby section summary
           time mark audio video)
     (margin "0")
     (padding "0")
     (border "0")
     (font-size "100%")
     (font "inherit")
     (vertical-align "baseline"))

    ((article aside details figcaption figure
              footer header hgroup menu nav section)
     (display "block"))

    ((ol ul)
     (list-style "none"))

    ((blockquote q)
     (quotes "none"))
46
47
48
49
50
51
52
53



54
55
56
57
58
59
60
     (border-collapse "collapse")
     (border-spacing "0"))

    (body
     (font-family "'Cantarell', arial, sans-serif")
     (margin "0px")
     (padding "0px")
     (background-color "white"))




    ((a a:visited a:active)
     (color "#000"))

    (a:hover
     (color "#338"))








|
>
>
>







46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
     (border-collapse "collapse")
     (border-spacing "0"))

    (body
     (font-family "'Cantarell', arial, sans-serif")
     (margin "0px")
     (padding "0px")
     (background-color "white")
     (-moz-text-size-adjust "none")
     (-webkit-text-size-adjust "none")
     (-mx-text-size-adjust "none"))

    ((a a:visited a:active)
     (color "#000"))

    (a:hover
     (color "#338"))

144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222

223
224

225
226
227
228
229

230
231
232
233
234
235
236
237
238
239
240
241












































242
243
244
245
246
247
248
249
250
251
252
253
254


















255
256
257
258
259
260
261
     (font-size "100%"))

    (h6
     (margin-top ,header-margin-top)
     (margin-bottom ,header-margin-bottom)
     (font-size "100%"))

    (div.logo
     (display "table-cell")
     (text-align "center")
     (vertical-align "bottom")
     (font-weight "bold")
     (color "#558195")
     (min-width "200px"))

    (div.title
     (display "table-cell")
     (font-size "2em")
     (font-weight "bold")
     (text-align "center")
     (padding-bottom "0.5em")
     (vertical-align "bottom")
     (width "100%"))

    (div.status
     (display "table-cell")
     (text-align "right")
     (vertical-align "bottom")
     (font-size "0.8em")
     (font-weight "bold")
     (min-width "200px")
     (white-space "nowrap"))

    (div.header
     (display "table")
     (width "100%")
     (background "#a7cfdf")
     (background "-moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%)")
     (background "-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a))")
     (filter "progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 )"))

    (div.mainmenu
     (padding "5px 10px 5px 10px")
     (font-size "0.9em")
     (font-weight "bold")
     (text-align "center")
     (letter-spacing "1px")
     (background-color "#558195")
     (color "white"))

    (div.submenu
     (padding "3px 10px 3px 0px")
     (font-size "0.9em")
     (text-align "center")
     (background-color "#456878")
     (color "white"))

    (((// div.mainmenu a) (// div.mainmenu a:visited) (// div.submenu a) (// div.submenu a:visited))
     (padding "3px 10px 3px 10px")
     (color "white")
     (text-decoration "none"))

    (((// div.mainmenu a:hover) (// div.submenu a:hover))
     (color "#558195")
     (background-color "white"))

    (div.content
     (padding "1em 5em 1em 5em"))

    (div.section
     (margin-bottom "0px")
     (margin-top "1em")
     (padding "1px 1px 1px 1px")
     (font-size "1.2em")
     (font-weight "bold")
     (background-color "#558195")
     (color "white")
     (white-space "nowrap"))


    (div.divider
     (background "#a1c4d4")

     (border "2px #558195 solid")
     (font-size "1em")
     (font-weight "normal")
     (padding ".25em")
     (margin ".2em 0 .2em 0")

     (float "left")
     (clear "left")
     (white-space "nowrap"))

    (div.footer
     (clear "both")
     (font-size "0.8em")
     (margin-top "12px")
     (padding "5px 10px 5px 10px")
     (text-align "right")
     (background-color "#558195")
     (color "white"))













































    ((// div.footer a)
     (color "white"))

    ((// div.footer a:link)
     (color "white"))

    ((// div.footer a:visited)
     (color "white"))

    ((// div.footer a:hover)
     (background-color "white")
     (color "#558195"))



















    (pre.verbatim
     (background-color "#f5f5f5")
     (padding "0.5em"))

    (span.diffrm
     (margin "0px")







|







|








|








|







|








|

|




|




|



|


|









>
|
<
>
|
|
|
|
|
>
|
|
<

|







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>













>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227

228
229
230
231
232
233
234
235
236

237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
     (font-size "100%"))

    (h6
     (margin-top ,header-margin-top)
     (margin-bottom ,header-margin-bottom)
     (font-size "100%"))

    (.logo
     (display "table-cell")
     (text-align "center")
     (vertical-align "bottom")
     (font-weight "bold")
     (color "#558195")
     (min-width "200px"))

    (.title
     (display "table-cell")
     (font-size "2em")
     (font-weight "bold")
     (text-align "center")
     (padding-bottom "0.5em")
     (vertical-align "bottom")
     (width "100%"))

    (.status
     (display "table-cell")
     (text-align "right")
     (vertical-align "bottom")
     (font-size "0.8em")
     (font-weight "bold")
     (min-width "200px")
     (white-space "nowrap"))

    (.header
     (display "table")
     (width "100%")
     (background "#a7cfdf")
     (background "-moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%)")
     (background "-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a))")
     (filter "progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 )"))

    (.mainmenu
     (padding "5px 10px 5px 10px")
     (font-size "0.9em")
     (font-weight "bold")
     (text-align "center")
     (letter-spacing "1px")
     (background-color "#558195")
     (color "white"))

    (.submenu
     (padding "3px 10px 3px 0px")
     (font-size "0.7em")
     (text-align "center")
     (background-color "#456878")
     (color "white"))

    (((// .mainmenu a) (// .mainmenu a:visited) (// .submenu a) (// .submenu a:visited))
     (padding "3px 10px 3px 10px")
     (color "white")
     (text-decoration "none"))

    (((// .mainmenu a:hover) (// .submenu a:hover))
     (color "#558195")
     (background-color "white"))

    (.content
     (padding "1em 5em 1em 5em"))

    (.section
     (margin-bottom "0px")
     (margin-top "1em")
     (padding "1px 1px 1px 1px")
     (font-size "1.2em")
     (font-weight "bold")
     (background-color "#558195")
     (color "white")
     (white-space "nowrap"))

    (.sectionmenu ;; FIXME
     (border "1px solid #d8d8d8")

     (border-radius: "0 0 3px 3px")
     (border-top: "0")
     (margin-top: "-10px")
     (margin-bottom: "10px")
     (padding: "10px"))

    ((// .sectionmenu a) ;; FIXME
     (display "inline-block")
     (margin-right "1em"))


    (.footer
     (clear "both")
     (font-size "0.8em")
     (margin-top "12px")
     (padding "5px 10px 5px 10px")
     (text-align "right")
     (background-color "#558195")
     (color "white"))

    (((// .udiff) (// .sbsdiff)) ;; FIXME
     (font-size ".85em !important")
     (overflow "auto")
     (border "1px solid #ccc")
     (border-radius "5px"))

    ((// table.report td)
     (padding "2px")
     (border "1px solid #f5f5f5"))

    ((// table.report th)
     (padding "3px")
     (border "1px solid #f5f5f5")
     (background "#f5f5f5")
     (cursor "pointer"))

    ((// .report td:first-child)
     (border-top-left-radius "5px"))

    ((// .report tbody tr:last-child td:first-child)
     (border-bottom-left-radius "5px"))

    ((// .report td:last-child)
     (border-top-right-radius "5px"))
    
    ((// .report tbody tr:last-child)
     (border-bottom-left-radius "5px")
     (border-bottom-right-radius "5px"))

    ((// .report tbody tr:last-child td:last-child)
     (border-bottom-right-radius "5px"))

    (td.tktDspValue
     (padding "2px")
     (border "1px solid #f5f5f5"))

    (td.tktDspLabel
     (padding "3px")
     (border "1px solid #f5f5f5")
     (background "#f5f5f5"))

    (span.timelineDetail
     (font-size "90%"))

    ((// div.footer a)
     (color "white"))

    ((// div.footer a:link)
     (color "white"))

    ((// div.footer a:visited)
     (color "white"))

    ((// div.footer a:hover)
     (background-color "white")
     (color "#558195"))

    (div.timelineDate
     (font-weight "bold")
     (white-space "nowrap"))
    
    ;; NOT YET CONFIRMED IN USE

    (div.divider
     (background "#a1c4d4")
     (border "2px #558195 solid")
     (font-size "1em")
     (font-weight "normal")
     (padding ".25em")
     (margin ".2em 0 .2em 0")
     (float "left")
     (clear "left")
     (white-space "nowrap"))


    (pre.verbatim
     (background-color "#f5f5f5")
     (padding "0.5em"))

    (span.diffrm
     (margin "0px")
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294



















































































































































































































     (background-color "#5555f5"))

    ((// table.label-value th)
     (vertical-align "top")
     (text-align "right")
     (padding "0.2ex 2ex"))

    ((// table.report td)
     (padding "2px")
     (border "1px solid #f5f5f5"))

    ((// table.report th)
     (padding "3px")
     (border "1px solid #f5f5f5")
     (background "#f5f5f5"))

    (td.tktDspValue
     (padding "2px")
     (border "1px solid #f5f5f5"))

    (td.tktDspLabel
     (padding "3px")
     (border "1px solid #f5f5f5")
     (background "#f5f5f5"))
))


























































































































































































































<
<
<

<
<
<
<
<
<
<
<
<
<
<
<
<

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
336
337
338
339
340
341
342



343













344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
     (background-color "#5555f5"))

    ((// table.label-value th)
     (vertical-align "top")
     (text-align "right")
     (padding "0.2ex 2ex"))


















))

#|

Default CSS from Fossil:

body {
    margin: 0 auto;
    min-width: 800px;
    padding: 0px 20px;
    background-color: white;
    font-family: sans-serif;
    font-size:14pt;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -mx-text-size-adjust: none;
}

a {
    color: #4183C4;
    text-decoration: none;
}
a:hover {
    color: #4183C4;
    text-decoration: underline;
}

hr {
    color: #eee;
}

.title {
    color: #4183C4;
    float:left;
    padding-top: 30px;
    padding-bottom: 10px;
}
.title h1 {
    display:inline;
}
.title h1:after {
    content: " / ";
    color: #777;
    font-weight: normal;
}

.content h1 {
    font-size: 1.25em;
}
.content h2 {
    font-size: 1.15em;
}
.content h3 {
    font-size: 1.05em;
    font-weight: bold;
}

.section {
    font-size: 1em;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    border-radius: 3px 3px 0 0;
    padding: 9px 10px 10px;
    margin: 10px 0;
}

.sectionmenu {
    border: 1px solid #d8d8d8;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 10px;
}
.sectionmenu a {
    display: inline-block;
    margin-right: 1em;
}

.status {
    float:right;
    font-size:.7em;
    padding-top:50px;
}

.mainmenu {
    font-size:.8em;
    clear:both;
    padding:10px;
    background:#eaeaea linear-gradient(#fafafa, #eaeaea) repeat-x;
    border:1px solid #eaeaea;
    border-radius:5px;
}

.mainmenu a {
    padding: 10px 20px;
    text-decoration:none;
    color: #777;
    border-right:1px solid #eaeaea;
}
.mainmenu a.active,
.mainmenu a:hover {
    color: #000;
    border-bottom:2px solid #D26911;
}

.submenu {
    font-size: .7em;
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.submenu a, .submenu label {
    padding: 10px 11px;
    text-decoration:none;
    color: #777;
}

.submenu a:hover, .submenu label:hover {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
}

.content {
    padding-top: 10px;
    font-size:.8em;
    color: #444;
}

.udiff, .sbsdiff {
    font-size: .85em !important;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.content blockquote {
    padding: 0 15px;
}

table.report {
    cursor: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 1em 0;
}
.report td, .report th {
   border: 0;
   font-size: .8em;
   padding: 10px;
}
.report td:first-child {
    border-top-left-radius: 5px;
}
.report tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.report td:last-child {
    border-top-right-radius: 5px;
}
.report tbody tr:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.report tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.report th {
    cursor: pointer;
}
.report thead+tbody tr:hover {
    background-color: #f5f9fc !important;
}

td.tktDspLabel {
    width: 70px;
    text-align: right;
    overflow: hidden;
}
td.tktDspValue {
    text-align: left;
    vertical-align: top;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}
td.tktDspValue pre {
    white-space: pre-wrap;
}

span.timelineDetail {
    font-size: 90%;
}

.footer {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size:.7em;
    margin-top: 10px;
    color: #ccc;
}
div.timelineDate {
    font-weight: bold;
    white-space: nowrap;
}
span.submenuctrl, span.submenuctrl input, select.submenuctrl {
  color: #777;
}

|#

Changes to src/project/argon.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/argon.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/argon.fossil

Changes to src/project/banterpixra.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/banterpixra.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/banterpixra.fossil

Changes to src/project/bokbok.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/bokbok.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/bokbok.fossil

Changes to src/project/kitten-technologies.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/kitten-technologies.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/kitten-technologies.fossil

Changes to src/project/magic-pipes.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/magic-pipes.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/magic-pipes.fossil

Changes to src/project/pwdb.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/pwdb.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/pwdb.fossil

Changes to src/project/quick-ref-cards.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/quick-ref-cards.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/quick-ref-cards.fossil

Changes to src/project/simple-graphics.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/simple-graphics.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/simple-graphics.fossil

Changes to src/project/speakd.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/speakd.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/speakd.fossil

Changes to src/project/tangle.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/tangle.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/tangle.fossil

Changes to src/project/ugarit.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/ugarit.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/ugarit.fossil

Changes to src/project/ugarit-manifest-maker.

1
2
#!/usr/pkg/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/ugarit-manifest-maker.fossil
|

1
2
#!/guest/snell-systems/bin/fossil
repository: /guest/snell-systems/kitten-technologies/fossil/ugarit-manifest-maker.fossil