Fossil SCM
The skin's new "indent" class for block elements doesn't apply to "p" tags due to CSS cascading rules. Changed them to divs to sidestep this limitation. Also fixed another instance of bold formatting interfering with abutting italics.
Commit
d8e2a3b87402a496d4ee2573cb2a9d35b75dbf05aeaf41a660cce8896c724655
Parent
65853cc1e467372…
2 files changed
+18
-20
+2
-2
+18
-20
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -107,11 +107,11 @@ | ||
| 107 | 107 | the check-in was created, and any check-in comments associated |
| 108 | 108 | with the check-in. |
| 109 | 109 | |
| 110 | 110 | Allowed cards in the manifest are as follows: |
| 111 | 111 | |
| 112 | -<p class="indent"> | |
| 112 | +<div class="indent"> | |
| 113 | 113 | <b>B</b> <i>baseline-manifest</i><br> |
| 114 | 114 | <b>C</b> <i>checkin-comment</i><br> |
| 115 | 115 | <b>D</b> <i>time-and-date-stamp</i><br> |
| 116 | 116 | <b>F</b> <i>filename</i> ?<i>hash</i>? ?<i>permissions</i>? ?<i>old-name</i>?<br> |
| 117 | 117 | <b>N</b> <i>mimetype</i><br> |
| @@ -119,11 +119,11 @@ | ||
| 119 | 119 | <b>Q</b> (<b>+</b>|<b>-</b>)<i>artifact-hash</i> ?<i>artifact-hash</i>?<br> |
| 120 | 120 | <b>R</b> <i>repository-checksum</i><br> |
| 121 | 121 | <b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <b>*</b> ?<i>value</i>?<br> |
| 122 | 122 | <b>U</b> <i>user-login</i><br> |
| 123 | 123 | <b>Z</b> <i>manifest-checksum</i> |
| 124 | -</p> | |
| 124 | +</div> | |
| 125 | 125 | |
| 126 | 126 | A manifest may optionally have a single <b>B</b> card. The <b>B</b> card specifies |
| 127 | 127 | another manifest that serves as the "baseline" for this manifest. A |
| 128 | 128 | manifest that has a <b>B</b> card is called a delta-manifest and a manifest |
| 129 | 129 | that omits the <b>B</b> card is a baseline-manifest. The other manifest |
| @@ -145,14 +145,12 @@ | ||
| 145 | 145 | A manifest must have exactly one <b>D</b> card. The sole argument to |
| 146 | 146 | the <b>D</b> card is a date-time stamp in the ISO8601 format. The |
| 147 | 147 | date and time should be in coordinated universal time (UTC). |
| 148 | 148 | The format one of: |
| 149 | 149 | |
| 150 | -<p class="indent"> | |
| 151 | -<i>YYYY</i><b>-</b><i>MM</i><b>-</b><i>DD</i><b>T</b><i>HH</i><b>:</b><i>MM</i><b>:</b><i>SS</i><br> | |
| 152 | -<i>YYYY</i><b>-</b><i>MM</i><b>-</b><i>DD</i><b>T</b><i>HH</i><b>:</b><i>MM</i><b>:</b><i>SS</i><b>.</b><i>SSS</i> | |
| 153 | -</p> | |
| 150 | +<pre class="indent"><i>YYYY-MM-DD<b>T</b>HH:MM:SS | |
| 151 | +YYYY-MM-DD<b>T</b>HH:MM:SS.SSS</i></pre> | |
| 154 | 152 | |
| 155 | 153 | A manifest has zero or more <b>F</b> cards. Each <b>F</b> card identifies a file |
| 156 | 154 | that is part of the check-in. There are one, two, three, or four |
| 157 | 155 | arguments. The first argument is the pathname of the file in the |
| 158 | 156 | check-in relative to the root of the project file hierarchy. No ".." |
| @@ -260,14 +258,14 @@ | ||
| 260 | 258 | may be removed from a repository without loss or damage to the |
| 261 | 259 | underlying project code. |
| 262 | 260 | |
| 263 | 261 | Allowed cards in the cluster are as follows: |
| 264 | 262 | |
| 265 | -<p class="indent"> | |
| 263 | +<div class="indent"> | |
| 266 | 264 | <b>M</b> <i>artifact-id</i><br /> |
| 267 | 265 | <b>Z</b> <i>checksum</i> |
| 268 | -</p> | |
| 266 | +</div> | |
| 269 | 267 | |
| 270 | 268 | A cluster contains one or more <b>M</b> cards followed by a single <b>Z</b> card. |
| 271 | 269 | Each <b>M</b> card has a single argument which is the artifact ID of |
| 272 | 270 | another artifact in the repository. The <b>Z</b> card works exactly like |
| 273 | 271 | the <b>Z</b> card of a manifest. The argument to the <b>Z</b> card is the |
| @@ -281,16 +279,16 @@ | ||
| 281 | 279 | |
| 282 | 280 | Control artifacts are used to assign properties to other artifacts |
| 283 | 281 | within the repository. |
| 284 | 282 | Allowed cards in a control artifact are as follows: |
| 285 | 283 | |
| 286 | -<p class="indent"> | |
| 284 | +<div class="indent"> | |
| 287 | 285 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 288 | 286 | <b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <i>artifact-id</i> ?<i>value</i>?<br /> |
| 289 | 287 | <b>U</b> <i>user-name</i><br /> |
| 290 | 288 | <b>Z</b> <i>checksum</i><br /> |
| 291 | -</p> | |
| 289 | +</div> | |
| 292 | 290 | |
| 293 | 291 | A control artifact must have one <b>D</b> card, one <b>U</b> card, one <b>Z</b> card and |
| 294 | 292 | one or more <b>T</b> cards. No other cards or other text is |
| 295 | 293 | allowed in a control artifact. Control artifacts might be PGP |
| 296 | 294 | clearsigned. |
| @@ -335,20 +333,20 @@ | ||
| 335 | 333 | A wiki artifact defines a single version of a |
| 336 | 334 | single wiki page. |
| 337 | 335 | Wiki artifacts accept |
| 338 | 336 | the following card types: |
| 339 | 337 | |
| 340 | -<p class="indent"> | |
| 338 | +<div class="indent"> | |
| 341 | 339 | <b>C</b> <i>change-comment</i><br> |
| 342 | 340 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 343 | 341 | <b>L</b> <i>wiki-title</i><br /> |
| 344 | 342 | <b>N</b> <i>mimetype</i><br /> |
| 345 | 343 | <b>P</b> <i>parent-artifact-id</i>+<br /> |
| 346 | 344 | <b>U</b> <i>user-name</i><br /> |
| 347 | 345 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 348 | 346 | <b>Z</b> <i>checksum</i> |
| 349 | -</p> | |
| 347 | +</div> | |
| 350 | 348 | |
| 351 | 349 | The <b>D</b> card is the date and time when the wiki page was edited. |
| 352 | 350 | The <b>P</b> card specifies the parent wiki pages, if any. The <b>L</b> card |
| 353 | 351 | gives the name of the wiki page. The optional <b>N</b> card specifies |
| 354 | 352 | the mimetype of the wiki text. If the <b>N</b> card is omitted, the |
| @@ -376,17 +374,17 @@ | ||
| 376 | 374 | <h3 id="tktchng">2.5 Ticket Changes</h3> |
| 377 | 375 | |
| 378 | 376 | A ticket-change artifact represents a change to a trouble ticket. |
| 379 | 377 | The following cards are allowed on a ticket change artifact: |
| 380 | 378 | |
| 381 | -<p class="indent"> | |
| 379 | +<div class="indent"> | |
| 382 | 380 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 383 | 381 | <b>J</b> ?<b>+</b>?<i>name</i> ?<i>value</i>?<br /> |
| 384 | 382 | <b>K</b> <i>ticket-id</i><br /> |
| 385 | 383 | <b>U</b> <i>user-name</i><br /> |
| 386 | 384 | <b>Z</b> <i>checksum</i> |
| 387 | -</p> | |
| 385 | +</div> | |
| 388 | 386 | |
| 389 | 387 | The <b>D</b> card is the usual date and time stamp and represents the point |
| 390 | 388 | in time when the change was entered. The <b>U</b> card is the login of the |
| 391 | 389 | programmer who entered this change. The <b>Z</b> card is the required checksum over |
| 392 | 390 | the entire artifact. |
| @@ -424,18 +422,18 @@ | ||
| 424 | 422 | attachment (the source artifact) with a ticket or wiki page or |
| 425 | 423 | technical note to which |
| 426 | 424 | the attachment is connected (the target artifact). |
| 427 | 425 | The following cards are allowed on an attachment artifact: |
| 428 | 426 | |
| 429 | -<p class="indent"> | |
| 427 | +<div class="indent"> | |
| 430 | 428 | <b>A</b> <i>filename target</i> ?<i>source</i>?<br /> |
| 431 | 429 | <b>C</b> <i>comment</i><br /> |
| 432 | 430 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 433 | 431 | <b>N</b> <i>mimetype</i><br /> |
| 434 | 432 | <b>U</b> <i>user-name</i><br /> |
| 435 | 433 | <b>Z</b> <i>checksum</i> |
| 436 | -</p> | |
| 434 | +</div> | |
| 437 | 435 | |
| 438 | 436 | The <b>A</b> card specifies a filename for the attachment in its first argument. |
| 439 | 437 | The second argument to the <b>A</b> card is the name of the wiki page or |
| 440 | 438 | ticket or technical note to which the attachment is connected. The |
| 441 | 439 | third argument is either missing or else it is the lower-case artifact |
| @@ -466,21 +464,21 @@ | ||
| 466 | 464 | (similar to a wiki page) with a point in time. Technotes can be used |
| 467 | 465 | to record project milestones, release notes, blog entries, process |
| 468 | 466 | checkpoints, or news articles. |
| 469 | 467 | The following cards are allowed on an technote artifact: |
| 470 | 468 | |
| 471 | -<p class="indent"> | |
| 469 | +<div class="indent"> | |
| 472 | 470 | <b>C</b> <i>comment</i><br> |
| 473 | 471 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 474 | 472 | <b>E</b> <i>technote-time</i> <i>technote-id</i><br /> |
| 475 | 473 | <b>N</b> <i>mimetype</i><br /> |
| 476 | 474 | <b>P</b> <i>parent-artifact-id</i>+<br /> |
| 477 | 475 | <b>T</b> <b>+</b><i>tag-name</i> <b>*</b> ?<i>value</i>?<br /> |
| 478 | 476 | <b>U</b> <i>user-name</i><br /> |
| 479 | 477 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 480 | 478 | <b>Z</b> <i>checksum</i> |
| 481 | -</p> | |
| 479 | +</div> | |
| 482 | 480 | |
| 483 | 481 | The <b>C</b> card contains text that is displayed on the timeline for the |
| 484 | 482 | technote. The <b>C</b> card is optional, but there can only be one. |
| 485 | 483 | |
| 486 | 484 | A single <b>D</b> card is required to give the date and time when the |
| @@ -531,21 +529,21 @@ | ||
| 531 | 529 | Forum posts are intended as a mechanism for users and developers to |
| 532 | 530 | discuss a project. Forum posts are like messages on a mailing list. |
| 533 | 531 | |
| 534 | 532 | The following cards are allowed on an forum post artifact: |
| 535 | 533 | |
| 536 | -<p class="indent"> | |
| 534 | +<div class="indent"> | |
| 537 | 535 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 538 | 536 | <b>G</b> <i>thread-root</i><br /> |
| 539 | 537 | <b>H</b> <i>thread-title</i><br /> |
| 540 | 538 | <b>I</b> <i>in-reply-to</i><br /> |
| 541 | 539 | <b>N</b> <i>mimetype</i><br /> |
| 542 | 540 | <b>P</b> <i>parent-artifact-id</i><br /> |
| 543 | 541 | <b>U</b> <i>user-name</i><br /> |
| 544 | 542 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 545 | 543 | <b>Z</b> <i>checksum</i> |
| 546 | -</p> | |
| 544 | +</div> | |
| 547 | 545 | |
| 548 | 546 | Every forum post must have either one <b>I</b> card and one <b>G</b> card |
| 549 | 547 | or one <b>H</b> card. |
| 550 | 548 | Forum posts are organized into topic threads. The initial |
| 551 | 549 | post for a thread (the root post) has an <b>H</b> card giving the title or |
| 552 | 550 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -107,11 +107,11 @@ | |
| 107 | the check-in was created, and any check-in comments associated |
| 108 | with the check-in. |
| 109 | |
| 110 | Allowed cards in the manifest are as follows: |
| 111 | |
| 112 | <p class="indent"> |
| 113 | <b>B</b> <i>baseline-manifest</i><br> |
| 114 | <b>C</b> <i>checkin-comment</i><br> |
| 115 | <b>D</b> <i>time-and-date-stamp</i><br> |
| 116 | <b>F</b> <i>filename</i> ?<i>hash</i>? ?<i>permissions</i>? ?<i>old-name</i>?<br> |
| 117 | <b>N</b> <i>mimetype</i><br> |
| @@ -119,11 +119,11 @@ | |
| 119 | <b>Q</b> (<b>+</b>|<b>-</b>)<i>artifact-hash</i> ?<i>artifact-hash</i>?<br> |
| 120 | <b>R</b> <i>repository-checksum</i><br> |
| 121 | <b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <b>*</b> ?<i>value</i>?<br> |
| 122 | <b>U</b> <i>user-login</i><br> |
| 123 | <b>Z</b> <i>manifest-checksum</i> |
| 124 | </p> |
| 125 | |
| 126 | A manifest may optionally have a single <b>B</b> card. The <b>B</b> card specifies |
| 127 | another manifest that serves as the "baseline" for this manifest. A |
| 128 | manifest that has a <b>B</b> card is called a delta-manifest and a manifest |
| 129 | that omits the <b>B</b> card is a baseline-manifest. The other manifest |
| @@ -145,14 +145,12 @@ | |
| 145 | A manifest must have exactly one <b>D</b> card. The sole argument to |
| 146 | the <b>D</b> card is a date-time stamp in the ISO8601 format. The |
| 147 | date and time should be in coordinated universal time (UTC). |
| 148 | The format one of: |
| 149 | |
| 150 | <p class="indent"> |
| 151 | <i>YYYY</i><b>-</b><i>MM</i><b>-</b><i>DD</i><b>T</b><i>HH</i><b>:</b><i>MM</i><b>:</b><i>SS</i><br> |
| 152 | <i>YYYY</i><b>-</b><i>MM</i><b>-</b><i>DD</i><b>T</b><i>HH</i><b>:</b><i>MM</i><b>:</b><i>SS</i><b>.</b><i>SSS</i> |
| 153 | </p> |
| 154 | |
| 155 | A manifest has zero or more <b>F</b> cards. Each <b>F</b> card identifies a file |
| 156 | that is part of the check-in. There are one, two, three, or four |
| 157 | arguments. The first argument is the pathname of the file in the |
| 158 | check-in relative to the root of the project file hierarchy. No ".." |
| @@ -260,14 +258,14 @@ | |
| 260 | may be removed from a repository without loss or damage to the |
| 261 | underlying project code. |
| 262 | |
| 263 | Allowed cards in the cluster are as follows: |
| 264 | |
| 265 | <p class="indent"> |
| 266 | <b>M</b> <i>artifact-id</i><br /> |
| 267 | <b>Z</b> <i>checksum</i> |
| 268 | </p> |
| 269 | |
| 270 | A cluster contains one or more <b>M</b> cards followed by a single <b>Z</b> card. |
| 271 | Each <b>M</b> card has a single argument which is the artifact ID of |
| 272 | another artifact in the repository. The <b>Z</b> card works exactly like |
| 273 | the <b>Z</b> card of a manifest. The argument to the <b>Z</b> card is the |
| @@ -281,16 +279,16 @@ | |
| 281 | |
| 282 | Control artifacts are used to assign properties to other artifacts |
| 283 | within the repository. |
| 284 | Allowed cards in a control artifact are as follows: |
| 285 | |
| 286 | <p class="indent"> |
| 287 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 288 | <b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <i>artifact-id</i> ?<i>value</i>?<br /> |
| 289 | <b>U</b> <i>user-name</i><br /> |
| 290 | <b>Z</b> <i>checksum</i><br /> |
| 291 | </p> |
| 292 | |
| 293 | A control artifact must have one <b>D</b> card, one <b>U</b> card, one <b>Z</b> card and |
| 294 | one or more <b>T</b> cards. No other cards or other text is |
| 295 | allowed in a control artifact. Control artifacts might be PGP |
| 296 | clearsigned. |
| @@ -335,20 +333,20 @@ | |
| 335 | A wiki artifact defines a single version of a |
| 336 | single wiki page. |
| 337 | Wiki artifacts accept |
| 338 | the following card types: |
| 339 | |
| 340 | <p class="indent"> |
| 341 | <b>C</b> <i>change-comment</i><br> |
| 342 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 343 | <b>L</b> <i>wiki-title</i><br /> |
| 344 | <b>N</b> <i>mimetype</i><br /> |
| 345 | <b>P</b> <i>parent-artifact-id</i>+<br /> |
| 346 | <b>U</b> <i>user-name</i><br /> |
| 347 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 348 | <b>Z</b> <i>checksum</i> |
| 349 | </p> |
| 350 | |
| 351 | The <b>D</b> card is the date and time when the wiki page was edited. |
| 352 | The <b>P</b> card specifies the parent wiki pages, if any. The <b>L</b> card |
| 353 | gives the name of the wiki page. The optional <b>N</b> card specifies |
| 354 | the mimetype of the wiki text. If the <b>N</b> card is omitted, the |
| @@ -376,17 +374,17 @@ | |
| 376 | <h3 id="tktchng">2.5 Ticket Changes</h3> |
| 377 | |
| 378 | A ticket-change artifact represents a change to a trouble ticket. |
| 379 | The following cards are allowed on a ticket change artifact: |
| 380 | |
| 381 | <p class="indent"> |
| 382 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 383 | <b>J</b> ?<b>+</b>?<i>name</i> ?<i>value</i>?<br /> |
| 384 | <b>K</b> <i>ticket-id</i><br /> |
| 385 | <b>U</b> <i>user-name</i><br /> |
| 386 | <b>Z</b> <i>checksum</i> |
| 387 | </p> |
| 388 | |
| 389 | The <b>D</b> card is the usual date and time stamp and represents the point |
| 390 | in time when the change was entered. The <b>U</b> card is the login of the |
| 391 | programmer who entered this change. The <b>Z</b> card is the required checksum over |
| 392 | the entire artifact. |
| @@ -424,18 +422,18 @@ | |
| 424 | attachment (the source artifact) with a ticket or wiki page or |
| 425 | technical note to which |
| 426 | the attachment is connected (the target artifact). |
| 427 | The following cards are allowed on an attachment artifact: |
| 428 | |
| 429 | <p class="indent"> |
| 430 | <b>A</b> <i>filename target</i> ?<i>source</i>?<br /> |
| 431 | <b>C</b> <i>comment</i><br /> |
| 432 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 433 | <b>N</b> <i>mimetype</i><br /> |
| 434 | <b>U</b> <i>user-name</i><br /> |
| 435 | <b>Z</b> <i>checksum</i> |
| 436 | </p> |
| 437 | |
| 438 | The <b>A</b> card specifies a filename for the attachment in its first argument. |
| 439 | The second argument to the <b>A</b> card is the name of the wiki page or |
| 440 | ticket or technical note to which the attachment is connected. The |
| 441 | third argument is either missing or else it is the lower-case artifact |
| @@ -466,21 +464,21 @@ | |
| 466 | (similar to a wiki page) with a point in time. Technotes can be used |
| 467 | to record project milestones, release notes, blog entries, process |
| 468 | checkpoints, or news articles. |
| 469 | The following cards are allowed on an technote artifact: |
| 470 | |
| 471 | <p class="indent"> |
| 472 | <b>C</b> <i>comment</i><br> |
| 473 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 474 | <b>E</b> <i>technote-time</i> <i>technote-id</i><br /> |
| 475 | <b>N</b> <i>mimetype</i><br /> |
| 476 | <b>P</b> <i>parent-artifact-id</i>+<br /> |
| 477 | <b>T</b> <b>+</b><i>tag-name</i> <b>*</b> ?<i>value</i>?<br /> |
| 478 | <b>U</b> <i>user-name</i><br /> |
| 479 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 480 | <b>Z</b> <i>checksum</i> |
| 481 | </p> |
| 482 | |
| 483 | The <b>C</b> card contains text that is displayed on the timeline for the |
| 484 | technote. The <b>C</b> card is optional, but there can only be one. |
| 485 | |
| 486 | A single <b>D</b> card is required to give the date and time when the |
| @@ -531,21 +529,21 @@ | |
| 531 | Forum posts are intended as a mechanism for users and developers to |
| 532 | discuss a project. Forum posts are like messages on a mailing list. |
| 533 | |
| 534 | The following cards are allowed on an forum post artifact: |
| 535 | |
| 536 | <p class="indent"> |
| 537 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 538 | <b>G</b> <i>thread-root</i><br /> |
| 539 | <b>H</b> <i>thread-title</i><br /> |
| 540 | <b>I</b> <i>in-reply-to</i><br /> |
| 541 | <b>N</b> <i>mimetype</i><br /> |
| 542 | <b>P</b> <i>parent-artifact-id</i><br /> |
| 543 | <b>U</b> <i>user-name</i><br /> |
| 544 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 545 | <b>Z</b> <i>checksum</i> |
| 546 | </p> |
| 547 | |
| 548 | Every forum post must have either one <b>I</b> card and one <b>G</b> card |
| 549 | or one <b>H</b> card. |
| 550 | Forum posts are organized into topic threads. The initial |
| 551 | post for a thread (the root post) has an <b>H</b> card giving the title or |
| 552 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -107,11 +107,11 @@ | |
| 107 | the check-in was created, and any check-in comments associated |
| 108 | with the check-in. |
| 109 | |
| 110 | Allowed cards in the manifest are as follows: |
| 111 | |
| 112 | <div class="indent"> |
| 113 | <b>B</b> <i>baseline-manifest</i><br> |
| 114 | <b>C</b> <i>checkin-comment</i><br> |
| 115 | <b>D</b> <i>time-and-date-stamp</i><br> |
| 116 | <b>F</b> <i>filename</i> ?<i>hash</i>? ?<i>permissions</i>? ?<i>old-name</i>?<br> |
| 117 | <b>N</b> <i>mimetype</i><br> |
| @@ -119,11 +119,11 @@ | |
| 119 | <b>Q</b> (<b>+</b>|<b>-</b>)<i>artifact-hash</i> ?<i>artifact-hash</i>?<br> |
| 120 | <b>R</b> <i>repository-checksum</i><br> |
| 121 | <b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <b>*</b> ?<i>value</i>?<br> |
| 122 | <b>U</b> <i>user-login</i><br> |
| 123 | <b>Z</b> <i>manifest-checksum</i> |
| 124 | </div> |
| 125 | |
| 126 | A manifest may optionally have a single <b>B</b> card. The <b>B</b> card specifies |
| 127 | another manifest that serves as the "baseline" for this manifest. A |
| 128 | manifest that has a <b>B</b> card is called a delta-manifest and a manifest |
| 129 | that omits the <b>B</b> card is a baseline-manifest. The other manifest |
| @@ -145,14 +145,12 @@ | |
| 145 | A manifest must have exactly one <b>D</b> card. The sole argument to |
| 146 | the <b>D</b> card is a date-time stamp in the ISO8601 format. The |
| 147 | date and time should be in coordinated universal time (UTC). |
| 148 | The format one of: |
| 149 | |
| 150 | <pre class="indent"><i>YYYY-MM-DD<b>T</b>HH:MM:SS |
| 151 | YYYY-MM-DD<b>T</b>HH:MM:SS.SSS</i></pre> |
| 152 | |
| 153 | A manifest has zero or more <b>F</b> cards. Each <b>F</b> card identifies a file |
| 154 | that is part of the check-in. There are one, two, three, or four |
| 155 | arguments. The first argument is the pathname of the file in the |
| 156 | check-in relative to the root of the project file hierarchy. No ".." |
| @@ -260,14 +258,14 @@ | |
| 258 | may be removed from a repository without loss or damage to the |
| 259 | underlying project code. |
| 260 | |
| 261 | Allowed cards in the cluster are as follows: |
| 262 | |
| 263 | <div class="indent"> |
| 264 | <b>M</b> <i>artifact-id</i><br /> |
| 265 | <b>Z</b> <i>checksum</i> |
| 266 | </div> |
| 267 | |
| 268 | A cluster contains one or more <b>M</b> cards followed by a single <b>Z</b> card. |
| 269 | Each <b>M</b> card has a single argument which is the artifact ID of |
| 270 | another artifact in the repository. The <b>Z</b> card works exactly like |
| 271 | the <b>Z</b> card of a manifest. The argument to the <b>Z</b> card is the |
| @@ -281,16 +279,16 @@ | |
| 279 | |
| 280 | Control artifacts are used to assign properties to other artifacts |
| 281 | within the repository. |
| 282 | Allowed cards in a control artifact are as follows: |
| 283 | |
| 284 | <div class="indent"> |
| 285 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 286 | <b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <i>artifact-id</i> ?<i>value</i>?<br /> |
| 287 | <b>U</b> <i>user-name</i><br /> |
| 288 | <b>Z</b> <i>checksum</i><br /> |
| 289 | </div> |
| 290 | |
| 291 | A control artifact must have one <b>D</b> card, one <b>U</b> card, one <b>Z</b> card and |
| 292 | one or more <b>T</b> cards. No other cards or other text is |
| 293 | allowed in a control artifact. Control artifacts might be PGP |
| 294 | clearsigned. |
| @@ -335,20 +333,20 @@ | |
| 333 | A wiki artifact defines a single version of a |
| 334 | single wiki page. |
| 335 | Wiki artifacts accept |
| 336 | the following card types: |
| 337 | |
| 338 | <div class="indent"> |
| 339 | <b>C</b> <i>change-comment</i><br> |
| 340 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 341 | <b>L</b> <i>wiki-title</i><br /> |
| 342 | <b>N</b> <i>mimetype</i><br /> |
| 343 | <b>P</b> <i>parent-artifact-id</i>+<br /> |
| 344 | <b>U</b> <i>user-name</i><br /> |
| 345 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 346 | <b>Z</b> <i>checksum</i> |
| 347 | </div> |
| 348 | |
| 349 | The <b>D</b> card is the date and time when the wiki page was edited. |
| 350 | The <b>P</b> card specifies the parent wiki pages, if any. The <b>L</b> card |
| 351 | gives the name of the wiki page. The optional <b>N</b> card specifies |
| 352 | the mimetype of the wiki text. If the <b>N</b> card is omitted, the |
| @@ -376,17 +374,17 @@ | |
| 374 | <h3 id="tktchng">2.5 Ticket Changes</h3> |
| 375 | |
| 376 | A ticket-change artifact represents a change to a trouble ticket. |
| 377 | The following cards are allowed on a ticket change artifact: |
| 378 | |
| 379 | <div class="indent"> |
| 380 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 381 | <b>J</b> ?<b>+</b>?<i>name</i> ?<i>value</i>?<br /> |
| 382 | <b>K</b> <i>ticket-id</i><br /> |
| 383 | <b>U</b> <i>user-name</i><br /> |
| 384 | <b>Z</b> <i>checksum</i> |
| 385 | </div> |
| 386 | |
| 387 | The <b>D</b> card is the usual date and time stamp and represents the point |
| 388 | in time when the change was entered. The <b>U</b> card is the login of the |
| 389 | programmer who entered this change. The <b>Z</b> card is the required checksum over |
| 390 | the entire artifact. |
| @@ -424,18 +422,18 @@ | |
| 422 | attachment (the source artifact) with a ticket or wiki page or |
| 423 | technical note to which |
| 424 | the attachment is connected (the target artifact). |
| 425 | The following cards are allowed on an attachment artifact: |
| 426 | |
| 427 | <div class="indent"> |
| 428 | <b>A</b> <i>filename target</i> ?<i>source</i>?<br /> |
| 429 | <b>C</b> <i>comment</i><br /> |
| 430 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 431 | <b>N</b> <i>mimetype</i><br /> |
| 432 | <b>U</b> <i>user-name</i><br /> |
| 433 | <b>Z</b> <i>checksum</i> |
| 434 | </div> |
| 435 | |
| 436 | The <b>A</b> card specifies a filename for the attachment in its first argument. |
| 437 | The second argument to the <b>A</b> card is the name of the wiki page or |
| 438 | ticket or technical note to which the attachment is connected. The |
| 439 | third argument is either missing or else it is the lower-case artifact |
| @@ -466,21 +464,21 @@ | |
| 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 /> |
| 473 | <b>N</b> <i>mimetype</i><br /> |
| 474 | <b>P</b> <i>parent-artifact-id</i>+<br /> |
| 475 | <b>T</b> <b>+</b><i>tag-name</i> <b>*</b> ?<i>value</i>?<br /> |
| 476 | <b>U</b> <i>user-name</i><br /> |
| 477 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 478 | <b>Z</b> <i>checksum</i> |
| 479 | </div> |
| 480 | |
| 481 | The <b>C</b> card contains text that is displayed on the timeline for the |
| 482 | technote. The <b>C</b> card is optional, but there can only be one. |
| 483 | |
| 484 | A single <b>D</b> card is required to give the date and time when the |
| @@ -531,21 +529,21 @@ | |
| 529 | Forum posts are intended as a mechanism for users and developers to |
| 530 | discuss a project. Forum posts are like messages on a mailing list. |
| 531 | |
| 532 | The following cards are allowed on an forum post artifact: |
| 533 | |
| 534 | <div class="indent"> |
| 535 | <b>D</b> <i>time-and-date-stamp</i><br /> |
| 536 | <b>G</b> <i>thread-root</i><br /> |
| 537 | <b>H</b> <i>thread-title</i><br /> |
| 538 | <b>I</b> <i>in-reply-to</i><br /> |
| 539 | <b>N</b> <i>mimetype</i><br /> |
| 540 | <b>P</b> <i>parent-artifact-id</i><br /> |
| 541 | <b>U</b> <i>user-name</i><br /> |
| 542 | <b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br /> |
| 543 | <b>Z</b> <i>checksum</i> |
| 544 | </div> |
| 545 | |
| 546 | Every forum post must have either one <b>I</b> card and one <b>G</b> card |
| 547 | or one <b>H</b> card. |
| 548 | Forum posts are organized into topic threads. The initial |
| 549 | post for a thread (the root post) has an <b>H</b> card giving the title or |
| 550 |
+2
-2
| --- www/webui.wiki | ||
| +++ www/webui.wiki | ||
| @@ -32,14 +32,14 @@ | ||
| 32 | 32 | the entire [./index.wiki | Fossil website], |
| 33 | 33 | including the document you are now reading, |
| 34 | 34 | is rendered using the Fossil web interface, with no enhancements, |
| 35 | 35 | and little customization. |
| 36 | 36 | |
| 37 | -<p class="indent"> | |
| 37 | +<div class="indent"> | |
| 38 | 38 | <b>Key point:</b> <i>The Fossil website is just a running instance |
| 39 | 39 | of Fossil! |
| 40 | -</p> | |
| 40 | +</div> | |
| 41 | 41 | |
| 42 | 42 | Note also that because Fossil is a distributed system, you can run |
| 43 | 43 | the web interface on your local machine while off network (for example, |
| 44 | 44 | while on an airplane) including |
| 45 | 45 | making changes to wiki pages and/or trouble ticket, then synchronize with your |
| 46 | 46 |
| --- www/webui.wiki | |
| +++ www/webui.wiki | |
| @@ -32,14 +32,14 @@ | |
| 32 | the entire [./index.wiki | Fossil website], |
| 33 | including the document you are now reading, |
| 34 | is rendered using the Fossil web interface, with no enhancements, |
| 35 | and little customization. |
| 36 | |
| 37 | <p class="indent"> |
| 38 | <b>Key point:</b> <i>The Fossil website is just a running instance |
| 39 | of Fossil! |
| 40 | </p> |
| 41 | |
| 42 | Note also that because Fossil is a distributed system, you can run |
| 43 | the web interface on your local machine while off network (for example, |
| 44 | while on an airplane) including |
| 45 | making changes to wiki pages and/or trouble ticket, then synchronize with your |
| 46 |
| --- www/webui.wiki | |
| +++ www/webui.wiki | |
| @@ -32,14 +32,14 @@ | |
| 32 | the entire [./index.wiki | Fossil website], |
| 33 | including the document you are now reading, |
| 34 | is rendered using the Fossil web interface, with no enhancements, |
| 35 | and little customization. |
| 36 | |
| 37 | <div class="indent"> |
| 38 | <b>Key point:</b> <i>The Fossil website is just a running instance |
| 39 | of Fossil! |
| 40 | </div> |
| 41 | |
| 42 | Note also that because Fossil is a distributed system, you can run |
| 43 | the web interface on your local machine while off network (for example, |
| 44 | while on an airplane) including |
| 45 | making changes to wiki pages and/or trouble ticket, then synchronize with your |
| 46 |