Fossil SCM
(Grammar) fileformat.wiki changes.
Commit
697b76f2614f3b0f8509f606ad72f9e1cf03495551ef956d314d7c0dc2d6ec31
Parent
d44c25f23551450…
1 file changed
+6
-6
+6
-6
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -360,11 +360,11 @@ | ||
| 360 | 360 | of text in the wiki page. That text follows the newline character |
| 361 | 361 | that terminates the <b>W</b> card. The wiki text is always followed by one |
| 362 | 362 | extra newline. |
| 363 | 363 | |
| 364 | 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> | |
| 365 | +that explains why the changes were made. The ability to have a <b>C</b> | |
| 366 | 366 | card on a wiki page artifact was added on 2019-12-02 at the suggestion |
| 367 | 367 | of user George Krivov and is not currently used or generated by the |
| 368 | 368 | implementation. Older versions of Fossil will reject a wiki-page |
| 369 | 369 | artifact that includes a <b>C</b> card. |
| 370 | 370 | |
| @@ -396,14 +396,14 @@ | ||
| 396 | 396 | ticket into existence. |
| 397 | 397 | |
| 398 | 398 | <b>J</b> cards specify changes to the "value" of "fields" in the ticket. |
| 399 | 399 | If the <i>value</i> parameter of the <b>J</b> card is omitted, then the |
| 400 | 400 | 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 | |
| 402 | 402 | understands. The ticket configuration is part of the local state for |
| 403 | 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 | |
| 404 | +Hence a <b>J</b> card might specify a <i>field</i> that does not exist in the | |
| 405 | 405 | local ticket configuration. If a <b>J</b> card specifies a <i>field</i> that |
| 406 | 406 | is not in the local configuration, then that <b>J</b> card |
| 407 | 407 | is simply ignored. |
| 408 | 408 | |
| 409 | 409 | The first argument of the <b>J</b> card is the field name. The second |
| @@ -462,11 +462,11 @@ | ||
| 462 | 462 | A technical note or "technote" artifact (formerly known as an "event" artifact) |
| 463 | 463 | associates a timeline comment and a page of text |
| 464 | 464 | (similar to a wiki page) with a point in time. Technotes can be used |
| 465 | 465 | to record project milestones, release notes, blog entries, process |
| 466 | 466 | checkpoints, or news articles. |
| 467 | -The following cards are allowed on an technote artifact: | |
| 467 | +The following cards are allowed on a technote artifact: | |
| 468 | 468 | |
| 469 | 469 | <div class="indent"> |
| 470 | 470 | <b>C</b> <i>comment</i><br> |
| 471 | 471 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 472 | 472 | <b>E</b> <i>technote-time</i> <i>technote-id</i><br /> |
| @@ -510,15 +510,15 @@ | ||
| 510 | 510 | The <b>*</b> in place of the artifact ID indicates that |
| 511 | 511 | the tag or property applies to the current artifact. It is not |
| 512 | 512 | possible to encode the current artifact ID as part of an artifact, |
| 513 | 513 | since the act of inserting the artifact ID would change the artifact ID, |
| 514 | 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 | |
| 515 | +name means that tags can only be "add" and they can only be non-propagating | |
| 516 | 516 | tags. In a technote, <b>T</b> cards are normally used to set the background |
| 517 | 517 | display color for timelines. |
| 518 | 518 | |
| 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. | |
| 520 | 520 | |
| 521 | 521 | A single <b>W</b> card provides wiki text for the document associated with the |
| 522 | 522 | technote. The format of the <b>W</b> card is exactly the same as for a |
| 523 | 523 | [#wikichng | wiki artifact]. |
| 524 | 524 | |
| 525 | 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 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 |