341
342
343
344
345
346
347
348
349
350
351
352
353
354
|
A wiki artifact defines a single version of a
single wiki page.
Wiki artifacts accept
the following card types:
<blockquote>
<b>D</b> <i>time-and-date-stamp</i><br />
<b>L</b> <i>wiki-title</i><br />
<b>N</b> <i>mimetype</i><br />
<b>P</b> <i>parent-artifact-id</i>+<br />
<b>U</b> <i>user-name</i><br />
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
<b>Z</b> <i>checksum</i>
|
>
|
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
|
A wiki artifact defines a single version of a
single wiki page.
Wiki artifacts accept
the following card types:
<blockquote>
<b>C</b> <i>change-comment</i><br>
<b>D</b> <i>time-and-date-stamp</i><br />
<b>L</b> <i>wiki-title</i><br />
<b>N</b> <i>mimetype</i><br />
<b>P</b> <i>parent-artifact-id</i>+<br />
<b>U</b> <i>user-name</i><br />
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
<b>Z</b> <i>checksum</i>
|
364
365
366
367
368
369
370
371
372
373
374
375
376
377
|
the usual checksum over the entire artifact and is required.
The <b>W</b> card is used to specify the text of the wiki page. The
argument to the <b>W</b> card is an integer which is the number of bytes
of text in the wiki page. That text follows the newline character
that terminates the <b>W</b> card. The wiki text is always followed by one
extra newline.
An example wiki artifact can be seen
[/artifact?name=7b2f5fd0e0&txt=1 | here].
<a name="tktchng"></a>
<h3>2.5 Ticket Changes</h3>
|
>
>
>
>
>
>
>
|
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
|
the usual checksum over the entire artifact and is required.
The <b>W</b> card is used to specify the text of the wiki page. The
argument to the <b>W</b> card is an integer which is the number of bytes
of text in the wiki page. That text follows the newline character
that terminates the <b>W</b> card. The wiki text is always followed by one
extra newline.
The <b>C</b> card on a wiki page is optional. The argument is a comment
that explains why the changes was made. The ability to have a <b>C</b>
card on a wiki page artifact was added on 2019-12-02 at the suggestion
of user George Krivov and is not currently used or generated by the
implementation. Older versions of Fossil will reject a wiki-page
artifact that includes a <b>C</b> card.
An example wiki artifact can be seen
[/artifact?name=7b2f5fd0e0&txt=1 | here].
<a name="tktchng"></a>
<h3>2.5 Ticket Changes</h3>
|
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
|
<td> </td>
</tr>
<tr>
<td><b>C</b> <i>comment-text</i></td>
<td align=center><b>1</b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td align=center><b>0-1</b></td>
<td align=center><b>0-1</b></td>
<td> </td>
</tr>
<tr>
<td><b>D</b> <i>date-time-stamp</i></td>
|
|
|
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
|
<td> </td>
</tr>
<tr>
<td><b>C</b> <i>comment-text</i></td>
<td align=center><b>1</b></td>
<td> </td>
<td> </td>
<td align=center><b>0-1</b></td>
<td> </td>
<td align=center><b>0-1</b></td>
<td align=center><b>0-1</b></td>
<td> </td>
</tr>
<tr>
<td><b>D</b> <i>date-time-stamp</i></td>
|