72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<li> [#attachment | Attachments] </li>
<li> [#event | TechNotes] </li>
<li> [#forum | Forum Posts] </li>
</ul>
These eight structural artifact types are described in subsections below.
Structural artifacts are ASCII text. The artifact may be PGP clearsigned.
After removal of the PGP clearsign header and suffix (if any) a structural
artifact consists of one or more "cards" separated by a single newline
(ASCII: 0x0a) character. Each card begins with a single
character "card type". Zero or more arguments may follow
the card type. All arguments are separated from each other
and from the card-type character by a single space
character. There is no surplus white space between arguments
|
|
|
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<li> [#attachment | Attachments] </li>
<li> [#event | TechNotes] </li>
<li> [#forum | Forum Posts] </li>
</ul>
These eight structural artifact types are described in subsections below.
Structural artifacts are UTF-8 text. The artifact may be PGP clearsigned.
After removal of the PGP clearsign header and suffix (if any) a structural
artifact consists of one or more "cards" separated by a single newline
(ASCII: 0x0a) character. Each card begins with a single
character "card type". Zero or more arguments may follow
the card type. All arguments are separated from each other
and from the card-type character by a single space
character. There is no surplus white space between arguments
|