Fossil

Check-in [b1600a22d7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor technote tag footnote and a typo fix.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b1600a22d7281a6a0126f2781d6dfc4a6b357f8373e7b4f86dd9815e94d5c2b2
User & Date: stephan 2021-02-23 21:33:27.674
Context
2021-02-24
00:14
Minor rewording/clarification in fileformat.wiki. check-in: 7ebe73ff9a user: stephan tags: trunk
2021-02-23
21:33
Minor technote tag footnote and a typo fix. check-in: b1600a22d7 user: stephan tags: trunk
02:48
sha3sum command now exits with an error if it cannot open a requested file, per discussion at [forum:9cc4028627]. check-in: bda90774ee user: stephan tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/fileformat.wiki.
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
check-in user.  The "date" tag overrides the check-in date.
The "branch" tag sets the name of the branch that at check-in
belongs to.  Symbolic tags begin with the "sym-" prefix.

The <b>U</b> card is the name of the user that created the control
artifact.  The <b>Z</b> card is the usual required artifact checksum.

An example control artifacts can be seen [/info/9d302ccda8 | here].


<a id="wikichng"></a>
<h3>2.4 Wiki Pages</h3>

A wiki artifact defines a single version of a
single wiki page.







|







331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
check-in user.  The "date" tag overrides the check-in date.
The "branch" tag sets the name of the branch that at check-in
belongs to.  Symbolic tags begin with the "sym-" prefix.

The <b>U</b> card is the name of the user that created the control
artifact.  The <b>Z</b> card is the usual required artifact checksum.

An example control artifact can be seen [/info/9d302ccda8 | here].


<a id="wikichng"></a>
<h3>2.4 Wiki Pages</h3>

A wiki artifact defines a single version of a
single wiki page.
874
875
876
877
878
879
880
881
882


883
884
885
886
887
888
889

1) T-card names may not be made up of only hexadecimal characters, as
   they would be indistinguishable from a hash prefix.

2) Tags in [#ctrl | Control Artifacts] may not be
   self-referential. i.e. they may not start with <tt>*</tt>.

3) Tags in [#event | Technotes] must be self-referential. i.e. they
   must start with <tt>*</tt>.



4) [#forum | Forum Posts] must have either one H-card or one
   I-card, not both.

5) [#forum | Forum Post] P-cards must have only a single parent
   hash. i.e. they may not have merge parents.








|
|
>
>







874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891

1) T-card names may not be made up of only hexadecimal characters, as
   they would be indistinguishable from a hash prefix.

2) Tags in [#ctrl | Control Artifacts] may not be
   self-referential. i.e. they may not start with <tt>*</tt>.

3) Tags in [#event | Technotes] must be self-referential. i.e. their
   target hash must be <tt>*</tt>. Similarly, technote tags may only
   be non-propagating "add" tags. i.e. their name prefix must be
   <tt>+</tt>.

4) [#forum | Forum Posts] must have either one H-card or one
   I-card, not both.

5) [#forum | Forum Post] P-cards must have only a single parent
   hash. i.e. they may not have merge parents.