Skip to content

Commit 33e773c

Browse files
committed
Update readme and apply linting
1 parent bf8dd4d commit 33e773c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ignore-patterns=
2424
^(.+).html,
2525
^(.+).png,
2626
^(.+).htm,
27+
^(.+).xml,
2728
^\.,
2829

2930
ignore-paths=

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ for identification of document types registered with JSONID.
432432
JSONID's registry is output alongisde a handful of baseline JSON signatures
433433
designed to capture "plain"-JSON that is not yet encoded in the registry.
434434

435+
An example export can be found in the [pronom reference folder][pronom-ref-1].
436+
437+
[pronom-ref-1]: ./pronom_reference/DROID_JSONID_SignatureFile.xml
438+
435439
#### 2. Signature development
436440

437441
A standalone `json2pronom` utility is provided for creation of potentially
@@ -506,7 +510,7 @@ json2pronom --path patterns.json > jsonid_pronom.xml
506510
Feedback on this utility is welcome. Hopefully we can build on this
507511
approach for other structured formats such as XML.
508512

509-
## Output format
513+
## JSONID Output format
510514

511515
Previously JSONID output YAML containing all result object metadata. It has
512516
since coalesced on a MIME based output approximating that of `$file --mime`.

pronom_reference/DROID_JSONID_SignatureFile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53366,4 +53366,4 @@
5336653366
<HasPriorityOverFileFormatID>218</HasPriorityOverFileFormatID>
5336753367
</FileFormat>
5336853368
</FileFormatCollection>
53369-
</FFSignatureFile>
53369+
</FFSignatureFile>

0 commit comments

Comments
 (0)