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.

wyoung 2024-02-18 13:25 trunk
Commit d8e2a3b87402a496d4ee2573cb2a9d35b75dbf05aeaf41a660cce8896c724655
2 files changed +18 -20 +2 -2
--- www/fileformat.wiki
+++ www/fileformat.wiki
@@ -107,11 +107,11 @@
107107
the check-in was created, and any check-in comments associated
108108
with the check-in.
109109
110110
Allowed cards in the manifest are as follows:
111111
112
-<p class="indent">
112
+<div class="indent">
113113
<b>B</b> <i>baseline-manifest</i><br>
114114
<b>C</b> <i>checkin-comment</i><br>
115115
<b>D</b> <i>time-and-date-stamp</i><br>
116116
<b>F</b> <i>filename</i> ?<i>hash</i>? ?<i>permissions</i>? ?<i>old-name</i>?<br>
117117
<b>N</b> <i>mimetype</i><br>
@@ -119,11 +119,11 @@
119119
<b>Q</b> (<b>+</b>|<b>-</b>)<i>artifact-hash</i> ?<i>artifact-hash</i>?<br>
120120
<b>R</b> <i>repository-checksum</i><br>
121121
<b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <b>*</b> ?<i>value</i>?<br>
122122
<b>U</b> <i>user-login</i><br>
123123
<b>Z</b> <i>manifest-checksum</i>
124
-</p>
124
+</div>
125125
126126
A manifest may optionally have a single <b>B</b> card. The <b>B</b> card specifies
127127
another manifest that serves as the "baseline" for this manifest. A
128128
manifest that has a <b>B</b> card is called a delta-manifest and a manifest
129129
that omits the <b>B</b> card is a baseline-manifest. The other manifest
@@ -145,14 +145,12 @@
145145
A manifest must have exactly one <b>D</b> card. The sole argument to
146146
the <b>D</b> card is a date-time stamp in the ISO8601 format. The
147147
date and time should be in coordinated universal time (UTC).
148148
The format one of:
149149
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>
154152
155153
A manifest has zero or more <b>F</b> cards. Each <b>F</b> card identifies a file
156154
that is part of the check-in. There are one, two, three, or four
157155
arguments. The first argument is the pathname of the file in the
158156
check-in relative to the root of the project file hierarchy. No ".."
@@ -260,14 +258,14 @@
260258
may be removed from a repository without loss or damage to the
261259
underlying project code.
262260
263261
Allowed cards in the cluster are as follows:
264262
265
-<p class="indent">
263
+<div class="indent">
266264
<b>M</b> <i>artifact-id</i><br />
267265
<b>Z</b> <i>checksum</i>
268
-</p>
266
+</div>
269267
270268
A cluster contains one or more <b>M</b> cards followed by a single <b>Z</b> card.
271269
Each <b>M</b> card has a single argument which is the artifact ID of
272270
another artifact in the repository. The <b>Z</b> card works exactly like
273271
the <b>Z</b> card of a manifest. The argument to the <b>Z</b> card is the
@@ -281,16 +279,16 @@
281279
282280
Control artifacts are used to assign properties to other artifacts
283281
within the repository.
284282
Allowed cards in a control artifact are as follows:
285283
286
-<p class="indent">
284
+<div class="indent">
287285
<b>D</b> <i>time-and-date-stamp</i><br />
288286
<b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name</i> <i>artifact-id</i> ?<i>value</i>?<br />
289287
<b>U</b> <i>user-name</i><br />
290288
<b>Z</b> <i>checksum</i><br />
291
-</p>
289
+</div>
292290
293291
A control artifact must have one <b>D</b> card, one <b>U</b> card, one <b>Z</b> card and
294292
one or more <b>T</b> cards. No other cards or other text is
295293
allowed in a control artifact. Control artifacts might be PGP
296294
clearsigned.
@@ -335,20 +333,20 @@
335333
A wiki artifact defines a single version of a
336334
single wiki page.
337335
Wiki artifacts accept
338336
the following card types:
339337
340
-<p class="indent">
338
+<div class="indent">
341339
<b>C</b> <i>change-comment</i><br>
342340
<b>D</b> <i>time-and-date-stamp</i><br />
343341
<b>L</b> <i>wiki-title</i><br />
344342
<b>N</b> <i>mimetype</i><br />
345343
<b>P</b> <i>parent-artifact-id</i>+<br />
346344
<b>U</b> <i>user-name</i><br />
347345
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
348346
<b>Z</b> <i>checksum</i>
349
-</p>
347
+</div>
350348
351349
The <b>D</b> card is the date and time when the wiki page was edited.
352350
The <b>P</b> card specifies the parent wiki pages, if any. The <b>L</b> card
353351
gives the name of the wiki page. The optional <b>N</b> card specifies
354352
the mimetype of the wiki text. If the <b>N</b> card is omitted, the
@@ -376,17 +374,17 @@
376374
<h3 id="tktchng">2.5 Ticket Changes</h3>
377375
378376
A ticket-change artifact represents a change to a trouble ticket.
379377
The following cards are allowed on a ticket change artifact:
380378
381
-<p class="indent">
379
+<div class="indent">
382380
<b>D</b> <i>time-and-date-stamp</i><br />
383381
<b>J</b> ?<b>+</b>?<i>name</i> ?<i>value</i>?<br />
384382
<b>K</b> <i>ticket-id</i><br />
385383
<b>U</b> <i>user-name</i><br />
386384
<b>Z</b> <i>checksum</i>
387
-</p>
385
+</div>
388386
389387
The <b>D</b> card is the usual date and time stamp and represents the point
390388
in time when the change was entered. The <b>U</b> card is the login of the
391389
programmer who entered this change. The <b>Z</b> card is the required checksum over
392390
the entire artifact.
@@ -424,18 +422,18 @@
424422
attachment (the source artifact) with a ticket or wiki page or
425423
technical note to which
426424
the attachment is connected (the target artifact).
427425
The following cards are allowed on an attachment artifact:
428426
429
-<p class="indent">
427
+<div class="indent">
430428
<b>A</b> <i>filename target</i> ?<i>source</i>?<br />
431429
<b>C</b> <i>comment</i><br />
432430
<b>D</b> <i>time-and-date-stamp</i><br />
433431
<b>N</b> <i>mimetype</i><br />
434432
<b>U</b> <i>user-name</i><br />
435433
<b>Z</b> <i>checksum</i>
436
-</p>
434
+</div>
437435
438436
The <b>A</b> card specifies a filename for the attachment in its first argument.
439437
The second argument to the <b>A</b> card is the name of the wiki page or
440438
ticket or technical note to which the attachment is connected. The
441439
third argument is either missing or else it is the lower-case artifact
@@ -466,21 +464,21 @@
466464
(similar to a wiki page) with a point in time. Technotes can be used
467465
to record project milestones, release notes, blog entries, process
468466
checkpoints, or news articles.
469467
The following cards are allowed on an technote artifact:
470468
471
-<p class="indent">
469
+<div class="indent">
472470
<b>C</b> <i>comment</i><br>
473471
<b>D</b> <i>time-and-date-stamp</i><br />
474472
<b>E</b> <i>technote-time</i> <i>technote-id</i><br />
475473
<b>N</b> <i>mimetype</i><br />
476474
<b>P</b> <i>parent-artifact-id</i>+<br />
477475
<b>T</b> <b>+</b><i>tag-name</i> <b>*</b> ?<i>value</i>?<br />
478476
<b>U</b> <i>user-name</i><br />
479477
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
480478
<b>Z</b> <i>checksum</i>
481
-</p>
479
+</div>
482480
483481
The <b>C</b> card contains text that is displayed on the timeline for the
484482
technote. The <b>C</b> card is optional, but there can only be one.
485483
486484
A single <b>D</b> card is required to give the date and time when the
@@ -531,21 +529,21 @@
531529
Forum posts are intended as a mechanism for users and developers to
532530
discuss a project. Forum posts are like messages on a mailing list.
533531
534532
The following cards are allowed on an forum post artifact:
535533
536
-<p class="indent">
534
+<div class="indent">
537535
<b>D</b> <i>time-and-date-stamp</i><br />
538536
<b>G</b> <i>thread-root</i><br />
539537
<b>H</b> <i>thread-title</i><br />
540538
<b>I</b> <i>in-reply-to</i><br />
541539
<b>N</b> <i>mimetype</i><br />
542540
<b>P</b> <i>parent-artifact-id</i><br />
543541
<b>U</b> <i>user-name</i><br />
544542
<b>W</b> <i>size</i> <b>\n</b> <i>text</i> <b>\n</b><br />
545543
<b>Z</b> <i>checksum</i>
546
-</p>
544
+</div>
547545
548546
Every forum post must have either one <b>I</b> card and one <b>G</b> card
549547
or one <b>H</b> card.
550548
Forum posts are organized into topic threads. The initial
551549
post for a thread (the root post) has an <b>H</b> card giving the title or
552550
--- 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 @@
3232
the entire [./index.wiki | Fossil website],
3333
including the document you are now reading,
3434
is rendered using the Fossil web interface, with no enhancements,
3535
and little customization.
3636
37
-<p class="indent">
37
+<div class="indent">
3838
<b>Key point:</b> <i>The Fossil website is just a running instance
3939
of Fossil!
40
-</p>
40
+</div>
4141
4242
Note also that because Fossil is a distributed system, you can run
4343
the web interface on your local machine while off network (for example,
4444
while on an airplane) including
4545
making changes to wiki pages and/or trouble ticket, then synchronize with your
4646
--- 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

Keyboard Shortcuts

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