Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | minor typo fix. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | hierarchical-manifests |
Files: | files | file ages | folders |
SHA1: |
82bb1901cde6fe59997d332c40550103 |
User & Date: | stephan 2016-01-07 20:42:05 |
Context
2016-01-07
| ||
20:42 | minor typo fix. ... (Closed-Leaf check-in: 82bb1901 user: stephan tags: hierarchical-manifests) | |
2015-12-22
| ||
13:40 | Further design changes to hierarchical manifests. Still no actual code. ... (check-in: 47aa9282 user: drh tags: hierarchical-manifests) | |
Changes
Changes to www/fileformat.wiki.
︙ | ︙ | |||
284 285 286 287 288 289 290 | <li>F-cards in a directory artifact may not have directory separator characters in their filename. The F-cards of a directory specify only the files and subdirectories in that directory. <li>F-cards in a directory artifact may use the "d" permission character to indicate that the entry refers to a subdirectory. In that case, the SHA1 hash on the second argument refers to another directory artifact, not to a content artifact. | | | 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | <li>F-cards in a directory artifact may not have directory separator characters in their filename. The F-cards of a directory specify only the files and subdirectories in that directory. <li>F-cards in a directory artifact may use the "d" permission character to indicate that the entry refers to a subdirectory. In that case, the SHA1 hash on the second argument refers to another directory artifact, not to a content artifact. <li>F-cards in a directory artifact must have at least two arguments. </ul> The Z-card in a directory artifact is required and has the same format as it does in all other special artifacts. Directory artifacts may not be PGP-clearsigned. <a name="cluster"></a> |
︙ | ︙ |