Fossil SCM

(Grammar) fileformat.wiki changes.

brickviking 2024-10-18 10:09 bv-corrections01
Commit 697b76f2614f3b0f8509f606ad72f9e1cf03495551ef956d314d7c0dc2d6ec31
1 file changed +6 -6
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -360,11 +360,11 @@
360360
of text in the wiki page. That text follows the newline character
361361
that terminates the <b>W</b> card. The wiki text is always followed by one
362362
extra newline.
363363
364364
The <b>C</b> card on a wiki page is optional. The argument is a comment
365
-that explains why the changes was made. The ability to have a <b>C</b>
365
+that explains why the changes were made. The ability to have a <b>C</b>
366366
card on a wiki page artifact was added on 2019-12-02 at the suggestion
367367
of user George Krivov and is not currently used or generated by the
368368
implementation. Older versions of Fossil will reject a wiki-page
369369
artifact that includes a <b>C</b> card.
370370
@@ -396,14 +396,14 @@
396396
ticket into existence.
397397
398398
<b>J</b> cards specify changes to the "value" of "fields" in the ticket.
399399
If the <i>value</i> parameter of the <b>J</b> card is omitted, then the
400400
field is set to an empty string.
401
-Each fossil server has a ticket configuration which specifies the fields its
401
+Each fossil server has a ticket configuration which specifies the fields it
402402
understands. The ticket configuration is part of the local state for
403403
the repository and thus can vary from one repository to another.
404
-Hence a <b>J</b> card might specify a <i>field</i> that do not exist in the
404
+Hence a <b>J</b> card might specify a <i>field</i> that does not exist in the
405405
local ticket configuration. If a <b>J</b> card specifies a <i>field</i> that
406406
is not in the local configuration, then that <b>J</b> card
407407
is simply ignored.
408408
409409
The first argument of the <b>J</b> card is the field name. The second
@@ -462,11 +462,11 @@
462462
A technical note or "technote" artifact (formerly known as an "event" artifact)
463463
associates a timeline comment and a page of text
464464
(similar to a wiki page) with a point in time. Technotes can be used
465465
to record project milestones, release notes, blog entries, process
466466
checkpoints, or news articles.
467
-The following cards are allowed on an technote artifact:
467
+The following cards are allowed on a technote artifact:
468468
469469
<div class="indent">
470470
<b>C</b> <i>comment</i><br>
471471
<b>D</b> <i>time-and-date-stamp</i><br />
472472
<b>E</b> <i>technote-time</i> <i>technote-id</i><br />
@@ -510,15 +510,15 @@
510510
The <b>*</b> in place of the artifact ID indicates that
511511
the tag or property applies to the current artifact. It is not
512512
possible to encode the current artifact ID as part of an artifact,
513513
since the act of inserting the artifact ID would change the artifact ID,
514514
hence a <b>*</b> is used to represent "self". The "<b>+</b>" on the
515
-name means that tags can only be add and they can only be non-propagating
515
+name means that tags can only be "add" and they can only be non-propagating
516516
tags. In a technote, <b>T</b> cards are normally used to set the background
517517
display color for timelines.
518518
519
-The optional <b>U</b> card gives name of the user who entered the technote.
519
+The optional <b>U</b> card gives the name of the user who entered the technote.
520520
521521
A single <b>W</b> card provides wiki text for the document associated with the
522522
technote. The format of the <b>W</b> card is exactly the same as for a
523523
[#wikichng | wiki artifact].
524524
525525
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -360,11 +360,11 @@
360 of text in the wiki page. That text follows the newline character
361 that terminates the <b>W</b> card. The wiki text is always followed by one
362 extra newline.
363
364 The <b>C</b> card on a wiki page is optional. The argument is a comment
365 that explains why the changes was made. The ability to have a <b>C</b>
366 card on a wiki page artifact was added on 2019-12-02 at the suggestion
367 of user George Krivov and is not currently used or generated by the
368 implementation. Older versions of Fossil will reject a wiki-page
369 artifact that includes a <b>C</b> card.
370
@@ -396,14 +396,14 @@
396 ticket into existence.
397
398 <b>J</b> cards specify changes to the "value" of "fields" in the ticket.
399 If the <i>value</i> parameter of the <b>J</b> card is omitted, then the
400 field is set to an empty string.
401 Each fossil server has a ticket configuration which specifies the fields its
402 understands. The ticket configuration is part of the local state for
403 the repository and thus can vary from one repository to another.
404 Hence a <b>J</b> card might specify a <i>field</i> that do not exist in the
405 local ticket configuration. If a <b>J</b> card specifies a <i>field</i> that
406 is not in the local configuration, then that <b>J</b> card
407 is simply ignored.
408
409 The first argument of the <b>J</b> card is the field name. The second
@@ -462,11 +462,11 @@
462 A technical note or "technote" artifact (formerly known as an "event" artifact)
463 associates a timeline comment and a page of text
464 (similar to a wiki page) with a point in time. Technotes can be used
465 to record project milestones, release notes, blog entries, process
466 checkpoints, or news articles.
467 The following cards are allowed on an technote artifact:
468
469 <div class="indent">
470 <b>C</b> <i>comment</i><br>
471 <b>D</b> <i>time-and-date-stamp</i><br />
472 <b>E</b> <i>technote-time</i> <i>technote-id</i><br />
@@ -510,15 +510,15 @@
510 The <b>*</b> in place of the artifact ID indicates that
511 the tag or property applies to the current artifact. It is not
512 possible to encode the current artifact ID as part of an artifact,
513 since the act of inserting the artifact ID would change the artifact ID,
514 hence a <b>*</b> is used to represent "self". The "<b>+</b>" on the
515 name means that tags can only be add and they can only be non-propagating
516 tags. In a technote, <b>T</b> cards are normally used to set the background
517 display color for timelines.
518
519 The optional <b>U</b> card gives name of the user who entered the technote.
520
521 A single <b>W</b> card provides wiki text for the document associated with the
522 technote. The format of the <b>W</b> card is exactly the same as for a
523 [#wikichng | wiki artifact].
524
525
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -360,11 +360,11 @@
360 of text in the wiki page. That text follows the newline character
361 that terminates the <b>W</b> card. The wiki text is always followed by one
362 extra newline.
363
364 The <b>C</b> card on a wiki page is optional. The argument is a comment
365 that explains why the changes were made. The ability to have a <b>C</b>
366 card on a wiki page artifact was added on 2019-12-02 at the suggestion
367 of user George Krivov and is not currently used or generated by the
368 implementation. Older versions of Fossil will reject a wiki-page
369 artifact that includes a <b>C</b> card.
370
@@ -396,14 +396,14 @@
396 ticket into existence.
397
398 <b>J</b> cards specify changes to the "value" of "fields" in the ticket.
399 If the <i>value</i> parameter of the <b>J</b> card is omitted, then the
400 field is set to an empty string.
401 Each fossil server has a ticket configuration which specifies the fields it
402 understands. The ticket configuration is part of the local state for
403 the repository and thus can vary from one repository to another.
404 Hence a <b>J</b> card might specify a <i>field</i> that does not exist in the
405 local ticket configuration. If a <b>J</b> card specifies a <i>field</i> that
406 is not in the local configuration, then that <b>J</b> card
407 is simply ignored.
408
409 The first argument of the <b>J</b> card is the field name. The second
@@ -462,11 +462,11 @@
462 A technical note or "technote" artifact (formerly known as an "event" artifact)
463 associates a timeline comment and a page of text
464 (similar to a wiki page) with a point in time. Technotes can be used
465 to record project milestones, release notes, blog entries, process
466 checkpoints, or news articles.
467 The following cards are allowed on a technote artifact:
468
469 <div class="indent">
470 <b>C</b> <i>comment</i><br>
471 <b>D</b> <i>time-and-date-stamp</i><br />
472 <b>E</b> <i>technote-time</i> <i>technote-id</i><br />
@@ -510,15 +510,15 @@
510 The <b>*</b> in place of the artifact ID indicates that
511 the tag or property applies to the current artifact. It is not
512 possible to encode the current artifact ID as part of an artifact,
513 since the act of inserting the artifact ID would change the artifact ID,
514 hence a <b>*</b> is used to represent "self". The "<b>+</b>" on the
515 name means that tags can only be "add" and they can only be non-propagating
516 tags. In a technote, <b>T</b> cards are normally used to set the background
517 display color for timelines.
518
519 The optional <b>U</b> card gives the name of the user who entered the technote.
520
521 A single <b>W</b> card provides wiki text for the document associated with the
522 technote. The format of the <b>W</b> card is exactly the same as for a
523 [#wikichng | wiki artifact].
524
525

Keyboard Shortcuts

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